Azure Speed Test

Look Up an IP Address or Domain

Paste an address or a full HTTP/HTTPS URL. URLs are reduced to their hostname before lookup.

Try an example:

Common Use Cases

Network Review

Review addresses referenced in firewall rules, allowlists, routing changes, and architecture assessments.

Traffic Analysis

Check addresses from access and flow logs to understand whether traffic is associated with Azure Public Cloud ranges.

Incident Triage

Add Azure service tag and region context to security alerts and mitigation logs.

Frequently Asked Questions

Why can one address match multiple service tags?
Azure prefixes overlap by design. One address can match a service-specific tag, its regional variant, a regional AzureCloud tag, and the global AzureCloud tag. The most specific match uses the narrowest prefix and most specific regional scope returned by the lookup.
How are domain names and URLs handled?
A URL is reduced to its hostname. The lookup service resolves the hostname and checks the resulting address against Azure Public Cloud service tags. DNS answers can change by location and time, so repeating a domain lookup can produce different results.
Does the lookup support IPv6 addresses?
Yes. The tool accepts IPv4, IPv6, domain names, and HTTP/HTTPS URLs. IPv6 prefixes are displayed in the notation returned by the lookup API.
Can I automate lookups?

Yes. Send a GET request to /api/ipAddress?ipOrDomain=<ipAddressOrDomain>. Encode the query value and handle rate limits, timeouts, and transient failures in automated clients.

Azure IPv4

Open
https://www.azurespeed.com/api/ipAddress?ipOrDomain=104.45.231.79

Azure IPv6

Open
https://www.azurespeed.com/api/ipAddress?ipOrDomain=2603%3A1030%3A0800%3A0005%3A0000%3A0000%3ABFEE%3AA418

Azure domain

Open
https://www.azurespeed.com/api/ipAddress?ipOrDomain=www.azure.com

The JSON response includes the resolved IP address, matching service tag, prefix, region, system service, and network feature codes.

Additional Resources

Download Azure Public Cloud IP ranges

Understand service tags

Learn how service tags can simplify network rules and support consistent reviews.

Learn about service tags