Microsoft shipped an AWS-to-Azure migration tool in 2026: read the fine print

Microsoft's new AWS-to-Azure migration tools lower friction, but egress and lock-in still dominate the real cost. Evaluate any switch on TCO, not marketing.

Read time
8 min
Word count
1.1K
Sections
9
FAQs
8
Share
Two glowing cloud icons connected by a data bridge with a toll gate
Migration tooling lowers effort, but egress fees still price the exit.
On this page · 9 sections
  1. What Microsoft actually shipped
  2. Why Microsoft wants your AWS workloads
  3. The hidden cost of migration
  4. How to evaluate a migration objectively
  5. When migration makes sense, and when it does not
  6. India-specific considerations
  7. How eCorpIT can help
  8. FAQ
  9. References

Summary. Microsoft has made moving off AWS easier, and that is exactly why you should slow down before you do it. In 2026 Microsoft expanded its AWS-to-Azure migration tooling: Azure Storage Mover moves data directly from Amazon S3 to Azure Blob Storage, and Azure Migrate added agentic AI capabilities with GitHub Copilot integration, dependency mapping, and expanded database and Linux support. Lower friction is real, but the dominant cost of leaving a cloud is not the tooling; it is egress and lock-in. AWS egress runs about $0.09 per GB, so moving 50 TB costs roughly $3,500 to $7,000 in transfer fees alone, and a 1 PB dataset would run about $92,000. Add downtime, retraining, and parallel-running, and the marketing-friendly "easy migration" gets expensive fast. This piece explains what Microsoft actually shipped and how to evaluate a migration on total cost, not a vendor's demo.

What Microsoft actually shipped

The news is a set of tools, not a single button. Azure Storage Mover reached general availability as a cloud-to-cloud migration service that transfers data directly from AWS S3 to Azure Blob Storage, with parallel transfers, preserved file metadata, encryption in transit, and incremental sync after the first pass so only changed files move. It is driven from the Azure portal, CLI, or REST API rather than hand-rolled scripts.

Alongside it, Azure Migrate gained agentic AI capabilities: automated guidance, integration with GitHub Copilot for connected workflows, default application-awareness for dependency mapping, and broader support for databases and Linux distributions, with a Copilot Migration Agent to help plan moves. Together these lower the manual effort of a lift-and-shift. What they do not change is the economics of moving data out of a cloud you are already paying to leave.

Why Microsoft wants your AWS workloads

The competitive logic is plain: cloud is a share game, and making AWS exit cheaper in effort is how a challenger wins workloads. That is fair play, and better tooling genuinely helps teams that have already decided to move. The risk for a buyer is mistaking lower migration effort for a lower total cost of switching. A tool that automates the mechanics does not waive the egress bill, remove the retraining, or de-risk the cutover. Read the offer as what it is, a competitive incentive, and run your own numbers.

The hidden cost of migration

Egress fees are the financially enforced part of lock-in, and they are easy to underestimate. The headline rates are only the start.

Cost item Typical 2026 rate Notes
AWS egress to internet ~$0.09 per GB Azure ~$0.087, GCP ~$0.12
Egress, 50 TB migration ~$3,500 to $7,000 Transfer fees alone
Egress, 1 PB dataset ~$92,000 From AWS
IPv4 public address $0.005 per hour (~$43.80 per year) Charged even when idle
NAT Gateway data ~$0.045 per GB Adds up on busy egress paths

Egress and IPv4 charges together can reach 10% to 15% of a cloud bill. Moving a large dataset out is a one-time hit that can dwarf the tooling savings: a petabyte at roughly $92,000 is real money that never appears in a migration demo. AWS and Google have offered to waive egress for customers closing accounts, but only for 60 days, only for full migrations, and with conditions, so treat that relief as narrow, not a free exit. Our guide to controlling AI and cloud cost across providers covers where these charges hide.

How to evaluate a migration objectively

The right question is not "can we move?" but "does the total cost of moving beat the cost of staying, over three years?" Build a real total-cost-of-ownership comparison before committing.

TCO factor Include in the comparison
Egress and transfer fees One-time cost to move data out
Downtime and cutover risk Lost revenue and engineering hours
Retraining and hiring New platform skills for the team
Parallel running Paying two clouds during transition
Re-architecting Proprietary services that do not port
Steady-state price delta The recurring saving that justifies it all

Design for portability where it matters: use open standards such as Kubernetes over a proprietary container service and open-source databases over proprietary ones, so future moves are cheaper. Accept lock-in pragmatically for commodity services where switching will never pay off. For very large transfers, physical shipping options can beat egress above a threshold, though they carry their own minimum fees. Our note on multicloud management across AWS and Azure covers running both deliberately rather than migrating in a panic.

When migration makes sense, and when it does not

