We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b75152 + 2b922b8 commit d2e33daCopy full SHA for d2e33da
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