Skip to content

Commit d440365

Browse files
committed
Edit metadata, titles, and intro
1 parent 103fc31 commit d440365

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

articles/digital-twins/concepts-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For instructions on how to enable a system-managed identity for Azure Digital Tw
101101

102102
[Azure Private Link](../private-link/private-link-overview.md) is a service that enables you to access Azure resources (like [Azure Event Hubs](../event-hubs/event-hubs-about.md), [Azure Storage](../storage/common/storage-introduction.md), and [Azure Cosmos DB](../cosmos-db/introduction.md)) and Azure-hosted customer and partner services over a private endpoint in your [Azure Virtual Network (VNet)](../virtual-network/virtual-networks-overview.md).
103103

104-
Similarly, you can use private endpoints for your Azure Digital Twin instance to allow clients located in your virtual network to securely access the instance over Private Link.
104+
Similarly, you can use private endpoints for your Azure Digital Twins instance to allow clients located in your virtual network to securely access the instance over 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).
105105

106106
The private endpoint uses an IP address from your Azure VNet address space. Network traffic between a client on your private network and the Azure Digital Twins instance traverses over the VNet and a Private Link on the Microsoft backbone network, eliminating exposure to the public internet. Here's a visual representation of this system:
107107

articles/digital-twins/how-to-enable-private-link.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
11
---
2-
# Mandatory fields.
3-
title: Enable private access with Private Link
2+
title: Enable private access to Azure Digital Twins
43
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.
65
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
98
ms.topic: how-to
109
ms.service: digital-twins
11-
ms.custom: contperf-fy22q1
10+
ms.custom: contperf-fy22q1, contperf-fy22q4
1211
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
1812
---
1913

20-
# Enable private access with Private Link
14+
# Enable private access to Azure Digital Twins using Private Link
2115

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).
2317

2418
Here are the steps that are covered in this article:
2519
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.
2824

2925
## Prerequisites
3026

3127
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.
3228

33-
## Add a private endpoint to Azure Digital Twins
29+
## Add private endpoints to Azure Digital Twins
3430

3531
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.
3632

@@ -147,7 +143,7 @@ For a full list of required and optional parameters, as well as more private end
147143

148144
---
149145

150-
## Manage private endpoint connections
146+
## Manage private endpoints
151147

152148
In this section, you'll see how to view, edit, and delete a private endpoint after it's been created.
153149

@@ -255,9 +251,9 @@ For a sample template that allows an Azure function to connect to Azure Digital
255251

256252
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.
257253

258-
## Troubleshoot Private Link with Azure Digital Twins
254+
## Troubleshoot
259255

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.
261257

262258
* **Issue:** When trying to access Azure Digital Twins APIs, you see an HTTP error code 403 with the following error in the response body:
263259
```json

0 commit comments

Comments
 (0)