Skip to content

Commit 09a049d

Browse files
committed
change as per PR reviewer request
1 parent 0904cc8 commit 09a049d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/data-explorer/managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To set up a managed identity using the Azure Data Explorer C# client:
9797

9898
`PrincipalId` and `TenantId` are replaced with GUIDs. The `TenantId` property identifies the AAD tenant to which the identity belongs. The `PrincipalId` is a unique identifier for the cluster's new identity. Within AAD, the service principal has the same name that you gave to your App Service or Azure Functions instance.
9999

100-
# [ARM](#tab/arm)
100+
# [ARM template](#tab/arm)
101101

102102
### Add a system-assigned identity using an Azure Resource Manager template
103103

@@ -175,7 +175,7 @@ var cluster = new Cluster(location, sku, identity: identity);
175175
await kustoManagementClient.Clusters.CreateOrUpdateAsync(resourceGroupName, clusterName, cluster);
176176
```
177177

178-
# [ARM](#tab/arm)
178+
# [ARM template](#tab/arm)
179179

180180
### Remove a system-assigned identity using an Azure Resource Manager template
181181

0 Bytes
Loading

0 commit comments

Comments
 (0)