Skip to content

Commit 560592b

Browse files
committed
Update Azure configuration parameters for consistency
1 parent d387fbb commit 560592b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ permissions:
1313
security-events: write
1414

1515
env:
16-
AZURE_WEBAPP_NAME: app-gh-aspnet-webapp-01 # set this to your application's name
16+
AZURE_WEBAPP_NAME: app-gh-aspnet-webapp-001 # set this to your application's name
1717
SRC_PROJECT_PATH: "/webapp01/webapp01.csproj"
1818
AZURE_WEBAPP_PACKAGE_PATH: "./src" # set this to the path to your web app project, defaults to the repository root
1919
DOTNET_VERSION: "9.0.x" # set this to the dot net version to use
20-
AZURE_ACR_NAME: crdevsecopscldev01 # set this to your Azure Container Registry name
20+
AZURE_ACR_NAME: crdevsecopscldev001 # set this to your Azure Container Registry name
2121

2222
jobs:
2323
cicd:

infra/main.parameters.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"contentVersion": "1.0.0.0",
44
"parameters": {
55
"acrName": {
6-
"value": "crdevsecopscldev01"
6+
"value": "crdevsecopscldev001"
77
},
88
"acrSku": {
99
"value": "Basic"
1010
},
1111
"appServicePlanName": {
12-
"value": "asp-gh-aspnet-webapp-01"
12+
"value": "asp-gh-aspnet-webapp-001"
1313
},
1414
"webAppName": {
15-
"value": "app-gh-aspnet-webapp-01"
15+
"value": "app-gh-aspnet-webapp-001"
1616
},
1717
"location": {
1818
"value": "canadacentral"
@@ -21,7 +21,7 @@
2121
"value": "crdevsecopscldev01.azurecr.io/webapp01:latest"
2222
},
2323
"resourceGroupName": {
24-
"value": "rg-gh-aspnet-webapp-01"
24+
"value": "rg-gh-aspnet-webapp-001"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)