Skip to content

Commit bbbeacd

Browse files
committed
Clarify public access requirement
1 parent 0357aea commit bbbeacd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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).

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)