Decoupling Azure Releases With GitHub Actions
Source: DZone DevOps
Introduction
Cloud deployments often fail because environment configurations are hardcoded into the build process. Here is a pattern to decouple your Build Artifacts from your Deployment Logic using GitHub Actions and a flexible JSON Configuration map.
In the world of Kubernetes, we are used to the separation of…