Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
Account | The Windows Azure Storage account name. |
UseSSL | This field sets whether SSL is enabled. The default is true. |
AccessKey | The key for the storage account. |
AuthScheme | The scheme used for authentication. Accepted entries are AccessKey, SharedAccessSignature and AzureAD. |
Backend | The backend where data is stored. |
SharedAccessSignature | A shared access key signature that may be used for authentication. |