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…
Category: Azure Automation
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…
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…
When I did the 25 days of serverless challenge, it was the first time I used an Azure Cosmos DB with Azure Function Apps. To…
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…
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…
I have written before about how you can start using Azure Function apps for your PowerShell scripts. While single function apps work fine, a great…
If you make use of an Automation Account, you probably have imported some PowerShell Modules from the PowerShell Gallery. In my experience it is easy…