Blog Posts Page 8
-
Creating Scheduled Reports from Azure Devops with Azure logic apps
Azure DevOps has many features; however it is missing the functionality to send scheduled reports from DevOps. We can fill this gap and others using an…
-
An Introduction to Running and Deploying Backstage on Azure
For the last few months, I've had the opportunity to configure and use Backstage with Azure. In this post we will cover what Backstage is, how we can use…
-
Two Approaches of Dynamically Generating Images with Azure Functions
I recently started looking into how to generate images using JavaScript Azure functions on a consumption plan. This is something that until recently has…
-
51 Links and Resources for Technical Teams, Developers, Managers and Architects
Over the years I have collected a number of useful links that had been shared to me by colleagues, found on twitter, in newsletters or just while exploring…
-
How to Separate Production, Test and Development Resources in Azure
When following the best practice of least privilege access, separating our production from our development and test resources is essential. Azure is very…
-
Tips on reading code - What I learnt from reading code in 24 languages
Code is everywhere and as software engineers, QAs and Operations teams we are likely to read more code than we write. Over recent years that has only increased…