Skip to content

Commit 18ce9c1

Browse files
Merge pull request #151 from Blackmist/297787-fresh
297787-fresh
2 parents 7be43be + bc47090 commit 18ce9c1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/machine-learning/how-to-troubleshoot-secure-connection-workspace.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ description: 'Learn how to troubleshoot connectivity problems to a workspace tha
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: enterprise-readiness
8-
ms.topic: how-to
8+
ms.topic: troubleshooting
99
ms.author: larryfr
1010
author: Blackmist
1111
ms.reviewer: meerakurup
12-
ms.date: 01/24/2024
12+
ms.date: 09/05/2024
13+
# Customer Intent: As an admin, I need to understand how to troubleshoot connectivity problems to a workspace that is configured with a private endpoint.
1314
---
1415

1516
# Troubleshoot private endpoint connection problems
1617

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+
When you connect to an Azure Machine Learning workspace 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.
1819

1920
> [!TIP]
2021
> 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).
@@ -60,13 +61,13 @@ Use the following steps to verify if your custom DNS solution is correctly resol
6061

6162
`nslookup <fqdn>`
6263

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+
For example, running the command `nslookup a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1.workspace.eastus.api.azureml.ms` returns a value similar to the following text:
6465

6566
```output
6667
Server: yourdnsserver
6768
Address: yourdnsserver-IP-address
6869
69-
Name: 29395bb6-8bdb-4737-bf06-848a6857793f.workspace.eastus.api.azureml.ms
70+
Name: a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1.workspace.eastus.api.azureml.ms
7071
Address: 10.3.0.5
7172
```
7273

0 commit comments

Comments
 (0)