Service Endpoint deployment

HASSAN BIN NASIR DAR 326 Reputation points
2024-12-23T22:03:28.3233333+00:00

have two questions:

  1. If I want to configure a service endpoint between a subnet and a Storage service, does the virtual machine that is part of the subnet need a public IP?
  2. How can I verify whether the connection is established over the internet or the Microsoft backbone network?

Regards

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,292 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,616 Reputation points MVP
    2024-12-23T22:21:20.6766667+00:00

    Hello HASSAN BIN NASIR DAR

    Answering your questions

    1. No, the virtual machine (VM) that is part of the subnet does not need a public IP to configure a service endpoint between the subnet and a Storage service. Service endpoints uses private IP addresses in the virtual network (VNet) to reach the endpoint of an Azure services
      https://zcusa.951200.xyz/en-us/azure/virtual-network/virtual-network-service-endpoints-overview
    2. To verify the connection is established over the internet or the Microsoft backbone network, you can check the effective routes on the network interface of the VM.

    Also consider that traffic to a Storage Account in same region as a VM always traverses over the Microsoft Backbone Network.

    • It does not matter if you have enabled service end point or not.
    • Service EndPoint simply "allows" the traffic at the Storage Account.
    • If you were to not to enable service end point, you will see a 4xx Error when you access the Storage account
    • If service end point is enabled, you will see a 200 HTTP Success.
    • In both the cases, traffic will always be on Microsoft Backbone Network and will use private IP of the VM as source.

    https://zcusa.951200.xyz/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#restrictions-for-ip-network-rules

    https://zcusa.951200.xyz/en-us/answers/questions/1664558/traffic-through-microsoft-backbone-network


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.