Skip to content

Commit ac3554b

Browse files
committed
tweaks
1 parent cf72e96 commit ac3554b

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,4 @@ The following table shows how the cmdlets used for Data Lake Storage Gen1 map to
410410
## See also
411411

412412
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
413-
* [Storage PowerShell cmdlets](/powershell/module/az.storage).
413+
* [Storage PowerShell cmdlets](/powershell/module/az.storage)

articles/storage/blobs/storage-quickstart-blobs-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ az group delete \
159159

160160
## Next steps
161161

162-
In this quickstart, you learned how to transfer files between a local file system and a container in Azure Blob storage. To learn more about working with blobs in Azure Storage, continue to the tutorial for working with Azure Blob storage.
162+
In this quickstart, you learned how to transfer files between a local file system and a container in Azure Blob storage. To learn more about working with Blob storage by using Azure CLI, explore Azure CLI samples for Blob storage.
163163

164164
> [!div class="nextstepaction"]
165165
> [Azure CLI samples for Blob storage](/azure/storage/blobs/storage-samples-blobs-cli?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)

articles/storage/blobs/storage-quickstart-blobs-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Remove-AzResourceGroup -Name $resourceGroup
112112

113113
## Next steps
114114

115-
In this quickstart, you transferred files between a local disk and Azure Blob storage. To learn more about working with Blob storage by using PowerShell, continue to How-to use Azure PowerShell with Azure Storage.
115+
In this quickstart, you transferred files between a local file system and Azure Blob storage. To learn more about working with Blob storage by using PowerShell, explore Azure PowerShell samples for Blob storage.
116116

117117
> [!div class="nextstepaction"]
118118
> [Azure PowerShell samples for Azure Blob storage](storage-samples-blobs-powershell.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)

articles/storage/common/storage-configure-connection-string.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ A connection string includes the authorization information required for your app
2121
* Access a storage account in Azure.
2222
* Access specified resources in Azure via a shared access signature (SAS).
2323

24-
[!INCLUDE [storage-account-key-note-include](../../../includes/storage-account-key-note-include.md)]
25-
26-
## View and copy a connection string
27-
2824
To learn how to view your account access keys and copy a connection string, see [Manage storage account access keys](storage-account-keys-manage.md).
2925

26+
[!INCLUDE [storage-account-key-note-include](../../../includes/storage-account-key-note-include.md)]
27+
3028
## Store a connection string
3129

3230
Your application needs to access the connection string at runtime to authorize requests made to Azure Storage. You have several options for storing your connection string:

0 commit comments

Comments
 (0)