# Run a manual backup

To test the backup process, you can run a manual backup from the Azure portal.

In the resource group, locate the function app resource.

In the function app, go to **Functions**, then open the **backupAzureTables** function.

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

In the **Code + Test** blade, click **Test/Run** in the top menu, then click **Run**.

<figure><img src="/files/0F9PSvyOE4MhkIaAW2SB" alt=""><figcaption></figcaption></figure>

You will see the output of the backup run in the logging window. You can view this any time using the **Monitor** tab of the function, or in the application insights instance.

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

To check your backup, open the storage account containing the tables you have backed up in the Azure portal. In the **Storage browse**r, open the **tablebackups** container.

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

You will see your backup CSV file in the container.

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


---

# 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/run-a-manual-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.
