1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00

Update installation-azure-preparing-diskencryptionsets.adoc

Removed --enable-soft-delete true from az keyvault create command
This commit is contained in:
shane-snyder
2023-06-23 10:22:29 -04:00
committed by openshift-cherrypick-robot
parent be3d1d4e5c
commit dcbb79a8f2

View File

@@ -68,7 +68,7 @@ $ az group create --name $RESOURCEGROUP --location $LOCATION
[source,terminal]
----
$ az keyvault create -n $KEYVAULT_NAME -g $RESOURCEGROUP -l $LOCATION \
--enable-purge-protection true --enable-soft-delete true
--enable-purge-protection true
----
+
. Create an encryption key in the key vault by running the following command: