Soru

Zorluk: ZorConfigure Azure App Service Web Apps

You have an Azure App Service web app named app-contoso that runs in a Standard App Service plan. You need to configure a custom domain www.contoso.com for the web app and secure the domain using a free Azure App Service Managed Certificate.

Which four actions should you perform in sequence? To answer, arrange the actions in the correct order.

  1. 1Create a CNAME record with the DNS provider that maps www.contoso.com to app-contoso.azurewebsites.net.
  2. 2Add the custom domain www.contoso.com to the app-contoso App Service web app.
  3. 3Create an App Service Managed Certificate for the verified custom domain www.contoso.com.
  4. 4Add a TLS/SSL binding for www.contoso.com using the generated App Service Managed Certificate and SNI SSL.

Cevap

The correct sequence of actions is: 1) Create a CNAME record with the DNS provider that maps the custom domain to the default web app domain. 2) Add the custom domain to the App Service web app. 3) Create an App Service Managed Certificate for the custom domain. 4) Add a TLS/SSL binding using the managed certificate and SNI SSL.
The correct sequence respects the dependency chain of Azure App Service domain configuration. First, the DNS record must be mapped to allow verification. Second, the domain is added to the web app using that verification. Third, the managed certificate is generated for the registered domain. Finally, the certificate is bound to the domain to secure the traffic using SNI.

Adım Adım Çözüm

1
Configure the DNS CNAME record mapping the subdomain to the web app's default URL.
The domain registrar or DNS server points traffic and validation requests to Azure.
Azure App Service requires verification of domain ownership before allowing a custom domain to be mapped.
2
Add the custom domain to the web app configuration in Azure App Service.
Azure verifies the CNAME record and registers the custom domain under the web app.
You cannot generate certificates or bindings for a custom domain that has not been mapped to the App Service web app.
3
Generate a free App Service Managed Certificate for the verified custom domain.
Azure provisions a free certificate for the custom domain.
The custom domain must already be validated and bound to the web app before Azure can issue a managed certificate for it.
4
Configure a TLS/SSL binding on the custom domain using the managed certificate.
The web app secures HTTPS traffic on the custom domain via SNI SSL.
Creating the certificate does not automatically secure the domain; you must bind the certificate to the domain to complete the setup.

Anahtar Kavram

Configuring custom domains and securing them with App Service Managed Certificates in Azure App Service.
Bu soruyu puanla