问题描述

在Azure App Service添加自定义域名时,遇见了Domain ownership 验证无法通过的问题?

【Azure 应用服务】添加自定义域时,Domain ownership 验证无法通过 

问题解决

因为DNS中配置App Service默认域名和自定义域名的CNAME记录后,在App Service中需要验证该域名的所有权,所以需要在DNS中在增加一条TXT记录,并且指定名称为asuid,它的值需要从App Service中获取。

【Azure 应用服务】添加自定义域时,Domain ownership 验证无法通过 

 

获取App Service的验证ID:https://docs.azure.cn/zh-cn/app-service/app-service-web-tutorial-custom-domain#get-a-domain-verification-id

【Azure 应用服务】添加自定义域时,Domain ownership 验证无法通过 

 

 

参考资料

https://docs.azure.cn/zh-cn/app-service/app-service-web-tutorial-custom-domain#create-the-cname-record

 

相关文章:

  • 2021-11-18
  • 2022-01-13
  • 2021-12-30
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
猜你喜欢
  • 2021-08-17
  • 2022-02-19
  • 2021-06-12
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案