Skip to content

Commit 42b84b7

Browse files
authored
Merge pull request #108301 from orspod/managed-identities
Add new cluster creation to doc
2 parents f4abf7b + a10b962 commit 42b84b7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

articles/data-explorer/managed-identities.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,18 @@ Assign a system-assigned identity that is tied to your cluster, and is deleted i
2525
### Add a system-assigned identity using the Azure portal
2626

2727
1. Sign in to the [Azure portal](https://portal.azure.com/).
28-
1. [Create an Azure Data Explorer cluster](/azure/data-explorer/create-cluster-database-portal#create-a-cluster) or use an existing Azure Data Explorer cluster.
28+
29+
#### New Azure Data Explorer cluster
30+
31+
1. [Create an Azure Data Explorer cluster](/azure/data-explorer/create-cluster-database-portal#create-a-cluster)
32+
1. In the **Security** tab > **System assigned identity**, select **On**. To remove the system assigned identity, select **Off**.
33+
2. Select **Next:Tags>** or **Review + create** to create the cluster.
34+
35+
![Add system assigned identity to new cluster](media/managed-identities/system-assigned-identity-new-cluster.png)
36+
37+
#### Existing Azure Data Explorer cluster
38+
39+
1. Open an existing Azure Data Explorer cluster.
2940
1. Select **Settings** > **Identity** in left pane of portal.
3041
1. In the **Identity** pane > **System assigned** tab:
3142
1. Move the **Status** slider to **On**.
51.6 KB
Loading

0 commit comments

Comments
 (0)