You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you connect to a workspace that's configured with a private endpoint, you might encounter a 403 or a message saying that access is forbidden. This article explains how you can check for common configuration problems that cause this error.
17
+
When you connect to an Azure Machine Learning workspace that's configured with a private endpoint, you might encounter a *403* error or a message saying that access is forbidden. This article explains how you can check for common configuration problems that cause this error.
18
18
19
19
> [!TIP]
20
20
> Before using the steps in this article, try the Azure Machine Learning workspace diagnostic API. It can help identify configuration problems with your workspace. For more information, see [How to use workspace diagnostics](how-to-workspace-diagnostic-api.md).
@@ -27,11 +27,11 @@ The troubleshooting steps for DNS configuration differ based on whether you use
27
27
28
28
1. From the **Overview** page, select the **Network Interface** link.
29
29
30
-
:::image type="content" source="./media/how-to-troubleshoot-secure-connection-workspace/private-endpoint-overview.png" alt-text="Screenshot of the private endpoint overview with network interface link highlighted.":::
30
+
:::image type="content" source="media/how-to-troubleshoot-secure-connection-workspace/private-endpoint-overview.png" alt-text="Screenshot of the private endpoint overview with network interface link highlighted." lightbox="media/how-to-troubleshoot-secure-connection-workspace/private-endpoint-overview.png":::
31
31
32
32
1. Under **Settings**, select **IP Configurations** and then select the **Virtual network** link.
33
33
34
-
:::image type="content" source="./media/how-to-troubleshoot-secure-connection-workspace/network-interface-ip-configurations.png" alt-text="Screenshot of the IP configuration with virtual network link highlighted.":::
34
+
:::image type="content" source="media/how-to-troubleshoot-secure-connection-workspace/network-interface-ip-configurations.png" alt-text="Screenshot of the IP configuration with virtual network link highlighted." lightbox="media/how-to-troubleshoot-secure-connection-workspace/network-interface-ip-configurations.png":::
35
35
36
36
1. From the **Settings** section on the left of the page, select the **DNS servers** entry.
37
37
@@ -54,15 +54,15 @@ Use the following steps to verify if your custom DNS solution is correctly resol
54
54
55
55
1. In the portal, select the private endpoint for the workspace. Make a list of FQDNs listed for the private endpoint.
56
56
57
-
:::image type="content" source="./media/how-to-troubleshoot-secure-connection-workspace/custom-dns-settings.png" alt-text="Screenshot of the private endpoint with custom DNS settings highlighted.":::
57
+
:::image type="content" source="media/how-to-troubleshoot-secure-connection-workspace/custom-dns-settings.png" alt-text="Screenshot of the private endpoint with custom DNS settings highlighted." lightbox="media/how-to-troubleshoot-secure-connection-workspace/custom-dns-settings.png":::
58
58
59
59
1. Open a command prompt, PowerShell, or other command line and run the following command for each FQDN returned from the previous step. Each time you run the command, verify that the IP address returned matches the IP address listed in the portal for the FQDN:
60
60
61
61
`nslookup <fqdn>`
62
62
63
63
For example, running the command `nslookup 29395bb6-8bdb-4737-bf06-848a6857793f.workspace.eastus.api.azureml.ms` returns a value similar to the following text:
64
64
65
-
```text
65
+
```output
66
66
Server: yourdnsserver
67
67
Address: yourdnsserver-IP-address
68
68
@@ -78,7 +78,7 @@ When using Azure DNS for name resolution, use the following steps to verify that
78
78
79
79
1. On the Private Endpoint, select **DNS configuration**. For each entry in the **Private DNS zone** column, there should also be an entry in the **DNS zone group** column.
80
80
81
-
:::image type="content" source="./media/how-to-troubleshoot-secure-connection-workspace/dns-zone-group.png" alt-text="Screenshot of the DNS configuration with Private DNS zone and group highlighted.":::
81
+
:::image type="content" source="media/how-to-troubleshoot-secure-connection-workspace/dns-zone-group.png" alt-text="Screenshot of the DNS configuration with Private DNS zone and group highlighted." lightbox="media/how-to-troubleshoot-secure-connection-workspace/dns-zone-group.png":::
82
82
83
83
* If there's a **Private DNS zone** entry, but no **DNS zone group** entry, delete and recreate the Private Endpoint. When recreating the private endpoint, enable **Private DNS zone integration**.
84
84
* If **DNS zone group** isn't empty, select the link for the **Private DNS zone** entry.
0 commit comments