# Add storage tables to the backup

The backup configuration is stored in an Azure table in the storage account created by this solution. The solution is pre-configured to backup this table as an example.

You can edit the table using either the portal or the Microsoft Azure Storage Explorer.

In the portal, locate the storage account that was created in the resource group.

In the storage account, go to **Storage browser > Tables**

You'll find a table called **AutomatedTableBackupConfiguration**.

<figure><img src="/files/erngbh7XK7Bu5EVRcUN3" alt=""><figcaption></figcaption></figure>

Open the table and you will see the default entry, which references this table itself:

<figure><img src="/files/SrAo97R5eiGCGXfPkCX2" alt=""><figcaption></figcaption></figure>

To add more tables to the backup, simply click **Add entity**

<figure><img src="/files/sude8ezK0O0AhwNc0ASK" alt=""><figcaption></figcaption></figure>

Add a new table as follows:

* **PartitionKey**. This is the **name** of the storage account containing the table/s you want to back up.
* **RowKey**. This is the name of the storage **container** within the storage account where the backups will be saved. You do not need to pre-create this container as the solution will create it for you when the first backup runs.
* **SourceTableNames**. Add here the **name/s** of the table/s you want to backup within that storage account, separated by a comma.

Click **Insert** to add the entity. The next time the backup runs, these tables will be added to the backup.

To **remove** a table, simply delete the entity that contains it, or if the entity contains multiple tables, simply delete the table name from the **SourceTableNames** value.


---

# 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.smsagent.blog/azure-solutions/automated-azure-table-storage-backups/deploy-the-solution/add-storage-tables-to-the-backup.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.
