When I make an API call from a VM in my Azure Tenant, does the request it go through the internet?

JoChampagne 40 Reputation points
2023-05-02T16:18:12.67+00:00

Seeing as the traffic is coming within my azure tenant, would it go directly through MS backbone or would the API call go through the internet and back? Just trying to understand the dataflow.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,035 questions
0 comments No comments
{count} votes

Accepted answer
  1. David Broggy 5,811 Reputation points MVP
    2023-05-02T16:41:39.2733333+00:00

    Hi Jo,

    If for example your api call was to https://graph.microsoft.com, then yes your traffic will need to pass over the public Internet and be routed back to Azure.

    In general any public url must be routed by at least one piece of public facing network infrastructure and due to the nature of how redundancy works with routing there's no guarantee whether your traffic will pass through 1 or multiple hop points.

    Hope that helps.


0 additional answers

Sort by: Most helpful

Your answer

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