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…
Category: Powershell
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…
If you are using PowerShell, you probably use some modules from the PowerShell Gallery. These modules are created by Microsoft or by third party companies,…
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,…
In every programming language, you want to prevent duplicate code. Duplicate code means you have to maintain two versions of the same code, which gives…
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…
Since the summer of 2020, the AzureAD PowerShell module provides cmdlets that can help you manage Conditional access policies. This can give you some nice…
There are a lot of use cases for calling a REST API from PowerShell. You can use it to manage Azure, manage GitHub, work with…
In previous blog posts, I showed how you can test and deploy your ARM templates through Azure DevOps and GitHub Actions. I mentioned one way…