You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# upload files to $web
az storage blob upload-batch -s "./build"-d '$web'--account-name $storageName
List
# show endpoint url
az storage account show -n $storageName-g $resourceGroup--query "primaryEndpoints.web"--output tsv
# list storage name by resource group name
az storage account list --query "[?resourceGroup=='$resourceGroup'].name"
az storage account list --query "[?name=='$storageName']"