|
1 | 1 | ---
|
2 |
| -# Mandatory fields. |
3 |
| -title: Enable private access with Private Link |
| 2 | +title: Enable private access to Azure Digital Twins |
4 | 3 | titleSuffix: Azure Digital Twins
|
5 |
| -description: Learn how to enable private access for Azure Digital Twins solutions with Private Link. |
| 4 | +description: Learn how to enable private access to your Azure Digital Twins solutions, using Azure Private Link. |
6 | 5 | author: baanders
|
7 |
| -ms.author: baanders # Microsoft employees only |
8 |
| -ms.date: 02/22/2022 |
| 6 | +ms.author: baanders |
| 7 | +ms.date: 06/07/2022 |
9 | 8 | ms.topic: how-to
|
10 | 9 | ms.service: digital-twins
|
11 |
| -ms.custom: contperf-fy22q1 |
| 10 | +ms.custom: contperf-fy22q1, contperf-fy22q4 |
12 | 11 | ms.devlang: azurecli
|
13 |
| - |
14 |
| -# Optional fields. Don't forget to remove # if you need a field. |
15 |
| -# ms.custom: can-be-multiple-comma-separated |
16 |
| -# ms.reviewer: MSFT-alias-of-reviewer |
17 |
| -# manager: MSFT-alias-of-manager-or-PM-counterpart |
18 | 12 | ---
|
19 | 13 |
|
20 |
| -# Enable private access with Private Link |
| 14 | +# Enable private access to Azure Digital Twins using Private Link |
21 | 15 |
|
22 |
| -This article describes the different ways to enable [Private Link with a private endpoint for an Azure Digital Twins instance](concepts-security.md#private-network-access-with-azure-private-link). Configuring a private endpoint for your Azure Digital Twins instance enables you to secure your Azure Digital Twins instance and eliminate public exposure. Additionally, it helps avoid data exfiltration from your [Azure Virtual Network (VNet)](../virtual-network/virtual-networks-overview.md). |
| 16 | +By using Azure Digital Twins together with [Azure Private Link](../private-link/private-link-overview.md), you can enable private endpoints for your Azure Digital Twins instance, to eliminate public exposure and allow clients located in your virtual network to securely access the instance over Private Link. For more information about this security strategy for Azure Digital Twins, see [Private Link with a private endpoint for an Azure Digital Twins instance](concepts-security.md#private-network-access-with-azure-private-link). |
23 | 17 |
|
24 | 18 | Here are the steps that are covered in this article:
|
25 | 19 | 1. Turn on Private Link and configure a private endpoint for an Azure Digital Twins instance.
|
26 |
| -1. View, edit, or delete a private endpoint from an instance. |
27 |
| -1. Disable or enable public network access flags, to restrict API access to Private Link connections only. |
| 20 | +1. View, edit, or delete a private endpoint from an Azure Digital Twins instance. |
| 21 | +1. Disable or enable public network access flags, to restrict API access for an Azure Digital Twins to Private Link connections only. |
| 22 | + |
| 23 | +This article also contains information for deploying Azure Digital Twins with Private Link using an ARM template, and troubleshooting the configuration. |
28 | 24 |
|
29 | 25 | ## Prerequisites
|
30 | 26 |
|
31 | 27 | Before you can set up a private endpoint, you'll need an [Azure Virtual Network (VNet)](../virtual-network/virtual-networks-overview.md) where the endpoint can be deployed. If you don't have a VNet already, you can follow one of the [Azure Virtual Network quickstarts](../virtual-network/quick-create-portal.md) to set this up.
|
32 | 28 |
|
33 |
| -## Add a private endpoint to Azure Digital Twins |
| 29 | +## Add private endpoints to Azure Digital Twins |
34 | 30 |
|
35 | 31 | You can use either the [Azure portal](https://portal.azure.com) or the [Azure CLI](/cli/azure/what-is-azure-cli) to turn on Private Link with a private endpoint for an Azure Digital Twins instance.
|
36 | 32 |
|
@@ -147,7 +143,7 @@ For a full list of required and optional parameters, as well as more private end
|
147 | 143 |
|
148 | 144 | ---
|
149 | 145 |
|
150 |
| -## Manage private endpoint connections |
| 146 | +## Manage private endpoints |
151 | 147 |
|
152 | 148 | In this section, you'll see how to view, edit, and delete a private endpoint after it's been created.
|
153 | 149 |
|
@@ -255,9 +251,9 @@ For a sample template that allows an Azure function to connect to Azure Digital
|
255 | 251 |
|
256 | 252 | This template creates an Azure Digital Twins instance, a virtual network, an Azure function connected to the virtual network, and a Private Link connection to make the Azure Digital Twins instance accessible to the Azure function through a private endpoint.
|
257 | 253 |
|
258 |
| -## Troubleshoot Private Link with Azure Digital Twins |
| 254 | +## Troubleshoot |
259 | 255 |
|
260 |
| -Here are some common issues experienced with Private Link for Azure Digital Twins. |
| 256 | +Here are some common issues that might arise when using Private Link with Azure Digital Twins. |
261 | 257 |
|
262 | 258 | * **Issue:** When trying to access Azure Digital Twins APIs, you see an HTTP error code 403 with the following error in the response body:
|
263 | 259 | ```json
|
|
0 commit comments