Skip to content

Commit fcb0890

Browse files
committed
fix: Update default instance number in CI/CD workflow configuration
1 parent 4bad5df commit fcb0890

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ permissions:
3434
security-events: write
3535

3636
env:
37-
DEFAULT_INSTANCE_NUMBER: "003"
38-
DEFAULT_AZURE_LOCATION: "canadacentral"
37+
DEFAULT_INSTANCE_NUMBER: "005" # default instance number if not provided
38+
DEFAULT_AZURE_LOCATION: "canadacentral" # default Azure region if not provided
3939
SRC_PROJECT_PATH: "/webapp01/webapp01.csproj"
40-
AZURE_WEBAPP_PACKAGE_PATH: "./src"
41-
DOTNET_VERSION: "9.0.x"
40+
AZURE_WEBAPP_PACKAGE_PATH: "./src" # set this to the path to your web app project, defaults to the repository root
41+
DOTNET_VERSION: "9.0.x" # set this to the dot net version to use
4242

4343
jobs:
4444
deploy-infrastructure:

0 commit comments

Comments
 (0)