Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 478 Bytes

Stores_Azure.md

File metadata and controls

14 lines (10 loc) · 478 Bytes

Azure Store

This store come from a separate NuGet package Config.Net.Azure

To configure the store:

protected override void OnConfigure(IConfigConfiguration configuration)
{
	configuration.UseAzureConfigStore();
}

The store is read-only and forwards the read action to Azure SDK's built-in CloudConfigurationManager.