Skip to content

Commit 5bdfc7b

Browse files
author
Jill Grant
authored
Update articles/storage/blobs/data-lake-storage-acl-powershell.md
Acrolinx fix
1 parent 92e8e94 commit 5bdfc7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/storage/blobs/data-lake-storage-acl-powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ ACL inheritance is already available for new child items that are created under
6161
Connect-AzAccount
6262
```
6363

64-
2. If your identity is associated with more than one subscription, and you are not prompted to select the subscription, then set your active subscription to the subscription of the storage account that you to want operate upon. In this example, replace the `<subscription-id>` placeholder value with the ID of your subscription.
64+
2. If your identity is associated with more than one subscription, and you are not prompted to select the subscription, then set your active subscription to the subscription of the storage account that you
65+
want to operate upon. In this example, replace the `<subscription-id>` placeholder value with the ID of your subscription.
6566

6667
```powershell
6768
Select-AzSubscription -SubscriptionId <subscription-id>

0 commit comments

Comments
 (0)