Skip to content

Commit 5b797e8

Browse files
authored
Merge pull request #272741 from baanders/4-19-adtex
ADT: Clarify public access requirement
2 parents 4e6c53d + cf814d1 commit 5b797e8

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

articles/digital-twins/concepts-azure-digital-twins-explorer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Developers may find this tool especially useful in the following scenarios:
3737

3838
The explorer's main purpose is to help you visualize and understand your graph, and update your graph as needed. For large-scale solutions and for work that should be repeated or automated, consider using the [APIs and SDKs](./concepts-apis-sdks.md) to interact with your instance through code instead.
3939

40+
[!INCLUDE [digital-twins-explorer-private-note.md](../../includes/digital-twins-explorer-private-note.md)]
41+
4042
## How to access
4143

4244
The main way to access Azure Digital Twins Explorer is through the [Azure portal](https://portal.azure.com).

articles/digital-twins/how-to-use-azure-digital-twins-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ To view the property values of a twin or a relationship, select the element in t
302302

303303
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-highlight-graph-properties.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Graph panel. The FactoryA twin is selected, and the Twin Properties panel is expanded, showing the properties of the twin." lightbox="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-highlight-graph-properties.png":::
304304

305-
You can use this panel to directly edit writable properties. Update their values inline, and select the **Save changes** button at the top of the panel to save. When the update is saved, the screen displays a modal window showing the JSON Patch operation that was applied by the [update API](/rest/api/azure-digitaltwins/).
305+
You can use this panel to directly edit writable properties. Update their values inline, and select the **Save changes** button at the top of the panel to save. When the update is saved, the screen displays a modal window showing the JSON Patch operation that was applied by the [update API](/rest/api/digital-twins/dataplane/twins/digital-twins-update).
306306

307307
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-highlight-graph-properties-save.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Graph panel. The center of the screen displays a Path Information modal showing JSON Patch code." lightbox="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-highlight-graph-properties-save.png":::
308308

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](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.

includes/digital-twins-access-explorer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ Azure Digital Twins Explorer might automatically connect to your instance. If no
1919

2020
If you see this box, enter *https://* into the field, followed by the host name of your instance (this can be found back on the instance's **Overview** page in the portal). These values together make up the instance URL. Select **Save** to connect to your instance.
2121

22-
>[!NOTE]
23-
> The hosted Azure Digital Twins Explorer can only access Azure Digital Twins instances with public access enabled. If you're using [Private Link](../articles/digital-twins/concepts-security.md#private-network-access-with-azure-private-link) to restrict access to your instance through a private endpoint, you can use Azure functions to deploy 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).
22+
[!INCLUDE [digital-twins-explorer-private-note.md](digital-twins-explorer-private-note.md)]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: baanders
3+
description: include file stating private endpoint limitation of Azure Digital Twins Explorer
4+
ms.service: digital-twins
5+
ms.topic: include
6+
ms.date: 04/19/2024
7+
ms.author: baanders
8+
---
9+
10+
>[!IMPORTANT]
11+
> Azure Digital Twins Explorer **does not support** private endpoints. If you want to use Azure Digital Twins Explorer 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 can deploy 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).

0 commit comments

Comments
 (0)