Configure a Custom Domain and Enable Backups for Azure App Service - AZ-100 Exam Answer

Configure a Custom Domain and Enable Backups for Azure App Service

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B

To configure a custom domain and enable backups for an Azure App Service, you should first configure the custom domain. Here are the steps to follow:

  1. Configure a custom domain:

To configure a custom domain for an Azure App Service, you need to follow these steps:

  • Go to the App Service's blade in the Azure portal.
  • Click on the "Custom domains" option under the "Settings" section.
  • Enter the domain name you want to use and follow the steps to verify the domain ownership. This may involve adding a DNS record to your domain registrar or hosting provider.
  • Once the domain ownership is verified, you can add the custom domain to your App Service.
  1. Enable backups:

To enable backups for an Azure App Service, you need to follow these steps:

  • Go to the App Service's blade in the Azure portal.
  • Click on the "Backups" option under the "Settings" section.
  • Click on the "Configure" button and follow the steps to set up the backup configuration. You will need to specify the backup schedule, retention policy, storage account, and other backup settings.

Note: None of the options provided in the answers are related to configuring a custom domain or enabling backups. Scaling up or scaling out the App Service plan may be necessary if you need more resources to support the application's workload, but it is not the first step to take when configuring custom domains or backups. Configuring application settings or WebJobs may be necessary to support the application's functionality, but they are not directly related to configuring custom domains or backups.