Skip to content

Commit 1b64664

Browse files
Merge pull request #172412 from baanders/9-14-msi
ADT: MSI to GA
2 parents e70cca7 + dd47ee4 commit 1b64664

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

articles/digital-twins/concepts-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following list describes the levels at which you can scope access to Azure D
8585

8686
If a user attempts to perform an action not allowed by their role, they may receive an error from the service request reading `403 (Forbidden)`. For more information and troubleshooting steps, see [Troubleshooting: Azure Digital Twins request failed with Status: 403 (Forbidden)](troubleshoot-error-403.md).
8787

88-
## Managed identity for accessing other resources (preview)
88+
## Managed identity for accessing other resources
8989

9090
Setting up an [Azure Active Directory (Azure AD)](../active-directory/fundamentals/active-directory-whatis.md) **managed identity** for an Azure Digital Twins instance can allow the instance to easily access other Azure AD-protected resources, such as [Azure Key Vault](../key-vault/general/overview.md). The identity is managed by the Azure platform, and does not require you to provision or rotate any secrets. For more about managed identities in Azure AD, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
9191

articles/digital-twins/how-to-manage-routes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To create a new endpoint, go to your instance's page in the [Azure portal](https
7878
1. Enter a **Name** for your endpoint and choose the **Endpoint type**.
7979

