# 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="https://3886807721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWe9ieepRHnj7T8odXt%2Fuploads%2FN8YpkElEpsHLt99VFesL%2Fimage.png?alt=media&#x26;token=dc441aa1-6047-4de1-8900-8ffe9b5dafb3" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3886807721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWe9ieepRHnj7T8odXt%2Fuploads%2FxxJ7BRpC09PbEd8Xm9nR%2Fimage.png?alt=media&#x26;token=230ae230-d023-4033-8a9d-f01abdf04a3f" 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="https://3886807721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWe9ieepRHnj7T8odXt%2Fuploads%2F2eVIpkfyU9WrGXMutNnI%2Fimage.png?alt=media&#x26;token=d628ba0b-91ea-4571-9706-6ad495379b7b" 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="https://3886807721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWe9ieepRHnj7T8odXt%2Fuploads%2FMePtFDtBU31LCUKjomOF%2Fimage.png?alt=media&#x26;token=2f36ef02-e6e1-47de-a3d8-f0934a031bfa" alt=""><figcaption></figcaption></figure>

You will see your backup CSV file in the container.

<figure><img src="https://3886807721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWe9ieepRHnj7T8odXt%2Fuploads%2FMwEyWf7IQCFdMWe7mc2x%2Fimage.png?alt=media&#x26;token=01fab5ee-9191-400a-9ddc-7ae92e6fa87c" alt=""><figcaption></figcaption></figure>
