Apr 16, 2020 | Cloud and DevOps
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...
Mar 25, 2020 | Cloud and DevOps
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...