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.…
One of the benefits of the Azure DevOps pipeline is it’s direct connection to Azure. This helps with quick deployment and management of an Azure…
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…
GitHub and Azure Function apps can be a great combination when it comes to Serverless automation. How about automating the management of your GitHub repository,…
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…
At the start of this year, I created a blog post on sending email from PowerShell through the SendGrid API. I got a lot of…
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…
About a year and a half ago, I wrote a blog post about how you can use Azure DevOps for ARM templates. But developments are…
For this post, I am going to look at my first PowerShell script I have written for a production environment. I had used PowerShell before…