From c083ca3e6fb9c5d97300d9b470f060ad3ab82944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Fri, 17 Mar 2023 04:57:32 +0000 Subject: [PATCH] chore: remove config that no need to update --- .../workflows/eoefans-api-azure-deploy.yml | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index 112562f..7720afe 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -58,33 +58,12 @@ jobs: with: creds: '${{ env.AZURE_CREDENTIALS }}' -# Uncomment the below action snippet if the Web app credentials are not updated as web app settings - name: Set Web App configuration uses: Azure/appservice-settings@v1 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} app-settings-json: | [ - { - "name": "APPINSIGHTS_INSTRUMENTATIONKEY", - "value": "f2727acd-35c0-4ba7-8abf-33bea2328a2a", - "slotSetting": false - }, - { - "name": "APPLICATIONINSIGHTS_CONNECTION_STRING", - "value": "InstrumentationKey=f2727acd-35c0-4ba7-8abf-33bea2328a2a;IngestionEndpoint=https://eastasia-0.in.applicationinsights.azure.com/;LiveEndpoint=https://eastasia.livediagnostics.monitor.azure.com/", - "slotSetting": false - }, - { - "name": "ApplicationInsightsAgent_EXTENSION_VERSION", - "value": "~3", - "slotSetting": false - }, - { - "name": "DOCKER_ENABLE_CI", - "value": "true", - "slotSetting": false - }, { "name": "DOCKER_REGISTRY_SERVER_PASSWORD", "value": "${{ secrets.GITHUB_TOKEN }}", @@ -100,31 +79,6 @@ jobs: "value": "${{ github.actor }}", "slotSetting": false }, - { - "name": "PORT", - "value": "8080", - "slotSetting": false - }, - { - "name": "WEBSITE_HEALTHCHECK_MAXPINGFAILURES", - "value": "10", - "slotSetting": false - }, - { - "name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", - "value": "false", - "slotSetting": false - }, - { - "name": "WEBSITES_PORT", - "value": "8080", - "slotSetting": false - }, - { - "name": "XDT_MicrosoftApplicationInsights_Mode", - "value": "Recommended", - "slotSetting": false - }, { "name": "SENTRY_RELEASE", "value": "${{ env.DEPLOY_VERSION }}",