You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/app-service/connection-issues-with-ssl-or-tls/troubleshoot-custom-domain-issues-azure-app-service.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ information, see [Troubleshoot domain and TLS/SSL certificate problems in Azure
82
82
app's default Azure domain (for example, *yourapp.azurewebsites.net*).
83
83
We recommend a TXT record with a prefix asuid (for example, *asuid.www*
84
84
as the record name). Azure also suggests this in the portal. For more
85
-
information, see [Set up an existing custom domain in Azure App service]()/azure/app-service/app-service-web-tutorial-custom-domain).
85
+
information, see [Set up an existing custom domain in Azure App service](/azure/app-service/app-service-web-tutorial-custom-domain).
86
86
87
87
- Never configure both a CNAME and an A record for the same domain.
88
88
This causes resolution conflicts. Choose one of the methods previously
@@ -103,13 +103,13 @@ and `value` as the IP address of your web app (find this either in
103
103
> site or change the region or tier. As such, Azure prefers CNAME for
104
104
> subdomains. For more information, see [Set up an existing custom domain in Azure App Service](/azure/app-service/app-service-web-tutorial-custom-domain).
105
105
106
-
-**CNAME record** - Use `hostname\` as the subdomain (for example, *www*)
106
+
-**CNAME record** - Use `hostname` as the subdomain (for example, *www*)
107
107
and `value` as the default domain of your app (for example,
108
108
*yourapp.azurewebsites.net*). Ensure it's the exact value Azure provided
109
109
(like not including ".net" in the value).
110
110
For more information, see [Custom Domain on App Service not validating even after DNS entries confirmed by multiple tools](/answers/questions/2180777/custom-domain-on-app-service-not-validating-even-a).
111
111
112
-
-**TXT record** - Use `hostname\` as the asuid (for the root) or
112
+
-**TXT record** - Use `hostname` as the asuid (for the root) or
113
113
*asuid.subdomain* (for subdomains) and the `value` as the
114
114
*verification token* (a GUID-like string that Azure provides). This TXT
115
115
record proves to Azure that you own the domain and helps prevent others
@@ -172,7 +172,7 @@ succeeds, the domain status in Azure usually shows as **Successfully added**.
172
172
> If you're still stuck at validation after checking DNS and
173
173
> prerequisites, try the **App Service Diagnostics** tool (your App
174
174
> Service's **Diagnose and Solve Problems** blade > **SSL and Domains**
175
-
> > **Run All Certificates & Domains Checks**). Azure provides an
175
+
> **Run All Certificates & Domains Checks**). Azure provides an
176
176
> interactive troubleshooter that can often detect common
177
177
> misconfigurations (like missing records) and suggest fixes.
178
178
> For more information, see [Custom Domain on App Service not validating even after DNS entries confirmed by multiple tools](/answers/questions/2180777/custom-domain-on-app-service-not-validating-even-a).
0 commit comments