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 }}",