Skip to content

App service tcp dns #127224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions articles/app-service/overview-name-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Validate the settings by using this CLI command:
az resource show --resource-group <group-name> --name <app-name> --query properties.dnsConfiguration --resource-type "Microsoft.Web/sites"
```

## Limitations

- App Service does not support falling back to DNS resolution over TCP when it encounters a truncated response over UDP. Configuring App Services to use a DNS server which does not implement EDNS to negotiate UDP responses larger than the standard 512 byte limit may result in DNS resolution failures.

## Next steps

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