[]
Add a AzureStorageProvider to StorageProviderManager with the specified key and some parameters.
public static StorageProviderManager AddAzureStorage(this StorageProviderManager manager, string key, string connectionString)
| Type | Name | Description |
|---|---|---|
| StorageProviderManager | manager | |
| string | key | The key value must be Azure. |
| string | connectionString | Your Azure connection string. |
| Type | Description |
|---|---|
| StorageProviderManager |