Skip to content

Commit 845a825

Browse files
Merge pull request #217133 from amolbms/update-online-endpoint-troubleshoot-guide
Update online endpoint troubleshoot guide
2 parents c060045 + 8e81a6b commit 845a825

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

includes/machine-learning-online-endpoint-troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ If the value of `bypass` isn't `AzureServices`, use the guidance in the [Configu
6969
7070
The results should contain an entry that is similar to `*.<GUID>.inference.<region>`.
7171
1. If no inference value is returned, delete the private endpoint for the workspace and then recreate it. For more information, see [How to configure a private endpoint](../articles/container-registry/container-registry-private-link.md).
72+
1. If the workspace with a private endpoint is setup using a custom DNS [How to use your workspace with a custom DNS server](../articles/machine-learning/how-to-custom-dns.md), use following command to verify if resolution works correctly from custom DNS.
73+
```bash
74+
dig endpointname.westcentralus.inference.ml.azure.com
75+
```
76+
77+
If this fails to resolve to A record, verify if the resolution works from Azure DNS(168.63.129.16).
78+
```bash
79+
dig @168.63.129.16 endpointname.westcentralus.inference.ml.azure.com
80+
```
81+
82+
if this succeeds then troubleshoot conditional forwarder for private link on custom DNS.
7283
7384
### Online deployments can't be scored
7485

0 commit comments

Comments
 (0)