azure

Azure Functions - …

Image by John Salvino on Unsplash As you may have guessed from my last post, I’ve been quite impressed with the serverless offerings in Azure of late - as a lifelong infrastructure person, the idea of being able to throw together functional code that you can access from anywhere, without first …

Azure: Create a …

Image by Mervyn Chan on Unsplash Today I explore using a PowerShell function in Azure Functions to automate parts of my webapp deploment. Background In my last post, Azure: Trigger a WebJob with Logic Apps and Kudu - Part 2, I used a Logic App run a WebJob using the Kudu REST API on a schedule, …

Azure: Trigger a WebJob …

Image by Sean Patrick Murphy on Unsplash In my last post, Grav in Azure part 8 - Wrapping it Up, I mentioned a solution I came up with for my Grav project. I wanted a WebJob for my blog which would invoke Grav’s own backup command to take a backup of the entire site, and then move the backup …

Grav in Azure part 8 - …

Image by Guille Álvarez on Unsplash

In my last post, Grav in Azure part 7 - Backup Solutions, I discussed backup options for a grav blog running on a D1 WebApp instance, and other possible automation opportunities.

I left off on my last post considering the use of Git-Sync to allow not only …

Grav in Azure part 7 - …

Image by Chris Yates on Unsplash In my last post, Grav in Azure part 6 - Optimising Grav for performance and security, I demonstrated how to configure Grav to optimise the performance and security of your grav website. So now that we have a responsive, resilient and secure blog website, running on …

Grav in Azure part 6 - …

In my last post, Grav in Azure part 5 - Optimising Cloudflare for performance and security, I demonstrated how to configure Cloudflare to optimise the performance and security of your grav website (or indeed any largely static website). In this post we’ll take a look at how to do the same with Grav …