nerdexam
Microsoft

AZ-400 · Question #175

SIMULATION Your company plans to implement a new compliance strategy that will require all Azure web apps to be backed up every five hours. You need to back up an Azure web app named az400-11566895-ma

This simulation tests your ability to configure automated scheduled backups for an Azure App Service (web app) using Azure Storage, meeting a compliance requirement of backing up every five hours.

Submitted by paula_co· Mar 6, 2026Implement an instrumentation strategy

Question

SIMULATION Your company plans to implement a new compliance strategy that will require all Azure web apps to be backed up every five hours. You need to back up an Azure web app named az400-11566895-main every five hours to an Azure Storage account in your resource group. To complete this task, sign in to the Microsoft Azure portal. Answer: With the storage account ready, you can configure backs up in the web app or App Service. 1. Open the App Service az400-11566895-main, which you want to protect, in the Azure Portal and browse to Settings > Backups. Click Configure and a Backup Configuration blade should appear. 2. Select the storage account. 3. Click + to create a private container. You could name this container after the web app or App Service. 4. Select the container. 5. If you want to schedule backups, then set Scheduled Backup to On and configure a schedule: every five hours 6. Select your retention. Note that 0 means never delete backups. 7. Decide if at least one backup should always be retained. 8. Choose if any connected databases should be included in the web app backup. 9. Click Save to finalize the backup configuration. Reference: https://petri.com/backing-azure-app-service

Exhibit

AZ-400 question #175 exhibit

Explanation

This simulation tests your ability to configure automated scheduled backups for an Azure App Service (web app) using Azure Storage, meeting a compliance requirement of backing up every five hours.

Approach. The correct approach is to navigate to the App Service 'az400-11566895-main' in the Azure Portal, go to Settings > Backups, and click 'Configure' to open the Backup Configuration blade. From there, you select the target Azure Storage account, create or select a blob container to store the backups, toggle 'Scheduled Backup' to On, and set the frequency to every 5 hours. Finally, you configure retention settings and click Save to activate the backup policy.

Concept tested. Azure App Service Backup and Restore - specifically how to configure scheduled automated backups for a web app to an Azure Storage account via the Azure Portal, including setting backup frequency, selecting a storage container, and managing retention policies to meet compliance requirements.

Reference. https://learn.microsoft.com/en-us/azure/app-service/manage-backup

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice