Skip to content

Commit

Permalink
anonimous pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
unaihuete93 authored Oct 19, 2022
1 parent f4c203f commit 4003d6e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ado/main-cd-web-aci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
webappname: 'az400eshop-NAME'
acr-login-server: 'YOUR-ACR.azurecr.io'
acr-username: 'ACR-USERNAME'
resource-group: 'att-az400-ewebshop-NAME'
resource-group: 'AZ400-EWebShop-NAME'


stages:
Expand Down
6 changes: 3 additions & 3 deletions .ado/main-cd-web-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ resources:


variables:
resource-group: 'AZ400-EWebShop-Unai'
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
templateFile: '.ado/IaC/webapp.bicep'
subscriptionid: '16169bdf-109c-4eb7-9963-3d01e2352774'
subscriptionid: 'YOUR-SUBSCRIPTION-ID'
azureserviceconnection: 'azure subs'
webappname: 'az400-webapp-unai'
webappname: 'az400-webapp-NAME'
# webappname: 'webapp-windows-eshop'


Expand Down
13 changes: 8 additions & 5 deletions .ado/main-cd-webapp-compose.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
trigger: none
#NOT WORKING YET
#locally docker compose works, deploying to Azure WebApp is succesful but something still fails

# trigger: none
resources:
- repo: self

variables:
tag: '$(Build.BuildId)'
resource-group: 'AZ400-EWebShop-Unai'
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
templateFile: '.ado/IaC/app-plan.bicep'
subscriptionid: '16169bdf-109c-4eb7-9963-3d01e2352774'
subscriptionid: 'YOUR-SUBSCRIPTION-ID'
azureserviceconnection: 'azure subs'
webappname: 'az400-webapp-compose-NAME'
composeFile: 'docker-compose-webapp.yml'
acr-login-server: 'acrwl3ppxlniyfui.azurecr.io'
acr-username: 'acrwl3ppxlniyfui'
acr-login-server: 'YOUR-ACR.azurecr.io'
acr-username: 'YOUR-ACR'


stages:
Expand Down
2 changes: 1 addition & 1 deletion .ado/main-ci-containers-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:

variables:
tag: '$(Build.BuildId)'
resource-group: 'att-az400-ewebshop-NAME'
resource-group: 'AZ400-EWebShop-NAME'
location: 'westeurope'
templateFile: '.azure/bicep/acr.bicep'
azureserviceconnection: 'azure subs'
Expand Down

0 comments on commit 4003d6e

Please sign in to comment.