Total Records
32
Response Time
23ms
DNSSEC
Disabled
DNS Provider
Azure DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | azure.com | 20.112.250.133 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | azure.com | 20.231.239.246 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | azure.com | 20.76.201.171 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | azure.com | 20.70.246.20 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | azure.com | 20.236.44.162 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | azure.com | 10 azure-com.mail.protection.outlook.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | azure.com | ns1-39.azure-dns.com. | 1d |
| NS | azure.com | ns2-39.azure-dns.net. | 1d |
| NS | azure.com | ns3-39.azure-dns.org. | 1d |
| NS | azure.com | ns4-39.azure-dns.info. | 1d |
| SOA | azure.com | ns1-39.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.azure.com | "v=DMARC1; p=none; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1" | 1h |
| TXT | azure.com | "v=spf1 include:sparkpostmail.com ~all" | 1h |
| TXT | azure.com | "onyxr-frontend-westus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-westeurope-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-southeastasia-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-japanwest-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-eastus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-brazilsouth-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-australiaeast-01.azurewebsites.net" | 1h |
| TXT | azure.com | "facebook-domain-verification=l4ke8if4pstaadd9urwauavlfhnnjz" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-aue-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-brs-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-eus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-jaw-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-seas-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-weu-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-wus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "8o86shs7mq7pj3f1gv35sf4a14" | 1h |
| TXT | azure.com | "google-site-verification=Iy1v50CTys4-99S9JxhQC4DDbCaN7YXdu-z5wbWDAEY" | 1h |
| TXT | azure.com | "_hj82da8jj9cxt5jutut1doket20hyb6" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | azure.com | \# 42 00 0c 63 6f 6e 74 61 63 74 65 6d 61 69 6c 63 61 61 72 65 63 6f 72 64 61 77 61 72 65 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d | 1h |
Queried 6/15/2026, 11:40:58 AM Β· 23ms
REST API
Integrate DNS lookups into your applications β query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=azure.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "azure.com",
"records": [
{
"type": "A",
"name": "azure.com",
"value": "20.112.250.133",
"ttl": 3600,
"geo": {
"ip": "20.112.250.133",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "azure.com",
"value": "20.231.239.246",
"ttl": 3600,
"geo": {
"ip": "20.231.239.246",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "azure.com",
"value": "20.76.201.171",
"ttl": 3600,
"geo": {
"ip": "20.76.201.171",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
}
],
"queryTimeMs": 23
}
}