An Azure service that provides streamlined full-stack web app development.
Hi Allan, Thank you for your detailed response. I followed your troubleshooting steps and here are the results. 1. Custom hostname status: az staticwebapp hostname show --name manish-portfolio-ui --resource-group DevPortfolio-RG --hostname www.manishtechnologysolution.com Result: { "domain": "www.manishtechnologysolution.com", "error": null, "status": "Ready" } 2. Hostname list also shows: www.manishtechnologysolution.com Status: Ready errorMessage: null 3. DNS verification: www.manishtechnologysolution.com -> proud-stone-0c4d65500.azurestaticapps.net -> Azure Traffic Manager -> Azure Static Web Apps edge The DNS resolution is working correctly. 4. The default Static Web Apps URL works correctly: https://proud-stone-0c4d65500.7.azurestaticapps.net returns HTTP 200. 5. However, the custom domain still returns: https://www.manishtechnologysolution.com HTTP/1.1 404 Site Not Found 6. I also checked the TLS certificate using OpenSSL. The certificate currently presented for the custom domain is: CN=*.msha-slice-0-hk1-1-ase.p.azurewebsites.net The Subject Alternative Name does NOT contain: www.manishtechnologysolution.com This seems to confirm that the request is reaching the Azure edge, but the custom-domain hostname is not being correctly mapped to the Static Web App at the edge/certificate layer. The custom domain is already showing "Ready" in Azure, DNS is resolving correctly, and the default Static Web App is healthy. I have not removed and re-added the custom domain because you advised against doing that while the resource reports Ready. Could you please advise whether this needs to be escalated to the Azure Static Web Apps engineering team to investigate the custom-domain edge mapping and managed TLS certificate provisioning? I can provide the --debug output and additional DNS/TLS diagnostics if required. Thank you.