We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1e03d commit d826edfCopy full SHA for d826edf
vm-config/configure-lad.sh
@@ -97,7 +97,7 @@ echo -e "checking if the storage account exists\n\tresource group = ${storage_gr
97
if [[ "$storage_name" != "$(az storage account show --subscription $subscription_id -g $storage_group -n $storage_name --query name -o tsv)" ]]
98
then
99
echo "creating the storage account"
100
- az storage account create --subscription $subscription_id -g $storage_group -n $storage_name -l $location --sku Standard_LRS
+ az storage account create --subscription $subscription_id -g $storage_group -n $storage_name -l $location --sku Standard_LRS --min-tls-version TLS1_2
101
if [ $? -ne 0 ]
102
103
echo "couldn't create the storage account"
0 commit comments