Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (10 loc) · 1.08 KB

Cofoundry.Plugins.Azure

Build status NuGet

This library is a plugin for Cofoundry. For more information on getting started with Cofoundry check out the Cofoundry repository.

Overview

This library contains services, abstractions and helpers for running in an Azure environment. Principally this consists of:

  • AzureBlobFileService: IFileStoreService for azure blog storage

Settings

  • Cofoundry:Plugins:Azure:BlobStorageConnectionString The connection string to use when accessing files in blob storage.
  • Cofoundry:Plugins:Azure:Disabled: Indicates whether the plugin should be disabled, which means services will not be bootstrapped. Disable this in dev when you want to run using the standard non-cloud services. Defaults to false.