Skip to content

Commit bc6a060

Browse files
committed
297787-fresh
1 parent 7be43be commit bc6a060

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ 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
@@ -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)