
Explanation:
The correct answer is D, a service endpoint. A service endpoint allows traffic to Azure Storage to be routed directly from the virtual network to the storage account, without going over the internet. While a network security group (NSG) can be used to permit/deny traffic, using a service endpoint is specifically designed to enhance security by enabling direct connectivity to Azure services over the Azure backbone network. This prevents the traffic from being exposed to the public internet.
In Azure, what feature can be utilized to ensure that traffic originating from a virtual network does not reach a Storage account through the public internet?
A
a network security group (NSG)
B
a public endpoint
C
Azure VPN Gateway
D
a service endpoint
No comments yet.