Azure Service Bus Topic Trigger template (Azure Functions)
Create your first Arcus Azure Functions with Azure Service Bus Topic Trigger project
First, install the template from NuGet:
> dotnet new --install Arcus.Templates.AzureFunctions.ServiceBus.Topic
When installed, the template can be created with shortname: arcus-az-func-servicebus-topic
:
> dotnet new arcus-az-func-servicebus-topic --name Arcus.Demo.AzureFunctions.ServiceBus.Topic
Features
Creates a starter worker project with by default configured:
- Arcus secret store setup with Azure Key Vault secret provider (see more info here on what this includes)
- Serilog as logging mechanism with default enrichers (version, application, sinking to Application Insights.