You need to configure a custom domain named www.contoso.com for an Azure App Service web app. In which sequence should you perform the configuration steps to verify domain ownership and bind the custom domain?
- 1Retrieve the custom domain verification ID (asuid) from the Custom domains blade of the App Service.
- 2At your DNS registrar, create a TXT record with the host name 'asuid.www' pointing to the retrieved verification ID.
- 3In the Azure Portal, add the custom domain name 'www.contoso.com' in the App Service settings, validate, and complete the binding.
Cevap
First retrieve the custom domain verification ID (asuid) from the Custom domains blade of the App Service, then create a TXT record with the host name 'asuid.www' pointing to the verification ID at your DNS registrar, and finally add and validate the custom domain name in the App Service custom domains settings.
The correct order requires retrieving the verification ID first, creating the corresponding TXT record in the DNS zone to prove ownership, and then adding and validating the domain name within the Azure App Service custom domains configuration.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service Custom Domain Verification and Binding