Just Configuration backup for Azure resources separately at once.

Ahila T 1 Reputation point
2021-03-03T16:17:36.173+00:00

Say I have 50 App Service/Azure Functions. I don't want to backup my App Service, but I just have to take backup of Configurations in all 50 App Service/Azure Functions separately at the same time. Is this possible? Please advise.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,911 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,981 Reputation points Microsoft Employee
    2021-03-04T16:57:46.63+00:00

    Hi @Ahila T ,

    You setup a partial backup by creating a _backup.filter file and simply exclude the \site\wwwroot folder. Do note though that you would have to create this on all 50 App Service plans. You can't initialize a backup at the App Service Plan level.

    Regards,
    Ryan

    0 comments No comments