Skip to content

Commit

Permalink
docs: set resource group location
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Dec 9, 2024
1 parent 3678f93 commit 952c037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Azure Resource Manager (ARM) template that creates an Azure Storage account to s
1. Create resource group:

```console
az group create --name <RESOURCE_GROUP_NAME>
az group create --name <RESOURCE_GROUP_NAME> --location <LOCATION>
```

Requires Azure role `Contributor` at subscription.
Expand Down

0 comments on commit 952c037

Please sign in to comment.