This example assumes you have previously completed the following examples:
To upload a directory containing your static website use the following command line:
az storage blob upload-batch \
--source web \
--destination '$web' \
--account-name $STORAGE_ACCOUNT_NAME \
--connection-string $STORAGE_ACCOUNT_CONNECTION_STRING
Do NOT forget to remove the resources once you are done running the example.
1m