# Copy of SCA Configuration - SecContacts.AzureBlobStorage

### **SecContacts.AzureBlobStorage** <a href="#seccontacts.azureblobstorage" id="seccontacts.azureblobstorage"></a>

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==`\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.secure-contacts.com/documentation/app-configuration-policy-name-values-for-sca/copy-of-sca-configuration-seccontacts.azureblobstorage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
