Skip to content

Commit 1feaaa1

Browse files
Merge pull request #215233 from khdownie/kendownie102022-2
corrected typo
2 parents ee98296 + 9388494 commit 1feaaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-how-to-create-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ To delete an Azure file share, you can use the Azure portal, Azure PowerShell, o
368368
Login-AzAccount -TenantId <YourTenantID>
369369
```
370370

371-
1. Run the following script. Replace `<YourStorageAccountName>`, `<StorageAccountKey>`, and `<FileShareName>` with your information. You can find your storage account key in the Azure portal by navigating to the storage account and selecting **Security + networking** > **Access keys**, or you can use the `Get-AzStorageAccountKey` cmdlet.
371+
1. Run the following script. Replace `<YourStorageAccountName>`, `<YourStorageAccountKey>`, and `<FileShareName>` with your information. You can find your storage account key in the Azure portal by navigating to the storage account and selecting **Security + networking** > **Access keys**, or you can use the `Get-AzStorageAccountKey` cmdlet.
372372

373373
```azurepowershell
374374
$context = New-AzStorageContext -StorageAccountName <YourStorageAccountName> -StorageAccountKey <YourStorageAccountKey>

0 commit comments

Comments
 (0)