nerdexam
Microsoft

AZ-104 · Question #192

You have a Basic App Service plan named ASP1 that hosts an Azure App Service named App1. You need to configure a custom domain and enable backups for App1. What should you do first?

The correct answer is D. Configure the application settings for App1. To enable custom domains and backups on an App Service in a Basic plan, ensuring the application's internal settings are correctly prepared is a critical preliminary step for full functionality.

Submitted by lucia.co· Mar 4, 2026Manage Azure compute resources

Question

You have a Basic App Service plan named ASP1 that hosts an Azure App Service named App1. You need to configure a custom domain and enable backups for App1. What should you do first?

Options

  • AConfigure a WebJob for App1.
  • BScale up ASP1.
  • CScale out ASP1.
  • DConfigure the application settings for App1.

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    7% (4)
  • C
    11% (7)
  • D
    79% (48)

Why each option

To enable custom domains and backups on an App Service in a Basic plan, ensuring the application's internal settings are correctly prepared is a critical preliminary step for full functionality.

AConfigure a WebJob for App1.
BScale up ASP1.
CScale out ASP1.

Scaling out the App Service plan increases instance count for performance and availability, but it is not a prerequisite for enabling custom domains or backups.

DConfigure the application settings for App1.Correct

Before enabling features like custom domains or backups, it is often a best practice to ensure the web application's internal configuration, managed through application settings, is correctly aligned. This can involve setting environment variables the application uses to recognize its custom domain or ensuring database connection strings are properly configured for consistent backups and restoration. These settings ensure the application correctly utilizes and recovers with the new external configurations.

Concept tested: Azure App Service configuration best practices

Source: https://learn.microsoft.com/en-us/azure/app-service/configure-common

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice