Skip to content

Commit 7a30da1

Browse files
committed
some stuff
1 parent 8b327a0 commit 7a30da1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ With this approach, the system ensures that your user account has the appropriat
7575
```powershell
7676
$ctx = New-AzStorageContext -StorageAccountName '<storage-account-name>' -UseConnectedAccount
7777
```
78-
Replace the `<storage-account-name>` placeholder value with the name of your storage account.
7978

8079
### Option 2: Obtain authorization by using the storage account key
8180

@@ -86,10 +85,6 @@ $storageAccount = Get-AzStorageAccount -ResourceGroupName "<resource-group-name>
8685
$ctx = $storageAccount.Context
8786
```
8887

89-
* Replace the `<resource-group-name>` placeholder value with the name of your resource group.
90-
91-
* Replace the `<storage-account-name>` placeholder value with the name of your storage account.
92-
9388
## Create a file system
9489

9590
A file system acts as a container for your files. You can create one by using the `New-AzDatalakeGen2FileSystem` cmdlet.

0 commit comments

Comments
 (0)