Skip to content

Commit

Permalink
Correct default location in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdymond committed Mar 5, 2024
1 parent 964e95f commit e187beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ If you wish to control the suffix used, you can pass the `-s` parameter:
```
which will attempt to create a storage container named `debianrepo<suffix>`.

By default all resources are created in the `uksouth` location - this can be
By default all resources are created in the `eastus` location - this can be
overridden by passing the `-l` parameter:

```bash
./create_resources.sh -l eastus <resource_group_name>
./create_resources.sh -l uksouth <resource_group_name>
```

# Design
Expand Down

0 comments on commit e187beb

Please sign in to comment.