Recent Posts

Log APIM Request to Blob

1 minute read

Overview When interacting with 3rd party APIs, it’s common to hit an issue in which being able to check the payload of the posted message is critical.

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