function-apps

Azure - Generate Azure …

Image by Max Bender on Unsplash In my last post, Azure Functions - Securing resources with a function proxy, I talked about my work to develop a more Azure-centric solution to replace my current home security camera automation workflow. Another link in the chain for me was to be able to serve up a …

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, …