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…
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…
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…