Skip to content

Commit aa01db8

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103036
We made changes in line no:154 From: assign the role to the service principle via service principle object ID To: assign the role to the service principal via service principal object ID
1 parent ea0e860 commit aa01db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-azure-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To use service principal authentication, follow these steps.
151151
- Application key
152152
- Tenant ID
153153

154-
2. Grant the service principal proper permission. See examples on how permission works in Azure Cosmos DB from [Access control lists on files and directories](../cosmos-db/how-to-setup-rbac.md). More specifically, create a role definition, and assign the role to the service principle via service principle object ID.
154+
2. Grant the service principal proper permission. See examples on how permission works in Azure Cosmos DB from [Access control lists on files and directories](../cosmos-db/how-to-setup-rbac.md). More specifically, create a role definition, and assign the role to the service principal via service principal object ID.
155155

156156
These properties are supported for the linked service:
157157

0 commit comments

Comments
 (0)