Recent Posts

Automating Creation of Az Sql Contained Users

4 minute read

Automating Creation of Az Sql Contained Users I have an Azure Function app called sms-router that uses an Azure Sql Database. This means it needs permission ...

Hosting Azure DevOps Agents on a VMSS

4 minute read

Hosting Azure DevOps Agents on a VMSS The only time I’d previously had to veer from using Microsoft’s hosted build agent was for building “unusual” things li...

Missing Host Keys in Azure Function App

3 minute read

Missing Host Keys in Azure Function App I ran into a problem with deployment of a function app a couple of weeks ago. I thought I’d share the solution here i...

Tuning Azure Functions App Settings

2 minute read

Tuning Azure Function App Settings I would admit to being guilty of accepting some default function app settings without really considering what they’re for....

APIM IP Address

2 minute read

Figuring Out the IP Address of Your Azure Function and API Management Policy Background I recently created an Azure Function app that’s triggered by an Http ...