Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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