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…
When working in an enterprise Azure environment, Infrastructure as a Code is pretty much a given. But not everyone that uses resources in your tenant…
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.…
In every IT environment, you need to consider how to handle the updates to the servers. With Azure Update Management, you get tooling that can…
Last year at Microsoft Ignite, the private preview of the ARM template what-if option was introduced. Since about a month, this new option for PowerShell…
In my daily work, I received the same request a few times: To find an automated and easy way to create a non-production environment. This…
In past blog posts, I have explained about deploying Azure Function Apps through the portal and through Azure DevOps. I have not written a post…
My previous blogpost described how you can use Logic Apps to send emails from a PowerShell script. While this is a great tool, I want…
There is often a use case for sending a email from a PowerShell script. Maybe you want to send an alert that the script didn’t…
On December first, The Azure Advocates announced 25 days of Serverless. This means they give out daily challenges to help people get into Serverless. I…