[]
        
(Showing Draft Content)

Owin.CloudStorageProviderManagerExtensions.AddAzureStorage

AddAzureStorage Method

AddAzureStorage(StorageProviderManager, string, string)

Add a AzureStorageProvider to StorageProviderManager with the specified key and some parameters.

Declaration
public static StorageProviderManager AddAzureStorage(this StorageProviderManager manager, string key, string connectionString)
Parameters
Type Name Description
StorageProviderManager manager

The AzureStorageProvider

string key

The key value must be Azure.

string connectionString

Your Azure connection string.

Returns
Type Description
StorageProviderManager