Question

Difficulty: EasyConfigure Azure App Services

You are configuring backups for an Azure App Service web app. Which two configurations are required to enable custom backups for the web app? (Select two.)

  1. An App Service plan in the Standard tier or higherAnswer
  2. An Azure Storage account and a blob containerAnswer
  3. C
    An App Service plan in the Basic tier or higher
  4. D
    An Azure Recovery Services vault

Answer

An App Service plan in the Standard tier or higher and an Azure Storage account and a blob container are required to configure custom backups.
To configure custom backups for an Azure App Service web app, you must meet two main requirements: the web app must run on an App Service plan scaled to the Standard, Premium, or Isolated tier, and you must specify an Azure Storage account with a blob container to store the backup files.

Step-by-Step Solution

1
Verify the App Service plan pricing tier.
Ensure the App Service plan is scaled to the Standard tier or higher (Premium or Isolated).
Lower pricing tiers, such as Basic, Free, or Shared, do not support the custom backup feature in Azure App Services.
2
Configure the backup storage destination.
Create or select an Azure Storage account and a blob container.
Azure App Service stores custom backups as zip files directly in a specified Azure Blob Storage container.

Key Concept

Azure App Service Custom Backup Configuration Requirements
Estimated Time:1m 0s
Rate this question