Skip to content

Commit

Permalink
Fix resourceGroup location
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Apr 5, 2024
1 parent eaad52f commit ee269ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"type": "Microsoft.Resources/resourceGroups",
"apiVersion": "2022-09-01",
"name": "[parameters('ResourceGroupName')]",
"location": "[parameters('Location')]"
"location": "[parameters('DeploymentLocation')]"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"type": "Microsoft.Resources/resourceGroups",
"apiVersion": "2022-09-01",
"name": "[parameters('ResourceGroupName')]",
"location": "[parameters('Location')]"
"location": "[parameters('DeploymentLocation')]"
}
]
}
Expand Down

0 comments on commit ee269ce

Please sign in to comment.