Update to east us as default

jamesmontemagno-patch-2
James Montemagno 2022-12-05 13:50:28 -08:00 committed by GitHub
parent de26f46d96
commit 49064f2d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ First, you need to create an Azure Resource group within your subscription. If y
To create the resource group, run the following command in the terminal:
```console
az group create --name podcastrg --location canadacentral
az group create --name podcastrg --location eastus
```
The above resource group name will be added to the GitHub secrets in a later step. If you decide to use your own resource group name, be sure to update the same later.