Skip to content

Commit 5357de2

Browse files
Merge pull request #304560 from raboilla/patch-30
updated known issues- Document migration limitations for legacy DNS V…
2 parents 072e562 + 6e996cb commit 5357de2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

articles/vpn-gateway/basic-public-ip-migrate-howto.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,17 @@ Invoke-AzVirtualNetworkGatewayAbortMigration -InputObject $gateway
142142
## Known Issues
143143

144144
* For VpnGw1 CSES to VMSS migration, we are seeing higher CPU utilization due to .NET core optimization. This is a known issue and we recommend to either wait for 10 minutes after prepare stage or upgrade to a higher gateway SKU during the migration process.
145+
* Migration Limitation – Point-to-Site VPN Gateways using legacy DNS : Gateways that were created with the older cloudapp.net DNS do not yet have a supported migration path. A guided migration experience is planned, and the tentative timeline will be shared by the end of September 2025.
146+
- Do *NOT* remove your existing Point-to-Site configuration to perform this migration
147+
- On your existing gateway, if you do not have an existing point-to-site configuration, do not add this point-to-site configuration until this migration capability is released
148+
* Follow these steps to check if your gateway falls into the legacy DNS category:
149+
- In the Azure portal, navigate to you Virtual Network Gateway.
150+
- Go to Settings -> Point-to-site configuration.
151+
- Download VPN Client
152+
- Then, extract the downloaded config zip to some local directory on your machine.
153+
- Go to AzureVPN folder and open “azurevpnconfig.xml” file.
154+
- Look for serverlist -> serverEntry -> fqdn. Check the suffix of the fqdn.
155+
- If FQDN has suffix “cloudapp.net”, then it means that your gateway is on cloudapp.net based VPN gateway server.
145156

146157
## Next steps
147158

0 commit comments

Comments
 (0)