After working with GitHub Actions in a workflow, I wanted to find out how to create my own action to use in a pipeline. Specifically,…
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…
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…
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 my last blogpost, I explained how to deploy ARM templates through an Azure DevOps pipeline. This time, I want to show you how to…
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…
With Azure DevOps, we get provided with agents to run our CICD pipelines on. This is really great, as it makes it so much easier…
At the start of this year I posted a PowerShell Challenge where I showed you how I created a script that would Check for PowerShell…
Last month, Microsoft announced something that was long awaited for: the public preview of Azure Function Apps with PowerShell support. Although it had supported “experimental…
So you have been working with PowerShell. You hear a lot of people around you talking about GIT and you want to get into the…