Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
4,928 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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