An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hello Tasha, Just checking please let me know if you have any queries.
This is not an Azure subscription or billing issue. Lack of subscription balance does not impact DNS or SPF record updates.
If your SPF change (TTL = 60 minutes) is still not visible in MXToolbox after a week, the most common causes are DNS‑related, not Azure‑related:
please check and we can suggest:
Confirm the authoritative DNS provider Ensure the SPF change was made at the actual DNS hosting provider for the domain (Azure DNS, GoDaddy, Cloudflare, etc.), not in an inactive or old DNS zone.
Only one SPF record must exist A domain can have only one v=spf1 TXT record. Multiple SPF records cause lookups to fail or show inconsistent results in tools like MXToolbox.
DNS caching can exceed TTL Even with a 60‑minute TTL, some recursive resolvers and third‑party tools cache records longer. This can delay visibility despite the record being correctly updated.
- Verify using direct DNS queries (not only MXToolbox) Check the live DNS response using: nslookup -type=TXT yourdomain.com or
dig TXT yourdomain.com. If these show the updated SPF, then MXToolbox is likely still serving cached data. Ensure SPF is published as a TXT record SPF must be published as a TXT record (the legacy SPF record type is deprecated). - If using Microsoft 365, validate SPF format For Microsoft 365‑only email sending, the SPF record should include:
v=spf1 include:spf.protection.outlook.com -allAdjust only if you have additional mail senders.
Microsoft documentation :
- Set up SPF to identify valid email sources for your custom cloud domains - https://learn.microsoft.com/en-us/defender-office-365/email-authentication-spf-configure