While GitHub Codespaces have been available for a while, this week at GitHub Universe it was announced that everyone can use them for free. Everyone…
There are a lot of reasons to invest in a tagging strategy for your Azure environment. It gives you the opportunity to store information with…
When you work with Infra structure as code, you want flexibility. It wouldn’t make sense to make templates for every resource(group) you need. Instead, you…
In my previous blogpost, I talked about a way to use a bicep module to set a naming convention standard. In this post, I want…
A situation I have seen with some companies, is that Azure DevOps adoption sort of starts as a playground. But once stuff is getting serious,…
I have written before about PowerShell in Durable functions. A few weeks ago, the great news was shared that Azure durable functions are now general…
In my previous post, I showed how to get started with Azure ARM Template specs. I’m excited to say that this week, the announcement came…
After working with GitHub Actions in a workflow, I wanted to find out how to create my own action to use in a pipeline. Specifically,…
I have written posts before about creating an Azure DevOps pipeline for Azure functions and creating a GitHub Actions workflow for ARM templates. In this…
I have written before about how you can start working with Azure PowerShell functions and how you can connect to a storage queue and CosmosDB.…