# Azure table

Churned seamlessly integrates with Azure Table to provide efficient data synchronization, customer insights, and automation. Connecting Azure Table ensures a streamlined experience and maximizes the value of Churned’s platform.

### How to Connect Azure Table to Churned

1. Log in to the Churned platform and go to the “Integrations” section.
2. Click on “New Integration” and select Azure Table from the list.
3. You will be prompted to enter the following credentials:

#### Required Credentials

* accountKey - The secret key used to authenticate requests to the Azure Table Storage account.
* accountName - The unique name identifying your Azure Storage account.

### How to Retrieve These Credentials

Follow these steps to obtain your Azure Table credentials:

1. Log in to the[ Azure Portal](https://portal.azure.com).
2. Navigate to Storage Accounts and select the storage account associated with your Azure Table data.
3. In the left-hand menu, click on Access keys under the Security + networking section.
4. Copy the Storage account name (this is your accountName).
5. Under key1 or key2, copy the Key (this is your accountKey).

### Final Steps

1. Copy and paste the retrieved credentials into the Churned integration form.
2. Click Save and test the connection to ensure everything is working correctly.
3. Once connected, notify the Churned team to synchronize data.

### Helpful Links

* [Azure Synapse Documentation](https://learn.microsoft.com/en-us/azure/synapse-analytics/)
* [Microsoft Entra ID (Azure AD) App Registrations](https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app)


---

# 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.churned.io/churned-docs/integrations/azure-table.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.
