Skip to content

Commit 384c4b1

Browse files
committed
kill limitation section
1 parent 41f7b2e commit 384c4b1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

articles/app-service/overview-name-resolution.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,6 @@ Validate the settings by using this CLI command:
5959
az resource show --resource-group <group-name> --name <app-name> --query properties.dnsConfiguration --resource-type "Microsoft.Web/sites"
6060
```
6161

62-
## Limitations
63-
64-
Windows code apps used to sort the servers when using virtual network integration and the virtual network has custom DNS servers configured. The sorting could influence what server was the primary DNS server. This behavior has changed for new apps to use the order in which they're configured, but hasn't changed for existing apps to maintain backwards compatibility.
65-
66-
If you would like to adopt the new default behavior for your existing Windows code apps, you can run this CLI command:
67-
68-
```azurecli-interactive
69-
az rest --method POST --uri <app-resource-id>/disableVirtualNetworkDnsSorting?api-version=2022-03-01
70-
```
71-
72-
To verify if your app is using legacy sort ordering, you can run this command. The command returns true if it's still using legacy sort order.
73-
74-
```azurecli-interactive
75-
az resource show --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --query "properties.dnsConfiguration.dnsLegacySortOrder"
76-
```
77-
7862
## Next steps
7963

8064
- [Configure virtual network integration](./configure-vnet-integration-enable.md)

0 commit comments

Comments
 (0)