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…
I think there are only two things hard about running a tech blog: to get started and to keep going. From what I hear around…
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 October 2020, this blog has existed for two years. In that time, I have written 53 posts and received more than 120.000 visitors. This…
I had some trouble deciding on the title for this blog post. Technically it’s not responding to a Teams Message, because it starts a new…
Next week, Microsoft Ignite takes off in a 48 hour all virtual conference. In real live or virtual, Microsoft Ignite always is a large event…
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,…
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…