A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Hello CITA IT Support,
Thank you for reaching out to the Microsoft Q&A forum.
It looks like you’re trying to switch your VPN gateway’s public IP SKU to Standard by using the “Migrate” tab under Settings → Configuration of your Virtual Network Gateway, but you don’t see that tab.
I reviewed the documentation you provided (all Azure Migrate–focused content) and didn’t find any references to a “Migrate” tab for VPN gateways there. That tab actually only exists in very specific scenarios (for example, migrating a Classic VPN Gateway to an ARM gateway), and it’s not shown on Resource Manager–created gateways or for just changing the Public IP SKU.
Here’s what you can do instead:
Create (or convert) your Public IP resource to SKU=Standard – Go to All resources → select your Public IP → Configuration → change SKU to “Standard” → Save.
Associate the new Standard Public IP with your VPN gateway – In the portal you can’t just swap it out on the VPN gateway resource. You’ll need to: a. Remove the existing Public IP on the gateway b. Attach the new Standard Public IP – Or use Azure CLI / PowerShell:
• Azure CLI example:
az network public-ip create --name MyStdIP --resource-group MyRG --sku Standard --allocation-method Static az network vpn-gateway update --resource-group MyRG --name MyVpnGw --public-ip-address MyStdIP
Verify and restart your gateway so it picks up the new IP
If you actually are on a very old (Classic) VPN gateway and are trying to migrate it to ARM, that “Migrate” tab would appear only on the Classic gateway blade—and only if you meet all prerequisites for gateway migration. In modern (ARM) gateways, gateway-to-gateway migration is handled via the Scale or Configuration blades, not a “Migrate” button.
Hope that helps!
Reference list (for general Azure Migrate and migration concepts—you won’t find VPN-gateway-specific info here, but these are the docs you gave me):
• Azure Migrate App Service Migration: https://learn.microsoft.com/azure/migrate/tutorial-migrate-webapps
• Learn about Azure Migrate (overview, support matrix, tools): https://learn.microsoft.com/azure/migrate/migrate-services-overview
• Migrating web apps to Azure App Service: https://docs.microsoft.com/azure/migrate/tutorial-migrate-webapps
• Issues related to Database, Webapp and VDI tools in Azure Migrate: https://docs.microsoft.com/azure/migrate/prepare-isv-movere