A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Paul-3476 hi & thx for sharing urs issue here at Q&A portal,
the ASM-to-ARM migration flag is stuck on the VNet. If ARM says the VNet is still being migrated from Microsoft.ClassicNetwork to Microsoft.Network, normal delete won’t work even if provisioning shows Succeeded and no NICs/resources are attached. Check first that there are no locks or hidden dependencies
az lock list -g <rg>
az network nic list --query "[?ipConfigurations[?subnet.id contains(@, 'CCCCvnet1')]].id"
az resource list -g <rg> -o table
But if nothing is attached and delete still returns the migration error, this needs backend cleanup by Microsoft. Don’t keep trying random create/delete operations; the migration state is stuck outside what u can clear from ARM.
Open Azure Networking support w/ the VNet resource ID, old classic VNet name if known, resource group, region, failed delete timestamp, and the exact error. Ask them to clear the stale ClassicNetwork -> Network migration state so the VNet can be deleted.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/