Powershell

How to convert Grav …

Photo by Clément H on Unsplash

In recent posts, I’ve talked about migrating from Grav to Hugo, at a high level.

Before I get down into the detail of setting up the new solution - I need to spend a little time on the changes you will need to make along the way for your content to be compatible …

Create your own Dynamic …

Image by AbsolutVision on Unsplash

In my last post, we created a DNS zone and added a record pointing back to the public IP address of my home broadband connection.

That’s all well and good, but since it’s not a static IP, it can of course change - so we want to be able to keep the …

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