Hi
I'm trying to migrate a VNET with a VPN Gateway from ASM to arm. However when I run
$validate=Move-AzureVirtualNetwork -Validate -VirtualNetworkName $vnetName
$validate.ValidationMessages
I get an error which has no details about what is wrong. See below (I've replaced the VNETNAME and local Network Site Names for anonymity reasons.
ResourceType : VirtualNetwork
ResourceName : "VNETNAME"
Category : Error
Message : Migration of virtual network: "VNETNAME" failed as the address prefix 192.168.50.1/24 of local network site "SITENAME" is invalid. Please fix the network configuration
before trying to migrate.
Does anyone have any idea how I can fix this?
Best regards,
Jan
Jan