SCA Configuration - SecContacts.AzureBlobStorage
SecContacts.AzureBlobStorage
This setting is for defining an AZURE Blob Storage as optional datasource for contacts.
With Azure Blob Storage in combination with the Provectus Azure Blob Storage Connector (link here) you can easily get contacts from any onPrem Application into the Secure Contacts App as long as the onPrem Application can export it's contacts into an *.csv
or *.json
file.
Name:
SecContacts.AzureBlobStorage
Value:
[{"name":"<abs name>", "value":"<abs access key>"}]
The Value property is a JSON Array of name
value
pairs.
You can add one or multiple azure blob storages here.
Replace <abs name> with the unique name to identify the Azure Blob Storage
e.g.
ABS1
Replace <abs access key> with the access key for a particular Azure Blob Storage. The access key needs to be generate for each Azure Blob Storage individually via the Provectus Azure Blob Storage Connector.
e.g.
Xt8TVki4+ndWtqSVTAXTNr(...)0UFWNuDo2du3wZ5w92a7w==
Last updated
Was this helpful?