πŸ”’ Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided AZ-900 Domain 2
Domain 2 β€” Module 8 of 11 73%
15 of 26 overall

AZ-900 Study Guide

Domain 1: Describe Cloud Concepts

  • What is Cloud Computing? Free
  • Cloud Models: Public, Private, and Hybrid Free
  • Cloud Pricing: Consumption, Serverless, and Pay-as-You-Go Free
  • High Availability and Scalability Free
  • Reliability, Security, and Manageability Free
  • IaaS, PaaS, and SaaS Explained Free
  • Choosing the Right Cloud Service Free

Domain 2: Describe Azure Architecture and Services

  • Azure Regions, Zones, and Datacenters
  • Resources, Resource Groups, and Subscriptions
  • Azure Virtual Machines
  • Azure Compute: Containers, Functions, and App Service
  • Azure Networking: VNets, Subnets, and Peering
  • Connecting to Azure: VPNs, ExpressRoute, and DNS
  • Azure Storage Services
  • Data Migration: Moving to Azure
  • Microsoft Entra ID: Your Identity Hub
  • Authentication and External Identities
  • Azure Security: RBAC, Zero Trust, and Defender

Domain 3: Describe Azure Management and Governance

  • What Affects Your Azure Bill
  • Pricing Calculators: TCO and Azure Pricing
  • Cost Management and Tags
  • Azure Governance: Purview, Policy, and Locks
  • The Azure Portal and Cloud Shell
  • Infrastructure as Code: ARM, Bicep, and Arc
  • Azure Advisor and Service Health
  • Azure Monitor: Logs, Alerts, and Insights

AZ-900 Study Guide

Domain 1: Describe Cloud Concepts

  • What is Cloud Computing? Free
  • Cloud Models: Public, Private, and Hybrid Free
  • Cloud Pricing: Consumption, Serverless, and Pay-as-You-Go Free
  • High Availability and Scalability Free
  • Reliability, Security, and Manageability Free
  • IaaS, PaaS, and SaaS Explained Free
  • Choosing the Right Cloud Service Free

Domain 2: Describe Azure Architecture and Services

  • Azure Regions, Zones, and Datacenters
  • Resources, Resource Groups, and Subscriptions
  • Azure Virtual Machines
  • Azure Compute: Containers, Functions, and App Service
  • Azure Networking: VNets, Subnets, and Peering
  • Connecting to Azure: VPNs, ExpressRoute, and DNS
  • Azure Storage Services
  • Data Migration: Moving to Azure
  • Microsoft Entra ID: Your Identity Hub
  • Authentication and External Identities
  • Azure Security: RBAC, Zero Trust, and Defender

Domain 3: Describe Azure Management and Governance

  • What Affects Your Azure Bill
  • Pricing Calculators: TCO and Azure Pricing
  • Cost Management and Tags
  • Azure Governance: Purview, Policy, and Locks
  • The Azure Portal and Cloud Shell
  • Infrastructure as Code: ARM, Bicep, and Arc
  • Azure Advisor and Service Health
  • Azure Monitor: Logs, Alerts, and Insights
Domain 2: Describe Azure Architecture and Services Premium ⏱ ~10 min read

Data Migration: Moving to Azure

How do you get your existing data into Azure? From command-line tools like AzCopy to physical shipping with Data Box β€” here are your migration options.

Getting your data into Azure

β˜• Simple explanation

Think of moving house.

AzCopy = you carry boxes yourself, one trip at a time. Fast, efficient, you control everything. Best for moving lots of files when you have good internet.

Storage Explorer = a moving app on your phone that shows you everything in your old house and new house, and lets you drag items between them visually.

Azure File Sync = keeping a copy in both houses. Files stay synchronised between your on-premises server and Azure. Change a file in one place, it updates in the other.

Azure Migrate = hiring a professional moving company. They assess what you have, plan the move, and help you relocate everything β€” servers, databases, applications.

Azure Data Box = when your internet isn’t fast enough, Microsoft ships you a physical storage device. You load your data onto it and ship it back. Like using a moving truck when there’s no highway.

Azure provides several tools for moving data and workloads to the cloud:

AzCopy is a command-line utility for copying data to/from Azure Blob and File storage. It supports high-throughput parallel transfers, resumable operations, and synchronisation.

Azure Storage Explorer is a GUI application (Windows, macOS, Linux) for managing Azure Storage resources. It provides a visual interface for uploading, downloading, and managing blobs, files, queues, and tables.

Azure File Sync centralises file shares in Azure Files while keeping local cache on Windows servers. Files are tiered to the cloud automatically, with frequently accessed files kept locally.

Azure Migrate is a hub for discovering, assessing, and migrating on-premises servers, databases, and applications to Azure.

