
Answer-first summary for fast verification
Answer: Implement private endpoints
The correct answer is B, 'Implement private endpoints'. Private endpoints allow you to connect privately and securely to Azure services, using a private IP address from your virtual network. This ensures that traffic between VM1 and storage1 travels across the Microsoft backbone network without using public endpoints. Private endpoints provide the necessary segregation and secure access, avoiding the exposure to public internet.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an Azure environment with a VPN gateway and specified resources, how can you ensure VM1's traffic to storage1 exclusively uses the Microsoft backbone network?
A
Configure Azure AD Application Proxy
B
Implement private endpoints
C
Utilize a network security group (NSG)
D
Enable Azure Peering Service
No comments yet.