Recent Posts

Azure Function WEBSITE_RUN_FROM_PACKAGE

1 minute read

Azure Function WEBSITE_RUN_FROM_PACKAGE Over the years there have been multiple ways to host Azure Functions. My current preference is to host on a linux app...

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...