Share via

All cnames are on azure and ownership validation still in progress over 24 hours. There is an isssue.

Ryan Kali 0 Reputation points
2026-02-02T21:50:13.52+00:00

informatiksystems.com
https://portal.azure.com/#@informatiksystems.com/resource/subscriptions/0c787c09-77b3-4125-8437-040c0090fefe/resourceGroups/WebServicesGeneral/providers/Microsoft.Web/staticSites/InformatiksStaticWebPages/customDomains

I am trying to add custom domain. Ownership validation frozen, shows processing but over 24 hours nothing happened.
Original Domain is on Squarespace.com and related dns records has been added for azure. Emails are on azure and working properly.
All CNAME servers are on Azure/microsoft and details attached.
I have significant issues and can't deploy website almost a week.

Existing problem on azure:
Screenshot 2026-02-01 223349

Domain provider is square space. and nameserver details on squarespace is as below.
ns1.bdm.microsoftonline.com

ns2.bdm.microsoftonline.com

ns3.bdm.microsoftonline.com

ns4.bdm.microsoftonline.com

DNS Records on SquareSpace:
User's image

Existing DNS Records on Azure:
User's image

Azure Static Web Apps
Azure Static Web Apps

An Azure service that provides streamlined full-stack web app development.


Answer recommended by moderator
  1. Golla Venkata Pavani 3,330 Reputation points Microsoft External Staff Moderator
    2026-02-02T23:11:55.2833333+00:00

    Hi @Ryan Kali ,

    Thank you for reaching us regarding an issue with adding a custom domain (informatiksystems.com) to their Azure Static Web App.

    Your domain informatiksystems.com is currently using Microsoft nameservers:

    • ns1.bdm.microsoftonline.com
    • ns2.bdm.microsoftonline.com
    • ns3.bdm.microsoftonline.com
    • ns4.bdm.microsoftonline.com

    When a domain is configured this way, DNS is fully managed by Microsoft 365. Any DNS records created at the registrar level (Squarespace) are ignored, because the authoritative DNS is Microsoft 365.

    Azure Static Web Apps verifies domain ownership by querying the authoritative DNS servers. Since the TXT validation record was added in Squarespace instead of Microsoft 365 DNS, Azure cannot see it, this is why the domain remains stuck in “Processing / Validating”.

    Microsoft Learn explicitly states that TXT validation must be performed in the authoritative DNS zone, otherwise validation does not complete.

    Recommendations:
    Step 1: Add the TXT Record in Microsoft 365

    1. Sign in to Microsoft 365 Admin Center https://admin.microsoft.com
    2. Go to Settings > Domains
    3. Select informatiksystems.com
    4. Open DNS records / Manage DNS
    5. Add a TXT record:
      • Host / Name: @
      • Value: Paste the exact TXT token generated by Azure Static Web Apps
      • TTL: Default (or 3600)

    Save the record.

    Step 2: Refresh Validation in Azure

    1. Go to Azure Portal > Static Web App > Custom domains
    2. Select informatiksystems.com
    3. Click Refresh / Retry validation

    Once the TXT record is resolvable from Microsoft DNS, Azure automatically completes ownership validation. Microsoft Q&A confirms that validation remains “Validating” until the TXT record is visible from the authoritative DNS.

    After Validation:
    For apex domain, Microsoft 365 does not allow you to create a CNAME record for the apex/root domain (@ / informatiksystems.com). The admin center will give you an error if you try.
    Option A (Recommended):

    • Use www.informatiksystems.com with a CNAME to: <your-app>.azurestaticapps.net
    • Redirect apex domain (informatiksystems.com) to www

    Option B:

    • Move DNS hosting to Azure DNS
    • Configure apex domain using ALIAS / ANAME, which is fully supported for Azure Static Web Apps

    Reference:
    https://learn.microsoft.com/en-us/azure/static-web-apps/custom-domain
    https://learn.microsoft.com/en-us/azure/static-web-apps/apex-domain-azure-dns
    https://learn.microsoft.com/en-us/microsoft-365/admin/get-help-with-domains/create-dns-records-at-any-dns-hosting-provider?view=o365-worldwide

    Kindly let us know if the above helps or you need further assistance on this issue.

    Please "accept" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ryan Kali 0 Reputation points
    2026-02-03T19:49:31.29+00:00

    Yes, Thanks for the assistance. It is solved.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.