Skip to content

Commit 3d21e59

Browse files
Update storage-quickstart-blobs-cli.md
Update the content in the document to include the protocols used for uploading the blob to Storage account through AZ CLI Added the line 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.
1 parent e2eb8e7 commit 3d21e59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ 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.
119+
118120
To upload multiple files at the same time, you can use the [az storage blob upload-batch](/cli/azure/storage/blob) command.
119121

120122
## List the blobs in a container

0 commit comments

Comments
 (0)