We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c595d commit 9643700Copy full SHA for 9643700
.github/workflows/eshoponweb-cicd.yml
@@ -5,11 +5,11 @@ on: workflow_dispatch
5
6
#Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables
7
env:
8
- RESOURCE-GROUP: rg-eshoponweb-westeurope
9
- LOCATION: westeurope
+ RESOURCE-GROUP: rg-eshoponweb-eastus2
+ LOCATION: eastus2
10
TEMPLATE-FILE: infra/webapp.bicep
11
SUBSCRIPTION-ID: 27f8e71b-d602-438f-8853-946271e6bc3f
12
- WEBAPP-NAME: devops-webapp-westeurope-49565202
+ WEBAPP-NAME: devops-webapp-eastus2-49565202
13
14
15
jobs:
0 commit comments