Skip to content

Commit 5fbde89

Browse files
authored
Merge pull request #194038 from JasonAndrewWriter/1854192
Changed Client ID to Object ID
2 parents 8449a05 + 46e0f26 commit 5fbde89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/containers/container-insights-update-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ az role assignment create --assignee <clientIdOfSPN> --scope <clusterResourceId>
8787
```
8888

8989

90-
To get the value for `clientIdOfSPNOrMsi`, you can run the command `az aks show` as shown in the following example. If the `servicePrincipalProfile` object has a valid `clientid` value, you can use that. Otherwise, if it's set to `msi`, you need to pass in the client ID from `addonProfiles.omsagent.identity.clientId`.
90+
To get the value for `clientIdOfSPNOrMsi`, you can run the command `az aks show` as shown in the following example. If the `servicePrincipalProfile` object has a valid `objectid` value, you can use that. Otherwise, if it's set to `msi`, you need to pass in the Object ID from `addonProfiles.omsagent.identity.objectId`.
9191

9292
```azurecli
9393
az login

0 commit comments

Comments
 (0)