8080
1. Complete the other details that are required for your endpoint type, including your subscription and the endpoint resources described [above](#prerequisite-create-endpoint-resources).
81-
1. For Event Hub and Service Bus endpoints only, you must select an **Authentication type**. You can use key-based authentication with a pre-created authorization rule, or identity-based authentication if you'll be using the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources-preview) for your Azure Digital Twins instance.
81+
1. For Event Hub and Service Bus endpoints only, you must select an **Authentication type**. You can use key-based authentication with a pre-created authorization rule, or identity-based authentication if you'll be using the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources) for your Azure Digital Twins instance.
8282

8383
:::row:::
8484
:::column:::
@@ -133,7 +133,7 @@ After successfully running these commands, the event grid, event hub, or Service
133133

134134
#### Create an endpoint with identity-based authentication
135135

136-
You can also create an endpoint that has identity-based authentication, to use the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources-preview). This option is only available for Event Hub and Service Bus-type endpoints (it's not supported for Event Grid).
136+
You can also create an endpoint that has identity-based authentication, to use the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources). This option is only available for Event Hub and Service Bus-type endpoints (it's not supported for Event Grid).
137137

138138
The CLI command to create this type of endpoint is below. You'll need the following values to plug into the placeholders in the command:
139139
* the Azure resource ID of your Azure Digital Twins instance
@@ -236,7 +236,7 @@ Alternatively, you can create dead letter endpoints using the [Azure Digital Twi
236236

237237
#### Create a dead-letter endpoint with identity-based authentication
238238

239-
You can also create a dead-lettering endpoint that has identity-based authentication, to use the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources-preview). This option is only available for Event Hub and Service Bus-type endpoints (it's not supported for Event Grid).
239+
You can also create a dead-lettering endpoint that has identity-based authentication, to use the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources). This option is only available for Event Hub and Service Bus-type endpoints (it's not supported for Event Grid).
240240

241241
To create this type of endpoint, use the same CLI command from earlier to [create an endpoint with identity-based authentication](#create-an-endpoint-with-identity-based-authentication), with an extra field in the JSON payload for a `deadLetterUri`.
242242

articles/digital-twins/how-to-route-with-managed-identity.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Mandatory fields.
3-
title: Route events with a managed identity (preview)
3+
title: Route events with a managed identity
44
titleSuffix: Azure Digital Twins
55
description: See how to enable a system-assigned identity for Azure Digital Twins and use it to forward events, using the Azure portal or CLI.
66
author: baanders
@@ -16,9 +16,9 @@ ms.custom: subject-rbac-steps, contperf-fy21q4
1616
# manager: MSFT-alias-of-manager-or-PM-counterpart
1717
---
1818

19-
# Enable a managed identity for routing Azure Digital Twins events (preview)
19+
# Enable a managed identity for routing Azure Digital Twins events
2020

21-
This article describes how to enable a [system-assigned identity for an Azure Digital Twins instance](concepts-security.md#managed-identity-for-accessing-other-resources-preview) (currently in preview), and use the identity when forwarding events to supported routing destinations. Setting up a managed identity isn't required for routing, but it can help the instance to easily access other Azure AD-protected resources, such as [Event Hub](../event-hubs/event-hubs-about.md), [Service Bus](../service-bus-messaging/service-bus-messaging-overview.md) destinations, and [Azure Storage Container](../storage/blobs/storage-blobs-introduction.md).
21+
This article describes how to enable a [system-assigned identity for an Azure Digital Twins instance](concepts-security.md#managed-identity-for-accessing-other-resources), and use the identity when forwarding events to supported routing destinations. Setting up a managed identity isn't required for routing, but it can help the instance to easily access other Azure AD-protected resources, such as [Event Hub](../event-hubs/event-hubs-about.md), [Service Bus](../service-bus-messaging/service-bus-messaging-overview.md) destinations, and [Azure Storage Container](../storage/blobs/storage-blobs-introduction.md).
2222

2323
Here are the steps that are covered in this article:
2424

@@ -46,7 +46,7 @@ The system-managed identity option is located in the **Advanced** tab of instanc
4646

4747
In this tab, select the **On** option for **System managed identity** to turn on this feature.
4848

49-
:::image type="content" source="media/how-to-enable-managed-identities/create-instance-advanced.png" alt-text="Screenshot of the Azure portal showing the Advanced tab of the Create Resource dialog for Azure Digital Twins. System managed identity is turned on.":::
49+
:::image type="content" source="media/how-to-route-with-managed-identity/create-instance-advanced.png" alt-text="Screenshot of the Azure portal showing the Advanced tab of the Create Resource dialog for Azure Digital Twins. System managed identity is turned on.":::
5050

5151
You can then use the bottom navigation buttons to continue with the rest of instance setup.
5252

@@ -72,13 +72,13 @@ Start by opening the [Azure portal](https://portal.azure.com) in a browser.
7272

7373
1. Search for the name of your instance in the portal search bar, and select it to view its details.
7474

75-
1. Select **Identity (preview)** in the left-hand menu.
75+
1. Select **Identity** in the left-hand menu.
7676

7777
1. On this page, select the **On** option to turn on this feature.
7878

7979
1. Select the **Save** button, and **Yes** to confirm.
8080

81-
:::image type="content" source="media/how-to-enable-managed-identities/identity-digital-twins.png" alt-text="Screenshot of the Azure portal showing the Identity (preview) page for an Azure Digital Twins instance.":::
81+
:::image type="content" source="media/how-to-route-with-managed-identity/identity-digital-twins.png" alt-text="Screenshot of the Azure portal showing the Identity page for an Azure Digital Twins instance.":::
8282

8383
After the change is saved, more fields will appear on this page for the new identity's **Object ID** and **Permissions**.
8484

articles/digital-twins/how-to-set-up-instance-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This version of this article goes through these steps manually, one by one, usin
5151
Here are the additional options you can configure during setup, using the other tabs in the **Create Resource** process.
5252

5353
* **Networking**: In this tab, you can enable private endpoints with [Azure Private Link](../private-link/private-link-overview.md) to eliminate public network exposure to your instance. For instructions, see [Enable private access with Private Link (preview)](./how-to-enable-private-link.md?tabs=portal#add-a-private-endpoint-during-instance-creation).
54-
* **Advanced**: In this tab, you can enable a system-managed identity for your instance that can be used when forwarding events to [endpoints](concepts-route-events.md). For more information about using system-managed identities with Azure Digital Twins, see [Security for Azure Digital Twins solutions](concepts-security.md#managed-identity-for-accessing-other-resources-preview).
54+
* **Advanced**: In this tab, you can enable a system-managed identity for your instance that can be used when forwarding events to [endpoints](concepts-route-events.md). For more information about using system-managed identities with Azure Digital Twins, see [Security for Azure Digital Twins solutions](concepts-security.md#managed-identity-for-accessing-other-resources).
5555
* **Tags**: In this tab, you can add tags to your instance to help you organize it among your Azure resources. For more about Azure resource tags, see [Tag resources, resource groups, and subscriptions for logical organization](../azure-resource-manager/management/tag-resources.md).
5656

5757
### Verify success and collect important values
190 KB
Loading

0 commit comments

Comments
 (0)