We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acbdbbc + 845a3df commit e732de0Copy full SHA for e732de0
modules/installation-azure-preparing-diskencryptionsets.adoc
@@ -68,7 +68,7 @@ $ az group create --name $RESOURCEGROUP --location $LOCATION
68
[source,terminal]
69
----
70
$ az keyvault create -n $KEYVAULT_NAME -g $RESOURCEGROUP -l $LOCATION \
71
- --enable-purge-protection true --enable-soft-delete true
+ --enable-purge-protection true
72
73
+
74
. Create an encryption key in the key vault by running the following command:
0 commit comments