Configuring a Backup for an App Service Instance
Your application is running well, but you’re concerned that if something fails or data is lost, you won’t be able to restore your application. You decide that backing it up is a good idea and start to explore different ways to back up your application. Thankfully, Azure makes this a simple process, where you just need to think about what your backup strategy needs to look like and then configure the service accordingly.
Remember that using a backup is different from performing DR in that DR restores operational services, whereas backups enable point-in-time restorations of data to recover from loss or accidental deletion. Azure automatically enables backups to be run every hour for new App Service instances. You may want to customize the schedule. Follow these steps to configure a custom backup schedule for your application:
- Navigate to the App Service instance you worked on in the previous exercises.
- From...