Skip to content

Commit 9e908ef

Browse files
authored
Update articles/storage/blobs/storage-quickstart-blobs-cli.md
1 parent 3d21e59 commit 9e908ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ az storage blob upload \
115115

116116
This operation creates the blob if it doesn't already exist, and overwrites it if it does. Upload as many files as you like before continuing.
117117

118-
++When you upload a blob using AZ CLI, AZ CLI issues respective REST API calls: https://learn.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api via http and https protocols.
118+
When you upload a blob using the Azure CLI, it issues respective [REST API calls](/rest/api/storageservices/blob-service-rest-api) via http and https protocols.
119119

120120
To upload multiple files at the same time, you can use the [az storage blob upload-batch](/cli/azure/storage/blob) command.
121121

0 commit comments

Comments
 (0)