Skip to main content
Version: v0.5

Using our templates

Arcus Templates provides various project templates:

Installation

Azure Service Bus Queue

PM > dotnet new --install Arcus.Templates.ServiceBus.Queue

Read here for standard and configurable features.

Azure Service Bus Topic

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

Read here for standard and configurable features.

Databricks Job Metrics (Azure Functions)

PM > dotnet new --install Arcus.Templates.AzureFunctions.Databricks.JobMetrics

Read here for standard and configurable features.

HTTP Trigger (Azure Functions)

PM > dotnet new --install Arcus.Templates.AzureFunctions.Http

Read here for standard and configurable features.

Web API

PM > dotnet new --install Arcus.Templates.WebApi

Read here for standard and configurable features.

License

This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.

Full license here