We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bad5df commit fcb0890Copy full SHA for fcb0890
1 file changed
.github/workflows/cicd.yml
@@ -34,11 +34,11 @@ permissions:
34
security-events: write
35
36
env:
37
- DEFAULT_INSTANCE_NUMBER: "003"
38
- DEFAULT_AZURE_LOCATION: "canadacentral"
+ DEFAULT_INSTANCE_NUMBER: "005" # default instance number if not provided
+ DEFAULT_AZURE_LOCATION: "canadacentral" # default Azure region if not provided
39
SRC_PROJECT_PATH: "/webapp01/webapp01.csproj"
40
- AZURE_WEBAPP_PACKAGE_PATH: "./src"
41
- DOTNET_VERSION: "9.0.x"
+ AZURE_WEBAPP_PACKAGE_PATH: "./src" # set this to the path to your web app project, defaults to the repository root
+ DOTNET_VERSION: "9.0.x" # set this to the dot net version to use
42
43
jobs:
44
deploy-infrastructure:
0 commit comments