Category: Azure App Service

  • Update App Service config from GitHub Actions

    During the CI/CD pipeline of a PR request for one of my projects, E2E tests are run in a staging environment of an Azure Static Web App. This results in the staging environment having different URLs each time, giving the API a need to update CORS settings to allow for the app to connect to…