A migration is worth it when the recurring price or capability delta is large enough to repay the one-time switching cost within a sensible window, when you are consolidating to a primary cloud your team already knows, or when a specific Azure capability is materially better for your workload. It is usually not worth it when the driver is a discount that a renegotiation could match, when the workloads lean on proprietary services that will need re-architecting anyway, or when the egress and parallel-running bill exceeds a couple of years of projected savings. Microsoft's tools change the effort side of that equation, not the economics, so let the three-year TCO decide.

India-specific considerations

For Indian enterprises, two local factors sharpen the analysis. Data residency: any migration of regulated or personal data must keep it in India-region infrastructure where required and follow the Digital Personal Data Protection Act, 2023, with a documented compliance basis and attention to cross-border transfer rules. Cost discipline: rupee-denominated budgets feel egress and IPv4 charges acutely, and a migration that looks cheap on a slide can blow a quarter's cloud budget once transfer and parallel-running costs land. Model the full TCO in your own currency and volumes before you commit, and treat vendor migration incentives as a starting point for negotiation, not a decision.

How eCorpIT can help

eCorpIT is a Gurugram technology consultancy, founded in 2021 and a partner across AWS, Microsoft, and Google, that helps enterprises make cloud decisions on evidence rather than vendor marketing. Our senior-led teams build a real three-year TCO comparison including egress, downtime, retraining, and parallel-running, run migrations with the right tooling when the numbers justify them, and design for portability so you are not trapped next time. We align any data migration with Digital Personal Data Protection Act, 2023 requirements. To evaluate an AWS-to-Azure move objectively, contact us.

FAQ

References

  1. Microsoft releases AWS-to-Azure migration tool — SDxCentral
  1. Announcing migration and modernization agentic AI tools — Microsoft Azure Blog
  1. Plan your workload migration from AWS to Azure — Microsoft Learn
  1. Microsoft launches Azure Copilot Migration Agent — InfoQ
  1. Cloud egress costs: AWS $0.09/GB, how to pay less (2026) — Spendark
  1. Cloud egress pricing comparison: AWS vs Azure vs GCP (2026) — EgressCost
  1. Cloud IPv4 and egress costs: the hidden 18% tax (2026) — byteiota
  1. The hidden networking bill: egress, IPv4 and NAT gateway fees in 2026 — FirstPassLab
  1. Cloud egress fees explained: costs, lock-in and how to reduce them — Cloud4C
  1. The hidden cost of cloud freedom: why egress fees keep you locked in — HBS

_Last updated: July 14, 2026._

Frequently asked

Quick answers.

01 What migration tool did Microsoft release?
Microsoft expanded its AWS-to-Azure migration tooling in 2026. Azure Storage Mover moves data directly from Amazon S3 to Azure Blob Storage with parallel transfers and incremental sync, and Azure Migrate added agentic AI capabilities, GitHub Copilot integration, dependency mapping, and broader database and Linux support, plus a Copilot Migration Agent to help plan moves.
02 How much does it cost to move data out of AWS?
Egress runs about $0.09 per GB from AWS, so moving 50 TB costs roughly $3,500 to $7,000 in transfer fees alone, and a 1 PB dataset would run about $92,000. These one-time costs, plus IPv4 and NAT Gateway charges, are the financially enforced part of lock-in that migration tooling does not remove.
03 Do the new tools make migration cheaper?
They lower the manual effort of a lift-and-shift, but they do not change the economics. Egress fees, downtime, retraining, parallel running, and re-architecting proprietary services remain, and those usually dominate the cost of switching clouds. Treat improved tooling as a competitive incentive and run your own total-cost-of-ownership numbers.
04 What is vendor lock-in in cloud?
Vendor lock-in is the practical difficulty and cost of leaving a cloud provider. It comes from proprietary services that do not port, integration depth, and egress fees that make moving data expensive. Because moving a large dataset out can cost tens of thousands of dollars, lock-in is financially enforced, not just technical.
05 How should I evaluate an AWS-to-Azure migration?
Build a three-year total-cost-of-ownership comparison that includes egress and transfer fees, downtime and cutover risk, retraining, parallel running, re-architecting proprietary services, and the recurring price delta that justifies the move. Migrate only when that recurring saving repays the one-time switching cost within a sensible window.
06 When does a cloud migration make sense?
When the recurring price or capability advantage repays the switching cost within a reasonable window, when consolidating to a cloud your team already knows, or when a specific capability is materially better for your workload. It rarely makes sense when a renegotiation could match the discount or when proprietary services require costly re-architecting anyway.
07 How can I reduce lock-in for the future?
Design strategic applications for portability: use open standards such as Kubernetes instead of a proprietary container service and open-source databases instead of proprietary ones, so future moves cost less. Accept lock-in pragmatically for commodity services where switching will never pay off, and keep data-transfer paths efficient to limit egress exposure.
08 What should Indian enterprises watch when migrating?
Keep regulated and personal data in India-region infrastructure where required and follow the Digital Personal Data Protection Act, 2023, including cross-border transfer rules. Model the full total cost, including egress and parallel running, in rupees and your own data volumes, because a migration that looks cheap on a slide can exceed a quarter's cloud budget once transfer costs land.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.