Skip to content

Commit

Permalink
Merge pull request #313 from MicrosoftLearning/azure-pass-retirement
Browse files Browse the repository at this point in the history
Retire Azure Pass and fix bugs
  • Loading branch information
LuizMacedo authored Oct 29, 2024
2 parents 97f49a0 + e5e101d commit 8e413a3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ado/eshoponweb-cd-aci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
trigger: none

variables:
location: 'westeurope'
location: 'centralus'
templateFile: 'infra/aci.bicep'
subscriptionid: 'YOUR-SUBSCRIPTION-ID'
azureserviceconnection: 'azure subs'
Expand Down
2 changes: 1 addition & 1 deletion .ado/eshoponweb-cd-webapp-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:

variables:
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
location: 'centralus'
templateFile: 'infra/webapp.bicep'
subscriptionid: 'YOUR-SUBSCRIPTION-ID'
azureserviceconnection: 'azure subs'
Expand Down
4 changes: 2 additions & 2 deletions .ado/eshoponweb-cd-webapp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ resources:
trigger: none

variables:
azureServiceConnection: 'azure-connection'
azureServiceConnection: 'azure subs'
resourceGroup: 'rg-az400-container-NAME'
location: 'westeurope'
location: 'centralus'
subscriptionId: 'YOUR-SUBSCRIPTION-ID'

stages:
Expand Down
2 changes: 1 addition & 1 deletion .ado/eshoponweb-cd-webapp-dockercompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
variables:
tag: '$(Build.BuildId)'
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
location: 'centralus'
templateFile: '.ado/IaC/app-plan.bicep'
subscriptionid: 'YOUR-SUBSCRIPTION-ID'
azureserviceconnection: 'azure subs'
Expand Down
2 changes: 1 addition & 1 deletion .ado/eshoponweb-cd-windows-cm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
location: 'centralus'
templateFile: 'infra/simple-windows-vm.bicep'
azureserviceconnection: 'azure subs'

Expand Down
4 changes: 2 additions & 2 deletions .ado/eshoponweb-ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ resources:
trigger: none

variables:
azureServiceConnection: 'azure-connection'
azureServiceConnection: 'azure subs'
subscriptionId: 'YOUR-SUBSCRIPTION-ID'
resourceGroup: 'rg-az400-container-NAME'
location: 'westeurope'
location: 'centralus'

stages:
- stage: Build
Expand Down
2 changes: 1 addition & 1 deletion .ado/eshoponweb-ci-dockercompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
variables:
tag: '$(Build.BuildId)'
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
location: 'centralus'
templateFile: 'infra/acr.bicep'
azureserviceconnection: 'azure subs'
subscriptionId: 'YOUR-SUBSCRIPTION-ID'
Expand Down

0 comments on commit 8e413a3

Please sign in to comment.