BlobStorage Element
In an Azure environment TotalAgility utilizes Azure Blog Storage for large binary data objects such as images, extensions and OCR data. The BlobStorage element contains settings that are specific to Azure Blob Storage. You can edit the following attributes as needed:
| Name | Type | Description | Required |
|---|---|---|---|
|
StorageAccountConnectionString |
String |
Connection string to Azure Blob Storage. See Configuring Connection Strings for additional details. |
Yes |
|
ContainerName |
String |
Specifies Azure Blob storage container that will be used to store Blob data. If not specified, default root container ($root) will be used. |
No |
|
Primary |
Boolean |
This attribute should be false for on premise installations and true in an Azure environment. |
No |