Skip to content

Commit 236d491

Browse files
authored
Merge pull request #104466 from Ramyaharinarthini/patch-9
Update storage-quickstart-blobs-cli.md
2 parents dfae9f6 + 9e908ef commit 236d491

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 the Azure CLI, it issues respective [REST API calls](/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)