Backup of App Services on Azure Stack Hub

Katrin Schulz 1 Reputation point
2021-02-17T23:34:32.217+00:00

I have a question regarding the backup of the App Services on Azure Stack Hub.

I found the following article regarding this topic:
https://learn.microsoft.com/en-us/azure-stack/operator/app-service-back-up?view=azs-2008

But I'm not sure, whether I understand this correctly:
Is it enough to backup the following components?

  • The App Service secrets.
  • The App Service SQL Server hosting and metering databases.
  • The App Service user workload content stored in the App Service file share.

Or do I have to backup the infracture (e.g. Worker Tiers, ...), too?

I want to be sure that we have the needed components in the backup.

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
178 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,858 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 15,176 Reputation points Microsoft Employee
    2021-02-24T07:11:31.107+00:00

    @Katrin Schulz Thank you for your question.

    In additional to the three items you listed, you must also backup the infrastructure. Please see here for more information.

    From a PaaS (web app) perspective, please also review the backup options you have for additional backup protection of the deployed site on the web app here. This type of backup can protect you against DB corruption, failed deployment, etc. without having to rebuild your entire infrastructure using the above backups.

    A good backup solution will encompass both the items you listed and the items listed in the docs shared in this reply.

    Please let us know if there are further questions or concerns.