Skip to content

Commit af22a30

Browse files
committed
BZ-2071810 fixed Azure resource group parameter name
1 parent 577f486 commit af22a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/migration-configuring-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ AZURE_STORAGE_ACCOUNT_ID="velero$(uuidgen | cut -d '-' -f5 | tr '[A-Z]' '[a-z]
6363
----
6464
$ az storage account create \
6565
--name $AZURE_STORAGE_ACCOUNT_ID \
66-
--resource-group $AZURE_BACKUP_RESOURCE_GROUP \
66+
--resource-group $AZURE_RESOURCE_GROUP \
6767
--sku Standard_GRS \
6868
--encryption-services blob \
6969
--https-only true \

0 commit comments

Comments
 (0)