Tag: Azure

  • 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…

  • Automate Azure B2C redirect url

    As many others, I run tests on my apps before deploying them to production, one kind of tests are the e2e tests written in Cypress. And for these to run, I need to be able to login with a test user. I’ll get back to how exactly I do that with Cypress in another blog…