Soru

Zorluk: Çok zorConfigure Azure App Services

You have an Azure App Service web app named App1 that is currently hosted on a Free (F1) App Service plan. You need to configure a custom domain named www.contoso.com for App1 and secure it using a free Azure App Service Managed Certificate.

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

  1. 1Scale up the App Service plan to the Basic tier or higher.
  2. 2Create a DNS CNAME record that maps www.contoso.com to the default Azure App Service domain name.
  3. 3Add the www.contoso.com custom domain to App1.
  4. 4Create a free App Service Managed Certificate for www.contoso.com.
  5. 5Create a Server Name Indication (SNI) SSL binding for www.contoso.com using the managed certificate.

Cevap

To configure the custom domain and secure it with an App Service Managed Certificate, you must first scale up the App Service plan to the Basic tier or higher. Next, create a DNS CNAME record mapping the custom domain to the default App Service URL. Then, add the custom domain to the App Service. Afterward, create the free App Service Managed Certificate for the custom domain. Finally, create a Server Name Indication (SNI) SSL binding for the custom domain using the managed certificate.
The correct order follows the logical dependency chain of Azure App Service configurations: first, upgrade the hosting environment (App Service plan) to support the required features. Second, prepare the external DNS routing. Third, register and verify the custom domain on the App Service. Fourth, generate the TLS/SSL certificate for the verified domain. Fifth, create the SSL binding to secure the incoming traffic.

Adım Adım Çözüm

1
Scale up the App Service plan to the Basic tier or higher.
The App Service plan is upgraded to a tier that supports custom domains and SSL bindings.
The Free (F1) tier does not support custom domains or SSL. Upgrading to at least the Basic tier is required for App Service Managed Certificates.
2
Create a DNS CNAME record that maps www.contoso.com to the default Azure App Service domain name.
A CNAME record is configured in the DNS provider pointing to the default App Service domain name.
Azure requires domain ownership verification before a custom domain can be added to the App Service. The CNAME record fulfills this validation.
3
Add the www.contoso.com custom domain to App1.
The custom domain is verified and added to the App Service.
You cannot issue a certificate or configure bindings for a domain that is not first registered and verified with the App Service.
4
Create a free App Service Managed Certificate for www.contoso.com.
A managed TLS/SSL certificate is generated by Azure for the custom domain.
The custom domain must be registered with the App Service before Azure can validate and issue a managed certificate for it.
5
Create a Server Name Indication (SNI) SSL binding for www.contoso.com using the managed certificate.
The custom domain is secured with SSL/TLS encryption.
Creating the SSL binding is the final step to apply the generated certificate to the custom domain traffic.

Anahtar Kavram

Configuring custom domains and SSL bindings with App Service Managed Certificates on Azure App Services.
Tahmini Süre:3m 0s
Bu soruyu puanla