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…
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…
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…
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.…
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,…
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…
In past blog posts, I have explained about deploying Azure Function Apps through the portal and through Azure DevOps. I have not written a post…
On December first, The Azure Advocates announced 25 days of Serverless. This means they give out daily challenges to help people get into Serverless. I…
I have written before about how you can start using Azure Function apps for your PowerShell scripts. While single function apps work fine, a great…