Configure Custom Domain and Enable Backups for Azure App Service | Microsoft Azure Integration and Security Exam Preparation

Configure 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.

D

To configure a custom domain and enable backups for an Azure App Service, you need to follow the below steps:

  1. Configure a Custom Domain: To configure a custom domain for the App1, you can follow the below steps:
  • Purchase a domain name from a domain registrar or use an existing domain name.
  • In the Azure portal, navigate to App1, and under the Settings, click on Custom domains.
  • Click on Add custom domain and enter the custom domain name.
  • Verify the domain ownership by adding a TXT record to your DNS provider, or by uploading a verification file provided by Azure.
  • Once the domain ownership is verified, select the domain name from the Custom domains list and click on Add binding.
  • Enter the hostname and SSL certificate details if required.
  1. Enable Backups: To enable backups for App1, you can follow the below steps:
  • In the Azure portal, navigate to App1, and under the Settings, click on Backups.
  • Click on Configure.
  • Choose the backup destination, storage account, and retention period.
  • Schedule the backup frequency and time.
  • Click on Save.

Now, coming back to the options given in the question:

A. Configure a WebJob for App1: This option is not relevant to configuring a custom domain and enabling backups.

B. Scale up ASP1: Scaling up the ASP1 plan is not required to configure a custom domain and enabling backups.

C. Scale out ASP1: Scaling out the ASP1 plan is not required to configure a custom domain and enabling backups.

D. Configure the application settings for App1: This option is not relevant to configuring a custom domain and enabling backups.

Therefore, the correct answer is to follow the above steps to configure a custom domain and enable backups for App1.