Skip to content

Commit 5241bf9

Browse files
Merge pull request #248703 from normesta/gen2
Adding a line as per some customer feedback
2 parents 4d143ac + 95ef51e commit 5241bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/data-lake-storage-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To set file and directory level permissions, see any of the following articles:
4545
|REST API |[Path - Update](/rest/api/storageservices/datalakestoragegen2/path/update)|
4646

4747
> [!IMPORTANT]
48-
> If the security principal is a *service* principal, it's important to use the object ID of the service principal and not the object ID of the related app registration. To get the object ID of the service principal open the Azure CLI, and then use this command: `az ad sp show --id <Your App ID> --query objectId`. make sure to replace the `<Your App ID>` placeholder with the App ID of your app registration.
48+
> If the security principal is a *service* principal, it's important to use the object ID of the service principal and not the object ID of the related app registration. To get the object ID of the service principal open the Azure CLI, and then use this command: `az ad sp show --id <Your App ID> --query objectId`. Make sure to replace the `<Your App ID>` placeholder with the App ID of your app registration. The service principal is treated as a named user. You'll add this ID to the ACL as you would any named user. Named users are described later in this article.
4949
5050
## Types of ACLs
5151

0 commit comments

Comments
 (0)