File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Upload objects to the *$web* container from a source directory.
154
154
This example assumes that you're running commands from Azure Cloud Shell session.
155
155
156
156
``` azurecli-interactive
157
- az storage blob upload-batch -s <source-path> -d \$web --account-name <storage-account-name> --content-type 'text/html; charset=utf-8'
157
+ az storage blob upload-batch -s <source-path> -d \$web --account-name <storage-account-name>
158
158
```
159
159
160
160
* Replace the ` <storage-account-name> ` placeholder value with the name of your storage account.
@@ -173,7 +173,6 @@ Upload objects to the *$web* container from a source directory.
173
173
``` powershell
174
174
# upload a file
175
175
set-AzStorageblobcontent -File "<path-to-file>" `
176
- -Properties @{ ContentType = "text/html; charset=utf-8";} `
177
176
-Container `$web `
178
177
-Blob "<blob-name>" `
179
178
-Context $ctx
You can’t perform that action at this time.
0 commit comments