diff --git a/contrib/azure-setup.sh b/contrib/azure-setup.sh index 381bb9e7e..c64660a13 100755 --- a/contrib/azure-setup.sh +++ b/contrib/azure-setup.sh @@ -126,7 +126,7 @@ createResourceGroup() { createStorageAccount() { echo "==> Creating storage account" - azure storage account create -g $meta_name -l westus --type LRS $meta_name + azure storage account create -g $meta_name -l westus --sku-name LRS --kind Storage $meta_name if [ $? -eq 0 ]; then azure_storage_name=$meta_name else