Skip to content

application settings

Duncan Jones edited this page Dec 10, 2019 · 4 revisions

Application Settings

The following settings can be set in your application's app.config file or via environment variables through the Azure portal.

Connection strings

Each storage account used to store the event streams for the entities needs to have a connection string set in the application settings.

By convention these are named by the domain but you can choose whatever name you wish and the actual mapping between an entity and a storage account is performed by the Entity storage mapping as below

Entity storage mapping

Notification settings

Clone this wiki locally