Azure Functions with Azure Service Bus

Intro Azure Functions can be executed via an Azure Service Bus trigger. In this post I provide an example for how I was able to publish a message to a queue as well as a topic. AppConfig An app config file is great for hosting connection strings as well as other key/value pairs. Here’s an …