Microsoft Azure Administrator Associate AZ-104 Practice Question
An organization has an Azure virtual network named VNet1 containing several virtual machines. They also have an Azure storage account named StorageAccount1 in the same region. They need to ensure that the virtual machines in VNet1 can securely access StorageAccount1 without traffic traversing the public internet. Additionally, they want to restrict access to StorageAccount1 so that it can only be accessed from VNet1. What should you configure to meet these requirements?
Configure a service endpoint for Azure Storage on VNet1 and add a virtual network rule on StorageAccount1
Implement Azure ExpressRoute to connect VNet1 to StorageAccount1
Set up a public endpoint on StorageAccount1 and enable firewall rules to allow traffic from VNet1
Create a NAT gateway on VNet1 for outbound connectivity to StorageAccount1