An administrator is configuring a custom subdomain named `sales.contoso.com` for an Azure App Service web app named `app1`. The web app currently runs on a Basic B1 App Service plan.
The administrator has already created a CNAME record in the DNS zone that points `sales` to `app1.azurewebsites.net`.
The administrator needs to secure the custom domain using a free Azure App Service Managed Certificate.
Which two actions should the administrator perform? (Choose two.)
- In the Azure portal, add the custom domain `sales.contoso.com` to `app1`.Cevap
- In the Azure portal, generate and bind an App Service Managed Certificate for `sales.contoso.com`.Cevap
- CScale up the App Service plan of `app1` to the Standard S1 pricing tier.
- DScale down the App Service plan of `app1` to the Shared D1 pricing tier.
Cevap
To complete the configuration, the administrator must add the custom domain to the web app in the Azure portal, and then generate and bind the free App Service Managed Certificate to the custom domain.
To secure a custom domain using a free App Service Managed Certificate, the custom domain must first be added to the web app. Once added, a managed certificate can be generated and bound to that custom domain. Both of these actions are supported on the Basic B1 tier.
Adım Adım Çözüm
Anahtar Kavram
Configuring custom domains and securing them with App Service Managed Certificates on supported App Service Plan pricing tiers.