Skip to content

Commit 88839be

Browse files
authored
Add missing sentence
1 parent 5e21321 commit 88839be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/analysis-services/analysis-services-addservprinc-admins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ The following Resource Manager template deploys an Analysis Services server with
9797

9898
A managed identity can also be added to the Analysis Services Admins list. For example, you might have a [Logic App with a system-assigned managed identity](../logic-apps/create-managed-service-identity.md), and want to grant it the ability to administer your Analysis Services server.
9999

100+
In most parts of the Azure portal and APIs, managed identities are identified using their service principal object ID. However, Analysis Services requires that they be identified using their client ID. To obtain the client ID for a service principal, you can use the Azure CLI:
101+
100102
```bash
101103
az ad sp show --id <ManagedIdentityServicePrincipalObjectId> --query appId -o tsv
102104
```

0 commit comments

Comments
 (0)