Azure IP & Service Tag Lookup
Check whether an IP address or domain is associated with Azure Public Cloud ranges. Use the results for network reviews, traffic analysis, and incident triage.
Look Up an IP Address or Domain
Use Results with Context
Use matches to support network reviews, traffic analysis, and incident triage. A match does not identify a tenant, subscription, resource owner, or specific physical datacenter.
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 range context to security alerts and mitigation logs without treating a match as proof of ownership or intent.
Frequently Asked Questions
What does Azure IP & Service Tag Lookup identify?
Why can one address match multiple service tags?
How are domain names and URLs handled?
Does the lookup support IPv6 addresses?
What does no service tag match mean?
How often does Microsoft update Azure IP data?
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
https://www.azurespeed.com/api/ipAddress?ipOrDomain=104.45.231.79Azure IPv6
https://www.azurespeed.com/api/ipAddress?ipOrDomain=2603%3A1030%3A0800%3A0005%3A0000%3A0000%3ABFEE%3AA418Azure domain
https://www.azurespeed.com/api/ipAddress?ipOrDomain=www.azure.comThe JSON response includes the resolved IP address, matching service tag, prefix, region, system service, and network feature codes.
Additional Resources
Integrate IP Lookup
Bring Azure range checks into network review and incident response workflows.
Explore integration optionsUnderstand service tags
Learn how service tags can simplify network rules and support consistent reviews.
Learn about service tagsAutomate range updates
Keep network review workflows current as Azure service tag ranges change.
Explore automation guidanceBuild PowerShell workflows
Add repeatable Azure range checks to operational and investigation workflows.
Explore PowerShell guidance