Skip to content

Commit 50e3aad

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

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ internet. You can use resources like [digwebinterface](https://digwebinterface.c
361361
with correct values. For example, in digwebinterface:
362362

363363
1. In **Hostnames or IP addresses**, add a custom domain (like
364-
[*www.mydomain.com*](http://www.mydomain.com)) and then enter
365-
[*asuid.www.mydomain.com*](http://asuid.www.mydomain.com).
364+
*www.mydomain.com*) and then enter
365+
*asuid.www.mydomain.com*.
366366

367367
2. In **Type**, select **TXT**.
368368

@@ -411,7 +411,7 @@ redirect URI specified in the request does not match the redirect URIs
411411
configured for the application." What should I do?
412412

413413
**Solution**: This is due to the Reply URL in the Azure App Registration
414-
being configured with the default [azurewebsites.net](https://azurewebsites.net/) uniform resource identifier (URI). To fix this, add your custom domain
414+
being configured with the default *azurewebsites.net* uniform resource identifier (URI). To fix this, add your custom domain
415415
as a valid redirect URI. Go to Azure portal > **App Registration** >
416416
**Authentication** blade and update the URI to include your custom domain. For example,
417417
[*https://www.mydomain.com/.auth/login/aad/callback*](https://www.mydomain.com/.auth/login/aad/callback).
@@ -428,9 +428,8 @@ certificate is bound to the custom domain URL) isn't reached.
428428
For example, using digwebinterface:
429429

430430
1. In **Hostnames or IP Addresses**, enter the default App Service URL
431-
and the custom domain URL (like
432-
[*mywebapp.azurewebsites.net*](http://mywebapp.azurewebsites.net/)
433-
and [*www.mydomain.com*](http://www.mydomain.com/)).
431+
and the custom domain URL (like *mywebapp.azurewebsites.net*
432+
and *www.mydomain.com*).
434433

435434
2. Select **Dig** to see the returned IP address.
436435

@@ -472,9 +471,8 @@ certificate authorities can issue certificates for your domain.
472471
4. Ensure [digicert.com](http://digicert.com/) is allowed to issue the certificate.
473472

474473
The free managed certificate and apex domain certificate require the A
475-
record to point to the web app's IP address and subdomain with the
476-
CNAME to *<app-name>.azurewebsites.net* or [trafficmanager.net](http://trafficmanager.net). If these conditions aren't met,
477-
certificate renewal is blocked.
474+
record to point to the web app's IP address and subdomain. Point the
475+
CNAME to *your-app-name.azurewebsites.net* or your Azure Traffic Manager URL. If these conditions aren't met, certificate renewal is blocked.
478476

479477
**Issue**: I'm using an App Service certificate for my custom domain.
480478
The certificate is about to expire. Why hasn't it been renewed yet?
@@ -508,7 +506,7 @@ Either the A or CNAME record is missing or you're checking too soon.
508506
CNAME for subdomain) as described in [Step 3](#step-3-add-and-validate-the-custom-domain-in-azure) and wait for propagation.
509507
Use global DNS check tools to confirm the records exist. If these
510508
records are in place, ensure you used the correct Azure domain as target
511-
(for example, *<yourapp>.azurewebsites.net*) and that the domain is
509+
(for example, *yourapp.azurewebsites.net*) and that the domain is
512510
spelled correctly. Verify you didn't create conflicting records (like
513511
having both an A and CNAME for the same name). Once the DNS is correct,
514512
Azure validation and resolution will succeed. For more information, see [Troubleshoot domain and TLS/SSL certificate problems in Azure App Service](/troubleshoot/azure/app-service/connection-issues-with-ssl-or-tls/troubleshoot-domain-and-tls-ssl-certificates).
@@ -517,7 +515,7 @@ Azure validation and resolution will succeed. For more information, see [Trouble
517515
domain)" error.
518516

519517
DNS is behaving as expected (the domain resolves), but browsing to
520-
*http://<custom-domain>* shows an Azure 404 page. This indicates the
518+
*http://custom-domain* shows an Azure 404 page. This indicates the
521519
custom hostname isn't linked to the App Service configuration and Azure
522520
can't determine which app should answer that domain. The domain isn't
523521
successfully added to the app or the DNS is pointing to Azure but the

0 commit comments

Comments
 (0)