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…
Category: Powershell
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…
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…
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 my daily work, I received the same request a few times: To find an automated and easy way to create a non-production environment. This…
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…
In Azure DevOps, choosing User licenses is relatively pain free. There are a few flavors, some are free, some are not. While the portal works…
My previous blogpost described how you can use Logic Apps to send emails from a PowerShell script. While this is a great tool, I want…
There is often a use case for sending a email from a PowerShell script. Maybe you want to send an alert that the script didn’t…
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…