Skip to content

Commit cba5ea6

Browse files
committed
Add known issue
1 parent cb0884c commit cba5ea6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/digital-twins/troubleshoot-known-issues.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ author: baanders
66
ms.author: baanders
77
ms.topic: troubleshooting
88
ms.service: digital-twins
9-
ms.date: 02/28/2022
9+
ms.date: 04/19/2024
1010
---
1111

1212
# Azure Digital Twins known issues
1313

1414
This article provides information about known issues associated with Azure Digital Twins.
1515

16+
## Azure Digital Twins Explorer doesn't support private endpoints
17+
18+
**Issue description:** Azure Digital Twins Explorer shows errors when attempting to use it with an Azure Digital Twins instance that uses [Private Link](../articles/digital-twins/concepts-security.md#private-network-access-with-azure-private-link) to disable public access. You may see a popup that says *Error fetching models.*
19+
20+
| Does this affect me? | Cause | Resolution |
21+
| --- | --- | --- |
22+
| If you're using Azure Digital Twins with a private endpoint/Private Link, this issue will affect you when trying to view your instance in Azure Digital Twins Explorer. | Azure Digital Twins Explorer does not offer support for private endpoints. | You can deploy your own version of the Azure Digital Twins Explorer codebase privately in the cloud. For instructions on how to do this, see [Azure Digital Twins Explorer: Running in the cloud](https://github.com/Azure-Samples/digital-twins-explorer#running-in-the-cloud). Alternatively, you can manage your Azure Digital Twins instance using the [APIs and SDKs](./concepts-apis-sdks.md) instead. |
23+
1624
## "400 Client Error: Bad Request" in Cloud Shell
1725

1826
**Issue description:** Commands in Cloud Shell running at *https://shell.azure.com* may intermittently fail with the error "400 Client Error: Bad Request for url: `http://localhost:50342/oauth2/token`", followed by full stack trace.

0 commit comments

Comments
 (0)