Skip to content

Commit a13f714

Browse files
Update troubleshoot-custom-domain-issues-azure-app-service.md
1 parent 50e3aad commit a13f714

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/azure/app-service/connection-issues-with-ssl-or-tls/troubleshoot-custom-domain-issues-azure-app-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ information, see [Troubleshoot domain and TLS/SSL certificate problems in Azure
8282
app's default Azure domain (for example, *yourapp.azurewebsites.net*).
8383
We recommend a TXT record with a prefix asuid (for example, *asuid.www*
8484
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).
8686

8787
- Never configure both a CNAME and an A record for the same domain.
8888
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
103103
> site or change the region or tier. As such, Azure prefers CNAME for
104104
> subdomains. For more information, see [Set up an existing custom domain in Azure App Service](/azure/app-service/app-service-web-tutorial-custom-domain).
105105
106-
- **CNAME record** - Use `hostname\` as the subdomain (for example, *www*)
106+
- **CNAME record** - Use `hostname` as the subdomain (for example, *www*)
107107
and `value` as the default domain of your app (for example,
108108
*yourapp.azurewebsites.net*). Ensure it's the exact value Azure provided
109109
(like not including ".net" in the value).
110110
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).
111111

112-
- **TXT record** - Use `hostname\` as the asuid (for the root) or
112+
- **TXT record** - Use `hostname` as the asuid (for the root) or
113113
*asuid.subdomain* (for subdomains) and the `value` as the
114114
*verification token* (a GUID-like string that Azure provides). This TXT
115115
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**.
172172
> If you're still stuck at validation after checking DNS and
173173
> prerequisites, try the **App Service Diagnostics** tool (your App
174174
> 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
176176
> interactive troubleshooter that can often detect common
177177
> misconfigurations (like missing records) and suggest fixes.
178178
> 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

Comments
 (0)