Skip to content

Commit 73c354e

Browse files
authored
Merge pull request #44340 from bscott-rh/BZ-2071810
BZ-2071810 fixed Azure resource group parameter name
2 parents b459692 + af22a30 commit 73c354e

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)