Skip to main content
Version: v0.7

Azure Service Bus Topic Worker Project Template

Create Your First Arcus Azure Service Bus Topic Worker Project​

First, install the template from NuGet:

> dotnet new --install Arcus.Templates.ServiceBus.Topic

When installed, the template can be created with shortname: arcus-servicebus-topic:

> dotnet new arcus-servicebus-topic --name Arcus.Demo.ServiceBus.Topic 

Features​

Creates a starter worker project with by default configured:

Configuration​

And additional features available with options:

  • -es|--exclude-serilog: Exclude the Serilog logging infrastructure in the worker project which includes default enrichers (version and application), and sinking to Application Insights.