Skip to content

Commit 8e81a6b

Browse files
committed
update troubleshoot
1 parent d89f27a commit 8e81a6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ 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 private link resolution works correctly from custom DNS.
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.
7373
```bash
74-
dig <endpointname>.<GUID>.<region>.privatelink.api.azureml.ms
74+
dig endpointname.westcentralus.inference.ml.azure.com
7575
```
7676
77-
If this fails to resolve to A record, verify if private link resolution works from Azure DNS(168.63.129.16).
77+
If this fails to resolve to A record, verify if the resolution works from Azure DNS(168.63.129.16).
7878
```bash
79-
dig @168.63.129.16 <endpointname>.<GUID>.<region>.privatelink.api.azureml.ms
79+
dig @168.63.129.16 endpointname.westcentralus.inference.ml.azure.com
8080
```
8181
8282
if this succeeds then troubleshoot conditional forwarder for private link on custom DNS.

0 commit comments

Comments
 (0)