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 Security | Microsoft Graph
0 comments No comments
{count} votes

Answer accepted by question author
  1. David Broggy 6,776 Reputation points MVP Volunteer Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.