Table of Contents

Plugins

Plugins are used for the document storage and transports. Generally speaking, the way to use a plugin is to add it configuration in your Startup class (Configuration) and configuring it in your appSettings.json file. Some plugins may have additional configuration options.

Configuration

The default configuration options available to all plugins are defined as follows for each type:

Any additional options for each plugin are detailed in the Official Plugin Notes in the menu.

See AppSettings for information about how to set up your appSettings.json file.

Note

Messaging Connections are individual connections to a communication mechanism - for instance, a connection to an Azure Service Bus instance. Messaging Transports are configured Job work queues which are linked to a Connection - for instance, a specific queue in the Azure Service Bus instance.