Skip to content

Commit 04b7f89

Browse files
authored
Changed Azure region (#66)
Issue #65 Changed the Azure region because US-Central has a quota of 0 instances for free accounts.
1 parent 98a88be commit 04b7f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/3-spinup-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ env:
4747
IMAGE_REGISTRY_URL: ghcr.io
4848
AZURE_RESOURCE_GROUP: cd-with-actions
4949
AZURE_APP_PLAN: actions-ttt-deployment
50-
AZURE_LOCATION: '"Central US"'
50+
AZURE_LOCATION: '"East US"'
5151
###############################################
5252
### Replace <username> with GitHub username ###
5353
###############################################

0 commit comments

Comments
 (0)