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
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,8 +361,8 @@ internet. You can use resources like [digwebinterface](https://digwebinterface.c
361
361
with correct values. For example, in digwebinterface:
362
362
363
363
1. In **Hostnames or IP addresses**, add a custom domain (like
364
-
[*www.mydomain.com*](http://www.mydomain.com)) and then enter
@@ -411,7 +411,7 @@ redirect URI specified in the request does not match the redirect URIs
411
411
configured for the application." What should I do?
412
412
413
413
**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
415
415
as a valid redirect URI. Go to Azure portal > **App Registration** >
416
416
**Authentication** blade and update the URI to include your custom domain. For example,
and [*www.mydomain.com*](http://www.mydomain.com/)).
431
+
and the custom domain URL (like *mywebapp.azurewebsites.net*
432
+
and *www.mydomain.com*).
434
433
435
434
2. Select **Dig** to see the returned IP address.
436
435
@@ -472,9 +471,8 @@ certificate authorities can issue certificates for your domain.
472
471
4. Ensure [digicert.com](http://digicert.com/) is allowed to issue the certificate.
473
472
474
473
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.
478
476
479
477
**Issue**: I'm using an App Service certificate for my custom domain.
480
478
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.
508
506
CNAME for subdomain) as described in [Step 3](#step-3-add-and-validate-the-custom-domain-in-azure) and wait for propagation.
509
507
Use global DNS check tools to confirm the records exist. If these
510
508
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
512
510
spelled correctly. Verify you didn't create conflicting records (like
513
511
having both an A and CNAME for the same name). Once the DNS is correct,
514
512
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
517
515
domain)" error.
518
516
519
517
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
521
519
custom hostname isn't linked to the App Service configuration and Azure
522
520
can't determine which app should answer that domain. The domain isn't
523
521
successfully added to the app or the DNS is pointing to Azure but the
0 commit comments