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