Skip to content

Commit 9681898

Browse files
Merge pull request #221309 from baanders/12-13-uai-dh
ADT: UAI, specify system-managed for data history
2 parents 0896a67 + ba8a1fd commit 9681898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/digital-twins/concepts-data-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more of an introduction to data history, including a quick demo, watch the f
2828
## Resources and data flow
2929

3030
Data history requires the following resources:
31-
* Azure Digital Twins instance, with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources) enabled
31+
* Azure Digital Twins instance, with a [system-managed identity](concepts-security.md#managed-identity-for-accessing-other-resources) enabled
3232
* [Event Hubs](../event-hubs/event-hubs-about.md) namespace containing an event hub
3333
* [Azure Data Explorer](/azure/data-explorer/data-explorer-overview) cluster containing a database
3434

articles/digital-twins/how-to-use-data-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ databasename="<name-for-your-database>"
7272

7373
## Create an Azure Digital Twins instance with a managed identity
7474

75-
If you already have an Azure Digital Twins instance, ensure that you've enabled a [managed identity](how-to-set-up-instance-cli.md#enabledisable-managed-identity-for-the-instance) for it.
75+
If you already have an Azure Digital Twins instance, ensure that you've enabled a [system-managed identity](how-to-set-up-instance-cli.md#system-assigned-identity-commands) for it.
7676

77-
If you don't have an Azure Digital Twins instance, follow the instructions in [Create the instance with a managed identity](how-to-set-up-instance-cli.md#create-the-instance-with-a-managed-identity) to create an Azure Digital Twins instance with a managed identity for the first time.
77+
If you don't have an Azure Digital Twins instance, follow the instructions in [Create the instance with a managed identity](how-to-set-up-instance-cli.md#system-assigned-identity-command) to create an Azure Digital Twins instance with a system-managed identity for the first time.
7878

7979
Then, make sure you have *Azure Digital Twins Data Owner* role on the instance. You can find instructions in [Set up user access permissions](how-to-set-up-instance-cli.md#set-up-user-access-permissions).
8080

0 commit comments

Comments
 (0)