While GitHub Codespaces have been available for a while, this week at GitHub Universe it was announced that everyone can use them for free. Everyone…
Category: Serverless
In my previous blogpost, I talked about a way to use a bicep module to set a naming convention standard. In this post, I want…
In every programming language, you want to prevent duplicate code. Duplicate code means you have to maintain two versions of the same code, which gives…
I have written before about PowerShell in Durable functions. A few weeks ago, the great news was shared that Azure durable functions are now general…
This month, I worked on the #TheMVPChallenge to start learning AI through Microsoft Learn. This challenge consists of a collection of modules themed around AI…
For this post, I want to look at the connection you can make between GitHub and Azure Functions. I have written an extensive blog post…
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.…
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…
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,…