Technical Writing
Tech Blog
Cloud security, identity, infrastructure, and research. Deep dives, tools, and practical guidance.
Azure Functions - Securing resources with a function proxy
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 …
Azure: Create a Powershell Function App and trigger from Kudu and Logic Apps
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 - …
Azure: Trigger a WebJob with Logic Apps and Kudu - Part 2
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 …
Azure: Trigger a WebJob with Logic Apps and Kudu - Part 1
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 …
Grav in Azure part 8 - Wrapping It Up
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 …
Grav in Azure part 7 - Backup Solutions
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. …