Skip to content

Commit f779a87

Browse files
Merge pull request #213456 from baanders/10-3-exp-pl
ADT: Add notes about Explorer/Private Link
2 parents 8b8a48f + 5e22f2c commit f779a87

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/digital-twins/concepts-security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ For instructions on how to set up Private Link for Azure Digital Twins, see [Ena
116116
When working with Private Link for Azure Digital Twins, here are some factors you may want to consider:
117117
* Pricing: For pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).
118118
* Regional availability: Private Link for Azure Digital Twins is available in all the Azure regions where Azure Digital Twins is available.
119+
* Azure Digital Twins Explorer: The [Azure Digital Twins Explorer](concepts-azure-digital-twins-explorer.md) can't access Azure Digital Twins instances that have public access disabled. You can, however, 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).
119120
* Maximum number of private endpoints per Azure Digital Twins instance: 10
120121
* Other limits: For more information on the limits of Private Link, see [Azure Private Link documentation: Limitations](../private-link/private-link-service-overview.md#limitations).
121122

includes/digital-twins-access-explorer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Azure Digital Twins Explorer might automatically connect to your instance. If no
1818
:::image type="content" source="../articles/digital-twins/media/includes/azure-digital-twins-explorer-no-environment.png" alt-text="Screenshot of Azure Digital Twins Explorer. The Azure Digital Twins URL modal displays an empty editable box for the Azure Digital Twins URL." lightbox="../articles/digital-twins/media/includes/azure-digital-twins-explorer-no-environment.png":::
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.
21+
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).

0 commit comments

Comments
 (0)