Partial Rollback with Azure Functions

Partial Rollback with Azure Functions

Azure Functions are Microsoft’s solution for the execution of code in a “serverless” environment – that is, where you worry about the code, and leave the Azure Functions service to worry about the hosting infrastructure. There are three hosting plans for Azure...
Infrastructure as Code

Infrastructure as Code

In a previous blog around Azure Governance we spoke about standardisation of configuration and deployment. This leads us into another topic – Infrastructure as Code (IaC). What is Infrastructure as Code? As soon as you hear the word code, people tend to think...