# ABS - Azure Blob Storage

The ABS data source in SCA provides access to contacts exported from any application (including on-premises) via **CSV or JSON files** using the **SCA Blob Storage connector (ABScon)**. Contacts are queried via the **Azure Blob Storage API** and remain **managed in the source system**.

The **ABS connector (ABScon)** is a command-line tool that reads, encrypts, and transfers contact data to an Azure Blob Storage container in your tenant, which can then be read and decrypted by SCA.

#### App Configuration Parameters

**Defaults (**[**`SecContacts.Defaults`**](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md)**):**

* [**ABS\_Enabled**](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md#enable-or-disable-features) → Enables or disables the ABS data source.
* [**ABS\_InitValue**](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md#initial-value-set-by-default) → Defines the default state of the user’s switch in the app (on/off). This controls whether the data source is visible or hidden when the user first launches SCA.

**Azure Blob Storage (**[**`SecContacts.AzureBlobStorage`**](https://docs.secure-contacts.com/documentation/data-sources/pages/bf6qlzjqFL3ODEf6GONt#seccontacts.azureblobstorage)**):**

* [**SecContacts.AzureBlobStorage**](https://docs.secure-contacts.com/documentation/data-sources/pages/bf6qlzjqFL3ODEf6GONt#seccontacts.azureblobstorage) → Configure the connection to your Azure Blob Storage container.
* Administrators can also:
  * Split contacts into multiple separate SCA data sources using multiple CSV/JSON files in the same container (e.g., by business unit, department, or origin system)

**Additional Steps:**

* Download and install the **ABS connector (ABScon)** (contact us for details).
* Set up ABScon by following the provided **howto.txt** instructions.
* Ensure the tenant has a **license with Azure Active Directory Premium P1 (or higher)** to use Azure Blob Storage with SCA.

**Customization:**

* [**SecContacts.CustomDatasourceNames**](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.customdatasourcenames.md) → Assign friendly display names for the ABS source.

#### Requirements to Access ABS Contacts

To access ABS contacts in SCA, a user must have:

* **Azure Active Directory Premium P1 (or higher)** license
* **Authorized access to the Azure Blob Storage container**

#### Requirements for ABS Contacts

Any **ABS contact** to be shown in SCA must have the following fields populated:

1. **First name**
2. **Last name**
3. **Valid phone number**

**Note:** All eligible ABS contacts that meet these requirements will appear in SCA

{% hint style="success" %}

* Each data source, including ABS, can be **hidden by the user** if they do not want to see or use it.
* Hiding the ABS data source does **not affect Caller Identification** — contacts from hidden sources will still resolve incoming calls.
* The ABS data source is only available with the **Enterprise Edition** of SCA.
  {% endhint %}


---

# 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/data-sources/abs-azure-blob-storage.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.
