I am trying to deploy a static webpage with Azure DevOps and Azure Blob storage. From the release pipeline, I am trying to upload the build artifact with Azure CLI. But it is throwing OutOfRangeInput error.
az storage blob upload-batch --account-name 'accountname' --account-key 'accountkey' --destination ‘$web’ --source './web'
I have a small storage-account name and with lowercase letters.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…