How do i backup all resources in a resource group that hosts an app service and its related resources to a backup vault?

Phillip Chima 0 Reputation points
2024-10-07T08:30:29.27+00:00

Hi,

I have a app service that is not very much in use. i would like to back up the app service and its related resource to our backup vault in case we may need to restore it in future. The goal is to backup everything and delete this resource group and the resources in it.

I need help if this is possible and how i would go about it.

Regards,

Phillip.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,490 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pranay Reddy Madireddy 6,180 Reputation points Microsoft External Staff Moderator
    2024-10-22T13:47:36.7866667+00:00

    Hii Phillip Chima

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    In Azure App Service, you can easily restore app backups.

    https://learn.microsoft.com/en-us/azure/app-service/manage-backup?tabs=portal

    List all the resources linked to your App Service, like databases, storage accounts, and virtual networks.

    Use the backup feature to save the database to a storage account.

    https://learn.microsoft.com/en-us/azure/azure-sql/database/database-export?view=azuresql

    Use Azure Blob Storage snapshots
    https://learn.microsoft.com/en-us/azure/storage/blobs/snapshots-overview

    If you have Azure Backup set up, you can back up supported resources. Just make sure your resources are in the backup vault, and you can create backup policies based on your needs.

    https://learn.microsoft.com/en-us/azure/key-vault/general/backup?tabs=azure-cli

    Before deleting, export the resource group as a template. In the Azure portal, go to your resource group, click "Export template," and save it. You can use this template to recreate the resources later.

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/export-template-portal

    After confirming that everything is backed up, you can delete the resource group.

    If you have any further queries, do let us know.


    If the answer is helpful, please click "Accept Answer" and "Upvote it".

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.