A company named Vortex Retail is designing a secure network environment for a payment processing system. The system runs on Azure Virtual Machines deployed in a subnet named PaymentSubnet within a virtual network named VNet-Prod. The virtual machines must meet the following requirements:
- Access an Azure Storage Account named paystorage securely without routing traffic over the public internet.
- Connect to Azure Key Vault to retrieve cryptographic keys.
- Communicate with Microsoft Entra ID for identity verification and Azure Monitor for telemetry ingestion.
- Block all other outbound traffic to the public internet.
- Minimize administrative effort and avoid manually maintaining IP address lists.
You need to recommend the network security and private access architecture for the virtual machines.
Which configuration should you recommend?
- Deploy Private Endpoints for paystorage and the Azure Key Vault. In the Network Security Group (NSG) associated with PaymentSubnet, configure outbound rules to allow the AzureActiveDirectory and AzureMonitor service tags, followed by a rule to deny the Internet service tag.Cevap
- BDeploy Private Endpoints for paystorage and the Azure Key Vault. In the Network Security Group (NSG) associated with PaymentSubnet, configure outbound rules to allow the specific public IP address ranges currently used by Microsoft Entra ID and Azure Monitor, followed by a rule to deny the Internet service tag.
- CDeploy Private Endpoints for paystorage and the Azure Key Vault. Configure User-Defined Routes (UDRs) to route all outbound traffic from the subnet to the public IP addresses of Microsoft Entra ID and Azure Monitor, and associate a Network Security Group (NSG) that denies all outbound traffic to the Internet service tag.
- DConfigure Service Endpoints for paystorage and the Azure Key Vault. In the Network Security Group (NSG) associated with PaymentSubnet, configure a rule to deny the Internet service tag, and rely on default rules to permit all Microsoft Entra ID and Azure Monitor traffic.