File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ permissions:
1313 security-events : write
1414
1515env :
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
2222jobs :
2323 cicd :
Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments