From 8f230dd098410da1b2f8b46d6f4a37976097a159 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Thu, 28 Mar 2024 11:19:54 -0700 Subject: [PATCH] update to node20 (#3594) * update to node20 * update terraform azurerm version * node function fix --- .github/workflows/cli-ci.yml | 8 ++++---- .github/workflows/cspell-misc.yml | 6 +++--- .github/workflows/devcontainer-feature-release.yml | 2 +- .github/workflows/devcontainer-feature-test.yml | 6 +++--- .github/workflows/devops-ext-ci.yml | 6 +++--- .github/workflows/lint-bicep.yml | 2 +- .github/workflows/schema-ci.yml | 4 ++-- .github/workflows/templates-ci.yml | 6 +++--- .github/workflows/vscode-ci.yml | 12 ++++++------ .../recordings/Test_CLI_DevCenter_Init_Up_Down.yaml | 8 ++++---- .../samples/resourcegroupterraform/infra/provider.tf | 2 +- .../resourcegroupterraformremote/infra/provider.tf | 2 +- .../devcontainer.json/aks/nodejs/devcontainer.json | 2 +- .../devcontainer.json/java/devcontainer.json | 2 +- .../java/terraform/devcontainer.json | 2 +- .../devcontainer.json/nodejs/devcontainer.json | 2 +- .../devcontainer.json/nodejs/func/devcontainer.json | 2 +- .../nodejs/terraform/devcontainer.json | 2 +- .../common/.github/workflows/func/azure-dev.yml | 2 +- .../common/.github/workflows/java/azure-dev.yml | 2 +- .../.github/workflows/java/terraform/azure-dev.yml | 4 ++-- .../.github/workflows/nodejs/bicep/azure-dev.yml | 4 ++-- .../.github/workflows/nodejs/func/azure-dev.yml | 4 ++-- .../.github/workflows/nodejs/terraform/azure-dev.yml | 4 ++-- .../common/.github/workflows/terraform/azure-dev.yml | 4 ++-- .../infra/terraform/core/database/cosmos/cosmos.tf | 2 +- .../terraform/core/database/postgresql/postgresql.tf | 2 +- .../terraform/core/gateway/apim-api/apim-api.tf | 2 +- .../common/infra/terraform/core/gateway/apim/apim.tf | 2 +- .../host/appservice/appservicejava/appservicejava.tf | 2 +- .../host/appservice/appservicenode/appservicenode.tf | 2 +- .../appservicenode/appservicenode_variables.tf | 2 +- .../appservice/appservicepython/appservicepython.tf | 2 +- .../core/host/appserviceplan/appserviceplan.tf | 2 +- .../applicationinsights/applicationinsights.tf | 2 +- .../core/monitor/loganalytics/loganalytics.tf | 2 +- .../terraform/core/security/keyvault/keyvault.tf | 2 +- templates/starter/terraform/infra/provider.tf | 2 +- templates/todo/api/js/Dockerfile | 2 +- .../common/infra/bicep/app/api-appservice-node.bicep | 2 +- .../common/infra/bicep/app/api-functions-node.bicep | 2 +- .../todo/common/infra/bicep/app/web-appservice.bicep | 2 +- .../.repo/terraform/infra/provider.tf | 2 +- .../nodejs-mongo/.repo/terraform/infra/provider.tf | 2 +- .../python-mongo/.repo/terraform/infra/provider.tf | 2 +- templates/todo/web/react-fluent/Dockerfile | 2 +- 46 files changed, 71 insertions(+), 71 deletions(-) diff --git a/.github/workflows/cli-ci.yml b/.github/workflows/cli-ci.yml index f7779194653..496b75cf5ca 100644 --- a/.github/workflows/cli-ci.yml +++ b/.github/workflows/cli-ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: "^1.21.0" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: @@ -33,10 +33,10 @@ jobs: cspell-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - run: npm install -g cspell - name: Spell check for CLI source code run: cspell lint '**/*.go' --config ./cli/azd/.vscode/cspell.yaml --root ./cli/azd --no-progress diff --git a/.github/workflows/cspell-misc.yml b/.github/workflows/cspell-misc.yml index 7181d362676..269a0a360c2 100644 --- a/.github/workflows/cspell-misc.yml +++ b/.github/workflows/cspell-misc.yml @@ -16,10 +16,10 @@ jobs: cspell-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - run: npm install -g cspell - name: Spell check for general files run: cspell lint '**/*' --config ./.vscode/cspell.misc.yaml --relative --no-progress diff --git a/.github/workflows/devcontainer-feature-release.yml b/.github/workflows/devcontainer-feature-release.yml index f2f147a92c0..bd030edee68 100644 --- a/.github/workflows/devcontainer-feature-release.yml +++ b/.github/workflows/devcontainer-feature-release.yml @@ -23,7 +23,7 @@ jobs: environment: name: deploy-devcontainer-feature steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Publish Features" uses: devcontainers/action@v1 diff --git a/.github/workflows/devcontainer-feature-test.yml b/.github/workflows/devcontainer-feature-test.yml index 9140d2d9fb2..d11bd8a8c60 100644 --- a/.github/workflows/devcontainer-feature-test.yml +++ b/.github/workflows/devcontainer-feature-test.yml @@ -25,7 +25,7 @@ jobs: "mcr.microsoft.com/devcontainers/base:debian", ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -37,7 +37,7 @@ jobs: test-scenarios: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -49,7 +49,7 @@ jobs: test-global: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli diff --git a/.github/workflows/devops-ext-ci.yml b/.github/workflows/devops-ext-ci.yml index 5bf423b84c4..3fe1975bba0 100644 --- a/.github/workflows/devops-ext-ci.yml +++ b/.github/workflows/devops-ext-ci.yml @@ -16,10 +16,10 @@ jobs: build-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - name: Install dependencies run: | npm install -g npm diff --git a/.github/workflows/lint-bicep.yml b/.github/workflows/lint-bicep.yml index 539bd3c87c7..6537c022a67 100644 --- a/.github/workflows/lint-bicep.yml +++ b/.github/workflows/lint-bicep.yml @@ -13,7 +13,7 @@ jobs: bicep-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Lint .bicep files run: $ErrorActionPreference='Continue'; eng/scripts/Test-BicepLint.ps1 -Verbose shell: pwsh diff --git a/.github/workflows/schema-ci.yml b/.github/workflows/schema-ci.yml index cf00ec25bcc..039c03c881f 100644 --- a/.github/workflows/schema-ci.yml +++ b/.github/workflows/schema-ci.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - run: npm install -g jsonlint - name: Validate schemas JSON run: jsonlint schemas/**/*.json -c diff --git a/.github/workflows/templates-ci.yml b/.github/workflows/templates-ci.yml index 56dcd5cee40..6f9cf4e77d0 100644 --- a/.github/workflows/templates-ci.yml +++ b/.github/workflows/templates-ci.yml @@ -20,10 +20,10 @@ jobs: cspell-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - run: npm install -g cspell - name: Spell check for templates run: cspell lint '**/*' --config ./templates/cspell.yaml --root ./templates --no-progress diff --git a/.github/workflows/vscode-ci.yml b/.github/workflows/vscode-ci.yml index 86932354e72..dc78420e2e8 100644 --- a/.github/workflows/vscode-ci.yml +++ b/.github/workflows/vscode-ci.yml @@ -16,10 +16,10 @@ jobs: cspell-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - run: npm install -g cspell - name: Spell check for vscode extension run: cspell lint '**/*.ts' --config ./ext/vscode/.vscode/cspell.yaml --root ./ext/vscode --no-progress @@ -28,17 +28,17 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [18.x] + node-version: [20.x] os: [macos-latest, ubuntu-latest, windows-latest] include: - os: ubuntu-latest upload-artifact: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/cli/azd/test/functional/testdata/recordings/Test_CLI_DevCenter_Init_Up_Down.yaml b/cli/azd/test/functional/testdata/recordings/Test_CLI_DevCenter_Init_Up_Down.yaml index 86cdfb01608..194b0c6b98b 100644 --- a/cli/azd/test/functional/testdata/recordings/Test_CLI_DevCenter_Init_Up_Down.yaml +++ b/cli/azd/test/functional/testdata/recordings/Test_CLI_DevCenter_Init_Up_Down.yaml @@ -4360,7 +4360,7 @@ interactions: trailer: {} content_length: 13692 uncompressed: false - body: '{"value":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","name":"app-helloworld-ab3md3mmireaw-appSettings","type":"Microsoft.Resources/deployments","properties":{"templateHash":"1502109241172037927","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"appSettings":{"type":"Object","value":{"SCM_DO_BUILD_DURING_DEPLOYMENT":"True","ENABLE_ORYX_BUILD":"True"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:50.0201821Z","duration":"PT11.4399218S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-app-module","name":"app-helloworld-ab3md3mmireaw-app-module","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3548910797978781823","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8","azd-service-name":"helloworld"}},"applicationInsightsName":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"keyVaultName":{"type":"String","value":""},"managedIdentity":{"type":"Bool","value":false},"runtimeName":{"type":"String","value":"node"},"runtimeNameAndVersion":{"type":"String","value":"node|18-lts"},"runtimeVersion":{"type":"String","value":"18-lts"},"kind":{"type":"String","value":"app,linux"},"allowedOrigins":{"type":"Array","value":[]},"alwaysOn":{"type":"Bool","value":true},"appCommandLine":{"type":"String","value":""},"clientAffinityEnabled":{"type":"Bool","value":false},"enableOryxBuild":{"type":"Bool","value":true},"functionAppScaleLimit":{"type":"Int","value":-1},"linuxFxVersion":{"type":"String","value":"node|18-lts"},"minimumElasticInstanceCount":{"type":"Int","value":-1},"numberOfWorkers":{"type":"Int","value":-1},"scmDoBuildDuringDeployment":{"type":"Bool","value":true},"use32BitWorkerProcess":{"type":"Bool","value":false},"ftpsState":{"type":"String","value":"FtpsOnly"},"healthCheckPath":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:54.715352Z","duration":"PT39.5665027S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]},{"resourceType":"sites/basicPublishingCredentialsPolicies","locations":[null]},{"resourceType":"sites","locations":["eastus2"]}]},{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs","resourceType":"Microsoft.Web/sites/config","resourceName":"app-helloworld-ab3md3mmireaw/logs"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/ftp"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/scm"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","resourceType":"Microsoft.Resources/deployments","resourceName":"app-helloworld-ab3md3mmireaw-appSettings"}],"outputs":{"identityPrincipalId":{"type":"String","value":""},"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"uri":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","name":"helloworld","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12313645452229774503","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"appCommandLine":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"serviceName":{"type":"String","value":"helloworld"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:01.9924332Z","duration":"PT50.6778601S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[],"outputs":{"servicE_HELLOWORLD_IDENTITY_PRINCIPAL_ID":{"type":"String","value":""},"servicE_HELLOWORLD_NAME":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"servicE_HELLOWORLD_URI":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","name":"appserviceplan","type":"Microsoft.Resources/deployments","properties":{"templateHash":"7476659406584400671","parameters":{"name":{"type":"String","value":"plan-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"kind":{"type":"String","value":""},"reserved":{"type":"Bool","value":true},"sku":{"type":"Object","value":{"name":"B1"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:35:59.042673Z","duration":"PT6.5550403S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"serverfarms","locations":["eastus2"]}]}],"dependencies":[],"outputs":{"id":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"name":{"type":"String","value":"plan-ab3md3mmireaw"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/project-1.azdtest-w456af8.133542309467695863","name":"project-1.azdtest-w456af8.133542309467695863","type":"Microsoft.Resources/deployments","tags":{"AdeEnvironmentName":"azdtest-w456af8","AdeProjectName":"project-1","AdeDevCenterName":"dc-wabrez-od3kzvk4mwe72","AdeEnvironmentTypeName":"Dev"},"properties":{"templateLink":{"uri":"https://d55vj9m1o8u4cm4o.blob.core.windows.net/templates/project-1.azdtest-w456af8.133542309467695863/EnvironmentDefinitions/HelloWorld/azuredeploy.json","contentVersion":"1.0.0.0"},"templateHash":"17645299908346333518","parameters":{"repoUrl":{"type":"String","value":"https://github.com/wbreza/azd-hello-world"},"environmentName":{"type":"String","value":"azdtest-w456af8"},"location":{"type":"String","value":"eastus2"},"serviceName":{"type":"String","value":""},"appServicePlanName":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:14.869355Z","duration":"PT1M23.5314946S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan","apiVersion":"2022-09-01"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","resourceType":"Microsoft.Resources/deployments","resourceName":"helloworld"}],"outputs":{"azurE_LOCATION":{"type":"String","value":"eastus2"},"azurE_TENANT_ID":{"type":"String","value":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"servicE_API_ENDPOINTS":{"type":"Array","value":["https://app-helloworld-ab3md3mmireaw.azurewebsites.net"]}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}}]}' + body: '{"value":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","name":"app-helloworld-ab3md3mmireaw-appSettings","type":"Microsoft.Resources/deployments","properties":{"templateHash":"1502109241172037927","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"appSettings":{"type":"Object","value":{"SCM_DO_BUILD_DURING_DEPLOYMENT":"True","ENABLE_ORYX_BUILD":"True"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:50.0201821Z","duration":"PT11.4399218S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-app-module","name":"app-helloworld-ab3md3mmireaw-app-module","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3548910797978781823","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8","azd-service-name":"helloworld"}},"applicationInsightsName":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"keyVaultName":{"type":"String","value":""},"managedIdentity":{"type":"Bool","value":false},"runtimeName":{"type":"String","value":"node"},"runtimeNameAndVersion":{"type":"String","value":"node|20-lts"},"runtimeVersion":{"type":"String","value":"20-lts"},"kind":{"type":"String","value":"app,linux"},"allowedOrigins":{"type":"Array","value":[]},"alwaysOn":{"type":"Bool","value":true},"appCommandLine":{"type":"String","value":""},"clientAffinityEnabled":{"type":"Bool","value":false},"enableOryxBuild":{"type":"Bool","value":true},"functionAppScaleLimit":{"type":"Int","value":-1},"linuxFxVersion":{"type":"String","value":"node|20-lts"},"minimumElasticInstanceCount":{"type":"Int","value":-1},"numberOfWorkers":{"type":"Int","value":-1},"scmDoBuildDuringDeployment":{"type":"Bool","value":true},"use32BitWorkerProcess":{"type":"Bool","value":false},"ftpsState":{"type":"String","value":"FtpsOnly"},"healthCheckPath":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:54.715352Z","duration":"PT39.5665027S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]},{"resourceType":"sites/basicPublishingCredentialsPolicies","locations":[null]},{"resourceType":"sites","locations":["eastus2"]}]},{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs","resourceType":"Microsoft.Web/sites/config","resourceName":"app-helloworld-ab3md3mmireaw/logs"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/ftp"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/scm"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","resourceType":"Microsoft.Resources/deployments","resourceName":"app-helloworld-ab3md3mmireaw-appSettings"}],"outputs":{"identityPrincipalId":{"type":"String","value":""},"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"uri":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","name":"helloworld","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12313645452229774503","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"appCommandLine":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"serviceName":{"type":"String","value":"helloworld"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:01.9924332Z","duration":"PT50.6778601S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[],"outputs":{"servicE_HELLOWORLD_IDENTITY_PRINCIPAL_ID":{"type":"String","value":""},"servicE_HELLOWORLD_NAME":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"servicE_HELLOWORLD_URI":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","name":"appserviceplan","type":"Microsoft.Resources/deployments","properties":{"templateHash":"7476659406584400671","parameters":{"name":{"type":"String","value":"plan-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"kind":{"type":"String","value":""},"reserved":{"type":"Bool","value":true},"sku":{"type":"Object","value":{"name":"B1"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:35:59.042673Z","duration":"PT6.5550403S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"serverfarms","locations":["eastus2"]}]}],"dependencies":[],"outputs":{"id":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"name":{"type":"String","value":"plan-ab3md3mmireaw"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/project-1.azdtest-w456af8.133542309467695863","name":"project-1.azdtest-w456af8.133542309467695863","type":"Microsoft.Resources/deployments","tags":{"AdeEnvironmentName":"azdtest-w456af8","AdeProjectName":"project-1","AdeDevCenterName":"dc-wabrez-od3kzvk4mwe72","AdeEnvironmentTypeName":"Dev"},"properties":{"templateLink":{"uri":"https://d55vj9m1o8u4cm4o.blob.core.windows.net/templates/project-1.azdtest-w456af8.133542309467695863/EnvironmentDefinitions/HelloWorld/azuredeploy.json","contentVersion":"1.0.0.0"},"templateHash":"17645299908346333518","parameters":{"repoUrl":{"type":"String","value":"https://github.com/wbreza/azd-hello-world"},"environmentName":{"type":"String","value":"azdtest-w456af8"},"location":{"type":"String","value":"eastus2"},"serviceName":{"type":"String","value":""},"appServicePlanName":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:14.869355Z","duration":"PT1M23.5314946S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan","apiVersion":"2022-09-01"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","resourceType":"Microsoft.Resources/deployments","resourceName":"helloworld"}],"outputs":{"azurE_LOCATION":{"type":"String","value":"eastus2"},"azurE_TENANT_ID":{"type":"String","value":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"servicE_API_ENDPOINTS":{"type":"Array","value":["https://app-helloworld-ab3md3mmireaw.azurewebsites.net"]}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}}]}' headers: Cache-Control: - no-cache @@ -4494,7 +4494,7 @@ interactions: trailer: {} content_length: 7591 uncompressed: false - body: '{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","name":"app-helloworld-ab3md3mmireaw","type":"Microsoft.Web/sites","kind":"app,linux","location":"East US 2","tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"properties":{"name":"app-helloworld-ab3md3mmireaw","state":"Running","hostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net"],"webSpace":"project-1-azdtest-w456af8-EastUS2webspace-Linux","selfLink":"https://waws-prod-bn1-239.api.azurewebsites.windows.net:454/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/webspaces/project-1-azdtest-w456af8-EastUS2webspace-Linux/sites/app-helloworld-ab3md3mmireaw","repositorySiteName":"app-helloworld-ab3md3mmireaw","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"afdEnabled":false,"enabledHostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net","app-helloworld-ab3md3mmireaw.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|18-lts"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"app-helloworld-ab3md3mmireaw.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"app-helloworld-ab3md3mmireaw.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2024-03-06T20:36:39.5133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","dnsConfiguration":{},"vnetRouteAllEnabled":false,"containerAllocationSubnet":null,"useContainerLocalhostBindings":null,"vnetImagePullEnabled":false,"vnetContentShareEnabled":false,"siteConfig":{"numberOfWorkers":1,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":"node|18-lts","windowsFxVersion":null,"windowsConfiguredStacks":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":null,"ipSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":false,"minTlsVersion":null,"minTlsCipherSuite":null,"supportedTlsCipherSuites":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":0,"elasticWebAppScaleLimit":null,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0,"azureStorageAccounts":null,"http20ProxyFlag":null,"sitePort":null,"antivirusScanEnabled":null,"storageType":null,"sitePrivateLinkHostEnabled":null},"functionAppConfig":null,"daprConfig":null,"deploymentId":"app-helloworld-ab3md3mmireaw","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"ipMode":"IPv4","vnetBackupRestoreEnabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"952E2B5B449FE1809E86B56F4189627111A065213A56FF099BE2E8782C9EB920","kind":"app,linux","managedEnvironmentId":null,"workloadProfileName":null,"resourceConfig":null,"inboundIpAddress":"20.119.136.17","possibleInboundIpAddresses":"20.119.136.17","ftpUsername":"app-helloworld-ab3md3mmireaw\\$app-helloworld-ab3md3mmireaw","ftpsHostName":"ftps://waws-prod-bn1-239.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.119.136.17","possibleOutboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.80.213.56,20.80.213.158,20.80.213.167,20.80.213.238,20.80.214.100,20.80.214.152,20.80.214.163,20.80.214.183,20.80.208.58,20.80.215.30,20.80.215.41,20.80.215.73,20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.85.97.8,20.85.97.15,20.85.97.31,20.85.98.40,20.85.98.55,20.85.98.61,20.119.136.17","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bn1-239","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"resourceGroup":"project-1-azdtest-w456af8","defaultHostName":"app-helloworld-ab3md3mmireaw.azurewebsites.net","slotSwapStatus":null,"httpsOnly":true,"endToEndEncryptionEnabled":false,"functionsRuntimeAdminIsolationEnabled":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":[],"publicNetworkAccess":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs","inFlightFeatures":["SiteContainers"],"storageAccountRequired":false,"virtualNetworkSubnetId":null,"keyVaultReferenceIdentity":"SystemAssigned","defaultHostNameScope":"Global","privateLinkIdentifiers":null,"sshEnabled":null}}' + body: '{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","name":"app-helloworld-ab3md3mmireaw","type":"Microsoft.Web/sites","kind":"app,linux","location":"East US 2","tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"properties":{"name":"app-helloworld-ab3md3mmireaw","state":"Running","hostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net"],"webSpace":"project-1-azdtest-w456af8-EastUS2webspace-Linux","selfLink":"https://waws-prod-bn1-239.api.azurewebsites.windows.net:454/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/webspaces/project-1-azdtest-w456af8-EastUS2webspace-Linux/sites/app-helloworld-ab3md3mmireaw","repositorySiteName":"app-helloworld-ab3md3mmireaw","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"afdEnabled":false,"enabledHostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net","app-helloworld-ab3md3mmireaw.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|20-lts"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"app-helloworld-ab3md3mmireaw.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"app-helloworld-ab3md3mmireaw.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2024-03-06T20:36:39.5133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","dnsConfiguration":{},"vnetRouteAllEnabled":false,"containerAllocationSubnet":null,"useContainerLocalhostBindings":null,"vnetImagePullEnabled":false,"vnetContentShareEnabled":false,"siteConfig":{"numberOfWorkers":1,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":"node|20-lts","windowsFxVersion":null,"windowsConfiguredStacks":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":null,"ipSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":false,"minTlsVersion":null,"minTlsCipherSuite":null,"supportedTlsCipherSuites":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":0,"elasticWebAppScaleLimit":null,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0,"azureStorageAccounts":null,"http20ProxyFlag":null,"sitePort":null,"antivirusScanEnabled":null,"storageType":null,"sitePrivateLinkHostEnabled":null},"functionAppConfig":null,"daprConfig":null,"deploymentId":"app-helloworld-ab3md3mmireaw","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"ipMode":"IPv4","vnetBackupRestoreEnabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"952E2B5B449FE1809E86B56F4189627111A065213A56FF099BE2E8782C9EB920","kind":"app,linux","managedEnvironmentId":null,"workloadProfileName":null,"resourceConfig":null,"inboundIpAddress":"20.119.136.17","possibleInboundIpAddresses":"20.119.136.17","ftpUsername":"app-helloworld-ab3md3mmireaw\\$app-helloworld-ab3md3mmireaw","ftpsHostName":"ftps://waws-prod-bn1-239.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.119.136.17","possibleOutboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.80.213.56,20.80.213.158,20.80.213.167,20.80.213.238,20.80.214.100,20.80.214.152,20.80.214.163,20.80.214.183,20.80.208.58,20.80.215.30,20.80.215.41,20.80.215.73,20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.85.97.8,20.85.97.15,20.85.97.31,20.85.98.40,20.85.98.55,20.85.98.61,20.119.136.17","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bn1-239","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"resourceGroup":"project-1-azdtest-w456af8","defaultHostName":"app-helloworld-ab3md3mmireaw.azurewebsites.net","slotSwapStatus":null,"httpsOnly":true,"endToEndEncryptionEnabled":false,"functionsRuntimeAdminIsolationEnabled":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":[],"publicNetworkAccess":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs","inFlightFeatures":["SiteContainers"],"storageAccountRequired":false,"virtualNetworkSubnetId":null,"keyVaultReferenceIdentity":"SystemAssigned","defaultHostNameScope":"Global","privateLinkIdentifiers":null,"sshEnabled":null}}' headers: Cache-Control: - no-cache @@ -4858,7 +4858,7 @@ interactions: trailer: {} content_length: 7591 uncompressed: false - body: '{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","name":"app-helloworld-ab3md3mmireaw","type":"Microsoft.Web/sites","kind":"app,linux","location":"East US 2","tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"properties":{"name":"app-helloworld-ab3md3mmireaw","state":"Running","hostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net"],"webSpace":"project-1-azdtest-w456af8-EastUS2webspace-Linux","selfLink":"https://waws-prod-bn1-239.api.azurewebsites.windows.net:454/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/webspaces/project-1-azdtest-w456af8-EastUS2webspace-Linux/sites/app-helloworld-ab3md3mmireaw","repositorySiteName":"app-helloworld-ab3md3mmireaw","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"afdEnabled":false,"enabledHostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net","app-helloworld-ab3md3mmireaw.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|18-lts"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"app-helloworld-ab3md3mmireaw.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"app-helloworld-ab3md3mmireaw.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2024-03-06T20:36:39.5133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","dnsConfiguration":{},"vnetRouteAllEnabled":false,"containerAllocationSubnet":null,"useContainerLocalhostBindings":null,"vnetImagePullEnabled":false,"vnetContentShareEnabled":false,"siteConfig":{"numberOfWorkers":1,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":"node|18-lts","windowsFxVersion":null,"windowsConfiguredStacks":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":null,"ipSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":false,"minTlsVersion":null,"minTlsCipherSuite":null,"supportedTlsCipherSuites":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":0,"elasticWebAppScaleLimit":null,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0,"azureStorageAccounts":null,"http20ProxyFlag":null,"sitePort":null,"antivirusScanEnabled":null,"storageType":null,"sitePrivateLinkHostEnabled":null},"functionAppConfig":null,"daprConfig":null,"deploymentId":"app-helloworld-ab3md3mmireaw","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"ipMode":"IPv4","vnetBackupRestoreEnabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"952E2B5B449FE1809E86B56F4189627111A065213A56FF099BE2E8782C9EB920","kind":"app,linux","managedEnvironmentId":null,"workloadProfileName":null,"resourceConfig":null,"inboundIpAddress":"20.119.136.17","possibleInboundIpAddresses":"20.119.136.17","ftpUsername":"app-helloworld-ab3md3mmireaw\\$app-helloworld-ab3md3mmireaw","ftpsHostName":"ftps://waws-prod-bn1-239.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.119.136.17","possibleOutboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.80.213.56,20.80.213.158,20.80.213.167,20.80.213.238,20.80.214.100,20.80.214.152,20.80.214.163,20.80.214.183,20.80.208.58,20.80.215.30,20.80.215.41,20.80.215.73,20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.85.97.8,20.85.97.15,20.85.97.31,20.85.98.40,20.85.98.55,20.85.98.61,20.119.136.17","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bn1-239","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"resourceGroup":"project-1-azdtest-w456af8","defaultHostName":"app-helloworld-ab3md3mmireaw.azurewebsites.net","slotSwapStatus":null,"httpsOnly":true,"endToEndEncryptionEnabled":false,"functionsRuntimeAdminIsolationEnabled":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":[],"publicNetworkAccess":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs","inFlightFeatures":["SiteContainers"],"storageAccountRequired":false,"virtualNetworkSubnetId":null,"keyVaultReferenceIdentity":"SystemAssigned","defaultHostNameScope":"Global","privateLinkIdentifiers":null,"sshEnabled":null}}' + body: '{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","name":"app-helloworld-ab3md3mmireaw","type":"Microsoft.Web/sites","kind":"app,linux","location":"East US 2","tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"properties":{"name":"app-helloworld-ab3md3mmireaw","state":"Running","hostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net"],"webSpace":"project-1-azdtest-w456af8-EastUS2webspace-Linux","selfLink":"https://waws-prod-bn1-239.api.azurewebsites.windows.net:454/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/webspaces/project-1-azdtest-w456af8-EastUS2webspace-Linux/sites/app-helloworld-ab3md3mmireaw","repositorySiteName":"app-helloworld-ab3md3mmireaw","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"afdEnabled":false,"enabledHostNames":["app-helloworld-ab3md3mmireaw.azurewebsites.net","app-helloworld-ab3md3mmireaw.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|20-lts"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"app-helloworld-ab3md3mmireaw.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"app-helloworld-ab3md3mmireaw.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"virtualIPv6":null,"thumbprint":null,"certificateResourceId":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2024-03-06T20:36:39.5133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","dnsConfiguration":{},"vnetRouteAllEnabled":false,"containerAllocationSubnet":null,"useContainerLocalhostBindings":null,"vnetImagePullEnabled":false,"vnetContentShareEnabled":false,"siteConfig":{"numberOfWorkers":1,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":"node|20-lts","windowsFxVersion":null,"windowsConfiguredStacks":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":null,"ipSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsDefaultAction":null,"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":false,"minTlsVersion":null,"minTlsCipherSuite":null,"supportedTlsCipherSuites":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":0,"elasticWebAppScaleLimit":null,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0,"azureStorageAccounts":null,"http20ProxyFlag":null,"sitePort":null,"antivirusScanEnabled":null,"storageType":null,"sitePrivateLinkHostEnabled":null},"functionAppConfig":null,"daprConfig":null,"deploymentId":"app-helloworld-ab3md3mmireaw","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"ipMode":"IPv4","vnetBackupRestoreEnabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"952E2B5B449FE1809E86B56F4189627111A065213A56FF099BE2E8782C9EB920","kind":"app,linux","managedEnvironmentId":null,"workloadProfileName":null,"resourceConfig":null,"inboundIpAddress":"20.119.136.17","possibleInboundIpAddresses":"20.119.136.17","ftpUsername":"app-helloworld-ab3md3mmireaw\\$app-helloworld-ab3md3mmireaw","ftpsHostName":"ftps://waws-prod-bn1-239.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.119.136.17","possibleOutboundIpAddresses":"20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.80.209.20,20.80.209.139,20.80.210.253,20.80.211.142,20.80.211.150,20.80.212.54,20.80.213.56,20.80.213.158,20.80.213.167,20.80.213.238,20.80.214.100,20.80.214.152,20.80.214.163,20.80.214.183,20.80.208.58,20.80.215.30,20.80.215.41,20.80.215.73,20.80.215.86,20.80.215.137,20.80.215.174,20.80.215.189,20.80.215.235,20.85.96.34,20.85.97.8,20.85.97.15,20.85.97.31,20.85.98.40,20.85.98.55,20.85.98.61,20.119.136.17","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bn1-239","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"azd-env-name":"wabrez-devcenter","azd-service-name":"helloworld","env":"dev","project":"Project-1"},"resourceGroup":"project-1-azdtest-w456af8","defaultHostName":"app-helloworld-ab3md3mmireaw.azurewebsites.net","slotSwapStatus":null,"httpsOnly":true,"endToEndEncryptionEnabled":false,"functionsRuntimeAdminIsolationEnabled":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":[],"publicNetworkAccess":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs","inFlightFeatures":["SiteContainers"],"storageAccountRequired":false,"virtualNetworkSubnetId":null,"keyVaultReferenceIdentity":"SystemAssigned","defaultHostNameScope":"Global","privateLinkIdentifiers":null,"sshEnabled":null}}' headers: Cache-Control: - no-cache @@ -5082,7 +5082,7 @@ interactions: trailer: {} content_length: 13692 uncompressed: false - body: '{"value":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","name":"app-helloworld-ab3md3mmireaw-appSettings","type":"Microsoft.Resources/deployments","properties":{"templateHash":"1502109241172037927","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"appSettings":{"type":"Object","value":{"SCM_DO_BUILD_DURING_DEPLOYMENT":"True","ENABLE_ORYX_BUILD":"True"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:50.0201821Z","duration":"PT11.4399218S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-app-module","name":"app-helloworld-ab3md3mmireaw-app-module","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3548910797978781823","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8","azd-service-name":"helloworld"}},"applicationInsightsName":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"keyVaultName":{"type":"String","value":""},"managedIdentity":{"type":"Bool","value":false},"runtimeName":{"type":"String","value":"node"},"runtimeNameAndVersion":{"type":"String","value":"node|18-lts"},"runtimeVersion":{"type":"String","value":"18-lts"},"kind":{"type":"String","value":"app,linux"},"allowedOrigins":{"type":"Array","value":[]},"alwaysOn":{"type":"Bool","value":true},"appCommandLine":{"type":"String","value":""},"clientAffinityEnabled":{"type":"Bool","value":false},"enableOryxBuild":{"type":"Bool","value":true},"functionAppScaleLimit":{"type":"Int","value":-1},"linuxFxVersion":{"type":"String","value":"node|18-lts"},"minimumElasticInstanceCount":{"type":"Int","value":-1},"numberOfWorkers":{"type":"Int","value":-1},"scmDoBuildDuringDeployment":{"type":"Bool","value":true},"use32BitWorkerProcess":{"type":"Bool","value":false},"ftpsState":{"type":"String","value":"FtpsOnly"},"healthCheckPath":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:54.715352Z","duration":"PT39.5665027S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]},{"resourceType":"sites/basicPublishingCredentialsPolicies","locations":[null]},{"resourceType":"sites","locations":["eastus2"]}]},{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs","resourceType":"Microsoft.Web/sites/config","resourceName":"app-helloworld-ab3md3mmireaw/logs"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/ftp"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/scm"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","resourceType":"Microsoft.Resources/deployments","resourceName":"app-helloworld-ab3md3mmireaw-appSettings"}],"outputs":{"identityPrincipalId":{"type":"String","value":""},"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"uri":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","name":"helloworld","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12313645452229774503","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"appCommandLine":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"serviceName":{"type":"String","value":"helloworld"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:01.9924332Z","duration":"PT50.6778601S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[],"outputs":{"servicE_HELLOWORLD_IDENTITY_PRINCIPAL_ID":{"type":"String","value":""},"servicE_HELLOWORLD_NAME":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"servicE_HELLOWORLD_URI":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","name":"appserviceplan","type":"Microsoft.Resources/deployments","properties":{"templateHash":"7476659406584400671","parameters":{"name":{"type":"String","value":"plan-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"kind":{"type":"String","value":""},"reserved":{"type":"Bool","value":true},"sku":{"type":"Object","value":{"name":"B1"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:35:59.042673Z","duration":"PT6.5550403S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"serverfarms","locations":["eastus2"]}]}],"dependencies":[],"outputs":{"id":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"name":{"type":"String","value":"plan-ab3md3mmireaw"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/project-1.azdtest-w456af8.133542309467695863","name":"project-1.azdtest-w456af8.133542309467695863","type":"Microsoft.Resources/deployments","tags":{"AdeEnvironmentName":"azdtest-w456af8","AdeProjectName":"project-1","AdeDevCenterName":"dc-wabrez-od3kzvk4mwe72","AdeEnvironmentTypeName":"Dev"},"properties":{"templateLink":{"uri":"https://d55vj9m1o8u4cm4o.blob.core.windows.net/templates/project-1.azdtest-w456af8.133542309467695863/EnvironmentDefinitions/HelloWorld/azuredeploy.json","contentVersion":"1.0.0.0"},"templateHash":"17645299908346333518","parameters":{"repoUrl":{"type":"String","value":"https://github.com/wbreza/azd-hello-world"},"environmentName":{"type":"String","value":"azdtest-w456af8"},"location":{"type":"String","value":"eastus2"},"serviceName":{"type":"String","value":""},"appServicePlanName":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:14.869355Z","duration":"PT1M23.5314946S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan","apiVersion":"2022-09-01"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","resourceType":"Microsoft.Resources/deployments","resourceName":"helloworld"}],"outputs":{"azurE_LOCATION":{"type":"String","value":"eastus2"},"azurE_TENANT_ID":{"type":"String","value":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"servicE_API_ENDPOINTS":{"type":"Array","value":["https://app-helloworld-ab3md3mmireaw.azurewebsites.net"]}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}}]}' + body: '{"value":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","name":"app-helloworld-ab3md3mmireaw-appSettings","type":"Microsoft.Resources/deployments","properties":{"templateHash":"1502109241172037927","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"appSettings":{"type":"Object","value":{"SCM_DO_BUILD_DURING_DEPLOYMENT":"True","ENABLE_ORYX_BUILD":"True"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:50.0201821Z","duration":"PT11.4399218S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-app-module","name":"app-helloworld-ab3md3mmireaw-app-module","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3548910797978781823","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8","azd-service-name":"helloworld"}},"applicationInsightsName":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"keyVaultName":{"type":"String","value":""},"managedIdentity":{"type":"Bool","value":false},"runtimeName":{"type":"String","value":"node"},"runtimeNameAndVersion":{"type":"String","value":"node|20-lts"},"runtimeVersion":{"type":"String","value":"20-lts"},"kind":{"type":"String","value":"app,linux"},"allowedOrigins":{"type":"Array","value":[]},"alwaysOn":{"type":"Bool","value":true},"appCommandLine":{"type":"String","value":""},"clientAffinityEnabled":{"type":"Bool","value":false},"enableOryxBuild":{"type":"Bool","value":true},"functionAppScaleLimit":{"type":"Int","value":-1},"linuxFxVersion":{"type":"String","value":"node|20-lts"},"minimumElasticInstanceCount":{"type":"Int","value":-1},"numberOfWorkers":{"type":"Int","value":-1},"scmDoBuildDuringDeployment":{"type":"Bool","value":true},"use32BitWorkerProcess":{"type":"Bool","value":false},"ftpsState":{"type":"String","value":"FtpsOnly"},"healthCheckPath":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:36:54.715352Z","duration":"PT39.5665027S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"sites/config","locations":[null]},{"resourceType":"sites/basicPublishingCredentialsPolicies","locations":[null]},{"resourceType":"sites","locations":["eastus2"]}]},{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs","resourceType":"Microsoft.Web/sites/config","resourceName":"app-helloworld-ab3md3mmireaw/logs"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/ftp"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm","resourceType":"Microsoft.Web/sites/basicPublishingCredentialsPolicies","resourceName":"app-helloworld-ab3md3mmireaw/scm"},{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw","resourceType":"Microsoft.Web/sites","resourceName":"app-helloworld-ab3md3mmireaw"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/app-helloworld-ab3md3mmireaw-appSettings","resourceType":"Microsoft.Resources/deployments","resourceName":"app-helloworld-ab3md3mmireaw-appSettings"}],"outputs":{"identityPrincipalId":{"type":"String","value":""},"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"uri":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","name":"helloworld","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12313645452229774503","parameters":{"name":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"appCommandLine":{"type":"String","value":""},"appServicePlanId":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"serviceName":{"type":"String","value":"helloworld"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:01.9924332Z","duration":"PT50.6778601S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[],"outputs":{"servicE_HELLOWORLD_IDENTITY_PRINCIPAL_ID":{"type":"String","value":""},"servicE_HELLOWORLD_NAME":{"type":"String","value":"app-helloworld-ab3md3mmireaw"},"servicE_HELLOWORLD_URI":{"type":"String","value":"https://app-helloworld-ab3md3mmireaw.azurewebsites.net"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","name":"appserviceplan","type":"Microsoft.Resources/deployments","properties":{"templateHash":"7476659406584400671","parameters":{"name":{"type":"String","value":"plan-ab3md3mmireaw"},"location":{"type":"String","value":"eastus2"},"tags":{"type":"Object","value":{"azd-env-name":"azdtest-w456af8"}},"kind":{"type":"String","value":""},"reserved":{"type":"Bool","value":true},"sku":{"type":"Object","value":{"name":"B1"}}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:35:59.042673Z","duration":"PT6.5550403S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Web","resourceTypes":[{"resourceType":"serverfarms","locations":["eastus2"]}]}],"dependencies":[],"outputs":{"id":{"type":"String","value":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},"name":{"type":"String","value":"plan-ab3md3mmireaw"}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"}]}},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/project-1.azdtest-w456af8.133542309467695863","name":"project-1.azdtest-w456af8.133542309467695863","type":"Microsoft.Resources/deployments","tags":{"AdeEnvironmentName":"azdtest-w456af8","AdeProjectName":"project-1","AdeDevCenterName":"dc-wabrez-od3kzvk4mwe72","AdeEnvironmentTypeName":"Dev"},"properties":{"templateLink":{"uri":"https://d55vj9m1o8u4cm4o.blob.core.windows.net/templates/project-1.azdtest-w456af8.133542309467695863/EnvironmentDefinitions/HelloWorld/azuredeploy.json","contentVersion":"1.0.0.0"},"templateHash":"17645299908346333518","parameters":{"repoUrl":{"type":"String","value":"https://github.com/wbreza/azd-hello-world"},"environmentName":{"type":"String","value":"azdtest-w456af8"},"location":{"type":"String","value":"eastus2"},"serviceName":{"type":"String","value":""},"appServicePlanName":{"type":"String","value":""}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2024-03-06T20:37:14.869355Z","duration":"PT1M23.5314946S","correlationId":"9f67b9966c4996c7dd2bc61e4a4da75e","providers":[{"namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"deployments","locations":[null]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/appserviceplan","resourceType":"Microsoft.Resources/deployments","resourceName":"appserviceplan","apiVersion":"2022-09-01"}],"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Resources/deployments/helloworld","resourceType":"Microsoft.Resources/deployments","resourceName":"helloworld"}],"outputs":{"azurE_LOCATION":{"type":"String","value":"eastus2"},"azurE_TENANT_ID":{"type":"String","value":"72f988bf-86f1-41af-91ab-2d7cd011db47"},"servicE_API_ENDPOINTS":{"type":"Array","value":["https://app-helloworld-ab3md3mmireaw.azurewebsites.net"]}},"outputResources":[{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/serverfarms/plan-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/ftp"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/basicPublishingCredentialsPolicies/scm"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/appsettings"},{"id":"/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/project-1-azdtest-w456af8/providers/Microsoft.Web/sites/app-helloworld-ab3md3mmireaw/config/logs"}]}}]}' headers: Cache-Control: - no-cache diff --git a/cli/azd/test/functional/testdata/samples/resourcegroupterraform/infra/provider.tf b/cli/azd/test/functional/testdata/samples/resourcegroupterraform/infra/provider.tf index 0a4fbf9fd56..537748c70a0 100644 --- a/cli/azd/test/functional/testdata/samples/resourcegroupterraform/infra/provider.tf +++ b/cli/azd/test/functional/testdata/samples/resourcegroupterraform/infra/provider.tf @@ -5,7 +5,7 @@ terraform { required_version = ">= 1.1.7, < 2.0.0" required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/cli/azd/test/functional/testdata/samples/resourcegroupterraformremote/infra/provider.tf b/cli/azd/test/functional/testdata/samples/resourcegroupterraformremote/infra/provider.tf index 17dc8efdb17..444954c2ffe 100644 --- a/cli/azd/test/functional/testdata/samples/resourcegroupterraformremote/infra/provider.tf +++ b/cli/azd/test/functional/testdata/samples/resourcegroupterraformremote/infra/provider.tf @@ -7,7 +7,7 @@ terraform { } required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/.devcontainer/devcontainer.json/aks/nodejs/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/aks/nodejs/devcontainer.json index 1cdcd1a0bd2..70bc6dbed7d 100644 --- a/templates/common/.devcontainer/devcontainer.json/aks/nodejs/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/aks/nodejs/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Azure Developer CLI", - "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { }, diff --git a/templates/common/.devcontainer/devcontainer.json/java/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/java/devcontainer.json index a0532ec22b0..e101ed8bfe7 100644 --- a/templates/common/.devcontainer/devcontainer.json/java/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/java/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Azure Developer CLI", - "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { }, diff --git a/templates/common/.devcontainer/devcontainer.json/java/terraform/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/java/terraform/devcontainer.json index 2906fb6ca5c..4b0019b9003 100644 --- a/templates/common/.devcontainer/devcontainer.json/java/terraform/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/java/terraform/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Azure Developer CLI", - "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye", "features": { "ghcr.io/devcontainers/features/azure-cli:1": { }, diff --git a/templates/common/.devcontainer/devcontainer.json/nodejs/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/nodejs/devcontainer.json index 4562bc7dc3c..52634433f0d 100644 --- a/templates/common/.devcontainer/devcontainer.json/nodejs/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/nodejs/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Azure Developer CLI", - "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { }, diff --git a/templates/common/.devcontainer/devcontainer.json/nodejs/func/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/nodejs/func/devcontainer.json index deb6e43208b..6d5b1081f5d 100644 --- a/templates/common/.devcontainer/devcontainer.json/nodejs/func/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/nodejs/func/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Azure Developer CLI", - "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { }, diff --git a/templates/common/.devcontainer/devcontainer.json/nodejs/terraform/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/nodejs/terraform/devcontainer.json index f7dfbcc751e..0ccb0dd9fb5 100644 --- a/templates/common/.devcontainer/devcontainer.json/nodejs/terraform/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/nodejs/terraform/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Azure Developer CLI", - "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye", "features": { "ghcr.io/devcontainers/features/azure-cli:1": { }, diff --git a/templates/common/.github/workflows/func/azure-dev.yml b/templates/common/.github/workflows/func/azure-dev.yml index badd20ce411..9923096732b 100644 --- a/templates/common/.github/workflows/func/azure-dev.yml +++ b/templates/common/.github/workflows/func/azure-dev.yml @@ -26,7 +26,7 @@ jobs: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 diff --git a/templates/common/.github/workflows/java/azure-dev.yml b/templates/common/.github/workflows/java/azure-dev.yml index 15dc7fb92f5..d2324587245 100644 --- a/templates/common/.github/workflows/java/azure-dev.yml +++ b/templates/common/.github/workflows/java/azure-dev.yml @@ -26,7 +26,7 @@ jobs: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 diff --git a/templates/common/.github/workflows/java/terraform/azure-dev.yml b/templates/common/.github/workflows/java/terraform/azure-dev.yml index 851c1a9b587..5dd61af3360 100644 --- a/templates/common/.github/workflows/java/terraform/azure-dev.yml +++ b/templates/common/.github/workflows/java/terraform/azure-dev.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 @@ -29,7 +29,7 @@ jobs: chmod +x ${GITHUB_WORKSPACE}/src/api/mvnw - name: Install Nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/templates/common/.github/workflows/nodejs/bicep/azure-dev.yml b/templates/common/.github/workflows/nodejs/bicep/azure-dev.yml index 97fbf27a12e..4323a6a0aff 100644 --- a/templates/common/.github/workflows/nodejs/bicep/azure-dev.yml +++ b/templates/common/.github/workflows/nodejs/bicep/azure-dev.yml @@ -26,13 +26,13 @@ jobs: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 - name: Install Nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/templates/common/.github/workflows/nodejs/func/azure-dev.yml b/templates/common/.github/workflows/nodejs/func/azure-dev.yml index eff5889c039..a8ccb3c5551 100644 --- a/templates/common/.github/workflows/nodejs/func/azure-dev.yml +++ b/templates/common/.github/workflows/nodejs/func/azure-dev.yml @@ -26,13 +26,13 @@ jobs: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 - name: Install Nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/templates/common/.github/workflows/nodejs/terraform/azure-dev.yml b/templates/common/.github/workflows/nodejs/terraform/azure-dev.yml index f5a3d52004b..a42a8c8f7e3 100644 --- a/templates/common/.github/workflows/nodejs/terraform/azure-dev.yml +++ b/templates/common/.github/workflows/nodejs/terraform/azure-dev.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 - name: Install Nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/templates/common/.github/workflows/terraform/azure-dev.yml b/templates/common/.github/workflows/terraform/azure-dev.yml index f5a3d52004b..a42a8c8f7e3 100644 --- a/templates/common/.github/workflows/terraform/azure-dev.yml +++ b/templates/common/.github/workflows/terraform/azure-dev.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install azd uses: Azure/setup-azd@v0.1.0 - name: Install Nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 diff --git a/templates/common/infra/terraform/core/database/cosmos/cosmos.tf b/templates/common/infra/terraform/core/database/cosmos/cosmos.tf index 798be23c637..c8edbaa50a3 100644 --- a/templates/common/infra/terraform/core/database/cosmos/cosmos.tf +++ b/templates/common/infra/terraform/core/database/cosmos/cosmos.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/database/postgresql/postgresql.tf b/templates/common/infra/terraform/core/database/postgresql/postgresql.tf index 1acabb7876c..638a7594540 100644 --- a/templates/common/infra/terraform/core/database/postgresql/postgresql.tf +++ b/templates/common/infra/terraform/core/database/postgresql/postgresql.tf @@ -5,7 +5,7 @@ locals { terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/gateway/apim-api/apim-api.tf b/templates/common/infra/terraform/core/gateway/apim-api/apim-api.tf index cd4162d39c0..ff667a59a9f 100644 --- a/templates/common/infra/terraform/core/gateway/apim-api/apim-api.tf +++ b/templates/common/infra/terraform/core/gateway/apim-api/apim-api.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/gateway/apim/apim.tf b/templates/common/infra/terraform/core/gateway/apim/apim.tf index 0bc30309e32..d880ff5f9db 100644 --- a/templates/common/infra/terraform/core/gateway/apim/apim.tf +++ b/templates/common/infra/terraform/core/gateway/apim/apim.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava.tf b/templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava.tf index cc2ae3dd401..2eade436d41 100644 --- a/templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava.tf +++ b/templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode.tf b/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode.tf index 8b26855f458..7a2de739f29 100644 --- a/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode.tf +++ b/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode_variables.tf b/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode_variables.tf index 5aac913528c..26af95170f0 100644 --- a/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode_variables.tf +++ b/templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode_variables.tf @@ -47,7 +47,7 @@ variable "resource_token" { variable "node_version" { description = "the application stack node version to set for the app service." type = string - default = "18-lts" + default = "20-lts" } variable "always_on" { diff --git a/templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython.tf b/templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython.tf index f097bd1bc14..a510a9746c5 100644 --- a/templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython.tf +++ b/templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/host/appserviceplan/appserviceplan.tf b/templates/common/infra/terraform/core/host/appserviceplan/appserviceplan.tf index 58ad78f3e69..d990bb90c85 100644 --- a/templates/common/infra/terraform/core/host/appserviceplan/appserviceplan.tf +++ b/templates/common/infra/terraform/core/host/appserviceplan/appserviceplan.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights.tf b/templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights.tf index f7f11201be6..2fab2ddf1a2 100644 --- a/templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights.tf +++ b/templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/monitor/loganalytics/loganalytics.tf b/templates/common/infra/terraform/core/monitor/loganalytics/loganalytics.tf index 6f78f81d610..dbfd3f6263b 100644 --- a/templates/common/infra/terraform/core/monitor/loganalytics/loganalytics.tf +++ b/templates/common/infra/terraform/core/monitor/loganalytics/loganalytics.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/common/infra/terraform/core/security/keyvault/keyvault.tf b/templates/common/infra/terraform/core/security/keyvault/keyvault.tf index 70a93469da9..df4a50901b7 100644 --- a/templates/common/infra/terraform/core/security/keyvault/keyvault.tf +++ b/templates/common/infra/terraform/core/security/keyvault/keyvault.tf @@ -1,7 +1,7 @@ terraform { required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/starter/terraform/infra/provider.tf b/templates/starter/terraform/infra/provider.tf index a58002021b7..ec04e7b2319 100644 --- a/templates/starter/terraform/infra/provider.tf +++ b/templates/starter/terraform/infra/provider.tf @@ -3,7 +3,7 @@ terraform { required_version = ">= 1.1.7, < 2.0.0" required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/todo/api/js/Dockerfile b/templates/todo/api/js/Dockerfile index 5a1f69077a1..0a9cc4d7e03 100644 --- a/templates/todo/api/js/Dockerfile +++ b/templates/todo/api/js/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.17-alpine AS build +FROM node:20-alpine AS build WORKDIR /app diff --git a/templates/todo/common/infra/bicep/app/api-appservice-node.bicep b/templates/todo/common/infra/bicep/app/api-appservice-node.bicep index 26af262de7d..8c5fad40f7f 100644 --- a/templates/todo/common/infra/bicep/app/api-appservice-node.bicep +++ b/templates/todo/common/infra/bicep/app/api-appservice-node.bicep @@ -24,7 +24,7 @@ module api '../../../../../common/infra/bicep/core/host/appservice.bicep' = { appSettings: appSettings keyVaultName: keyVaultName runtimeName: 'node' - runtimeVersion: '18-lts' + runtimeVersion: '20-lts' scmDoBuildDuringDeployment: true } } diff --git a/templates/todo/common/infra/bicep/app/api-functions-node.bicep b/templates/todo/common/infra/bicep/app/api-functions-node.bicep index 66007c28b71..a1013abdb0a 100644 --- a/templates/todo/common/infra/bicep/app/api-functions-node.bicep +++ b/templates/todo/common/infra/bicep/app/api-functions-node.bicep @@ -24,7 +24,7 @@ module api '../../../../../common/infra/bicep/core/host/functions.bicep' = { appServicePlanId: appServicePlanId keyVaultName: keyVaultName runtimeName: 'node' - runtimeVersion: '18' + runtimeVersion: '20' storageAccountName: storageAccountName } } diff --git a/templates/todo/common/infra/bicep/app/web-appservice.bicep b/templates/todo/common/infra/bicep/app/web-appservice.bicep index 5461b52838e..148df6244c2 100644 --- a/templates/todo/common/infra/bicep/app/web-appservice.bicep +++ b/templates/todo/common/infra/bicep/app/web-appservice.bicep @@ -15,7 +15,7 @@ module web '../../../../../common/infra/bicep/core/host/appservice.bicep' = { applicationInsightsName: applicationInsightsName appServicePlanId: appServicePlanId runtimeName: 'node' - runtimeVersion: '18-lts' + runtimeVersion: '20-lts' tags: union(tags, { 'azd-service-name': serviceName }) } } diff --git a/templates/todo/projects/java-postgresql/.repo/terraform/infra/provider.tf b/templates/todo/projects/java-postgresql/.repo/terraform/infra/provider.tf index abc385c8add..678b61b3241 100644 --- a/templates/todo/projects/java-postgresql/.repo/terraform/infra/provider.tf +++ b/templates/todo/projects/java-postgresql/.repo/terraform/infra/provider.tf @@ -5,7 +5,7 @@ terraform { required_version = ">= 1.1.7, < 2.0.0" required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/todo/projects/nodejs-mongo/.repo/terraform/infra/provider.tf b/templates/todo/projects/nodejs-mongo/.repo/terraform/infra/provider.tf index 3c0451f1db5..b8daa866e2d 100644 --- a/templates/todo/projects/nodejs-mongo/.repo/terraform/infra/provider.tf +++ b/templates/todo/projects/nodejs-mongo/.repo/terraform/infra/provider.tf @@ -5,7 +5,7 @@ terraform { required_version = ">= 1.1.7, < 2.0.0" required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/todo/projects/python-mongo/.repo/terraform/infra/provider.tf b/templates/todo/projects/python-mongo/.repo/terraform/infra/provider.tf index 4b336648655..e87ea0e41c2 100644 --- a/templates/todo/projects/python-mongo/.repo/terraform/infra/provider.tf +++ b/templates/todo/projects/python-mongo/.repo/terraform/infra/provider.tf @@ -5,7 +5,7 @@ terraform { required_version = ">= 1.1.7, < 2.0.0" required_providers { azurerm = { - version = "~>3.47.0" + version = "~>3.97.1" source = "hashicorp/azurerm" } azurecaf = { diff --git a/templates/todo/web/react-fluent/Dockerfile b/templates/todo/web/react-fluent/Dockerfile index 25686b7fe91..d69824e16ce 100644 --- a/templates/todo/web/react-fluent/Dockerfile +++ b/templates/todo/web/react-fluent/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine AS build +FROM node:20-alpine AS build # make the 'app' folder the current working directory WORKDIR /app