Azure Data Box is a physical device for offline data transfer when network bandwidth is insufficient for large data sets (typically 40 TB+).

File transfer tools

AzCopy β€” command-line power

AzCopy is a command-line tool for fast, scriptable data transfers:

  • Copy data to, from, or between storage accounts
  • Supports synchronisation (only copies changed files)
  • Runs on Windows, macOS, and Linux
  • One-direction sync β€” can sync from source to destination but not bidirectionally

Azure Storage Explorer β€” visual management

Storage Explorer is a desktop application with a graphical interface:

  • Browse and manage blobs, files, queues, and tables visually
  • Upload and download files with drag-and-drop
  • Works with Azure Storage, Cosmos DB, and Data Lake
  • Uses AzCopy under the hood for transfers

Azure File Sync β€” hybrid file sharing

Azure File Sync keeps your on-premises Windows file servers in sync with Azure Files:

  • Files are tiered β€” frequently accessed files stay local, others move to the cloud
  • If someone accesses a cloud-tiered file, it’s seamlessly downloaded
  • Supports multi-site sync β€” multiple offices can sync to the same Azure file share
  • Provides a cloud backup of your file server

Summit Construction’s use case: Three construction offices share project documents through Azure File Sync. Files edited in the Auckland office appear in the Wellington and Hamilton offices within minutes.

Migration tools

Azure Migrate β€” the migration hub

Azure Migrate is a central hub for migrating to Azure:

FeatureWhat It Does
Discovery and assessmentDiscovers on-premises VMs, databases, and apps. Assesses readiness for migration.
Server MigrationMigrates VMware, Hyper-V, and physical servers to Azure VMs
Database MigrationMigrates SQL Server, PostgreSQL, MySQL, and MongoDB to Azure
Web App MigrationAssesses and migrates .NET and Java web apps to App Service
Data Box integrationOrders Data Box for large offline data transfers

Azure Data Box β€” physical data transfer

When you have too much data for your internet connection, Microsoft sends you a physical device:

Data Box ProductCapacityUse Case
Data Box DiskUp to 35 TB (SSD disks)Smaller migrations
Data BoxUp to 80 TBStandard large migrations
Data Box HeavyUp to 1 PBMassive data sets

How it works:

  1. You order a Data Box from the Azure portal
  2. Microsoft ships the device to you
  3. You copy your data onto the device
  4. You ship it back to Microsoft
  5. Microsoft uploads the data to your storage account
πŸ’‘ When to use Data Box vs network transfer

Rule of thumb: If transferring your data over the network would take more than a week, consider Data Box.

Data Size100 Mbps Internet1 Gbps InternetData Box?
1 TB~1 day~2 hoursNo
10 TB~12 days~1 dayMaybe
100 TB~4 months~12 daysYes
1 PB~3 years~4 monthsDefinitely
Azure data migration tools compared
FeatureAzCopyStorage ExplorerFile SyncAzure MigrateData Box
TypeCLI toolGUI appSync serviceMigration hubPhysical device
DirectionTo/from/between storageTo/from storageBidirectional syncOn-prem to AzureOn-prem to Azure
Best forScripted bulk transfersVisual managementHybrid file sharingFull workload migrationMassive offline transfers

🎬 Video walkthrough

🎬 Video coming soon

Data Migration: Moving to Azure β€” AZ-900

Data Migration: Moving to Azure β€” AZ-900

~8 min

Flashcards

Question

What is AzCopy?

Click or press Enter to reveal answer

Answer

A command-line utility for copying data to, from, or between Azure Storage accounts. Supports synchronisation, parallel transfers, and resumable operations. Runs on Windows, macOS, and Linux.

Click to flip back

Question

What is Azure File Sync?

Click or press Enter to reveal answer

Answer

A service that keeps on-premises Windows file servers in sync with Azure Files. Provides cloud tiering (frequently accessed files local, others in cloud), multi-site sync, and cloud backup.

Click to flip back

Question

When should you use Azure Data Box instead of network transfer?

Click or press Enter to reveal answer

Answer

When you have large amounts of data (typically 40+ TB) and your internet connection would take too long. Microsoft ships a physical storage device β€” you load data, ship it back, and they upload it.

Click to flip back

Knowledge Check

Knowledge Check

Summit Construction has 80 TB of project files to migrate to Azure. Their internet connection is 100 Mbps. What is the MOST practical migration approach?

Knowledge Check

Which Azure tool provides a central hub for discovering, assessing, and migrating on-premises servers, databases, and web apps to Azure?


Next up: Microsoft Entra ID β€” Azure’s identity service and the foundation for all access control.

← Previous

Azure Storage Services

Next β†’

Microsoft Entra ID: Your Identity Hub

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.