Blogs

Azure: Trigger a WebJob …

Image by Sean Patrick Murphy on Unsplash In my last post, Azure: Trigger a WebJob with Logic Apps and Kudu - Part 1, we built a KeyVault and a WebJob that will retrieve a storage key from KeyVault (using Managed Identity and REST APIs) and then backed up our webapp content and copied it to blob …

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 …

Grav in Azure part 5 - …

Image by John Salvino on Unsplash In my last post, Grav in Azure part 4 - Adding DNS and Cloudflare to an App Service Web App, I demonstrated how to configure your Azure web app and its DNS to be managed by Cloudflare. In this post, we’ll go ahead and take a look at and optimise our Cloudflare …