> For the complete documentation index, see [llms.txt](https://docs.smsagent.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smsagent.blog/azure-solutions/automated-azure-table-storage-backups/run-a-manual-backup.md).

# 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>
