A company named CloudFlux is designing a secure network environment for a hybrid application. You have an Azure virtual network named VNet1 containing a subnet named Subnet1. Subnet1 hosts several virtual machines that run a business-critical application. The application needs to retrieve connection strings and credentials from an Azure Key Vault named KV1.
You need to design a network security solution that meets the following requirements:
- Access to KV1 from the virtual machines must not traverse the public internet.
- The virtual machines must not have public IP addresses.
- Azure administrators must be able to securely manage the virtual machines using the Azure portal over SSL without exposing RDP or SSH ports directly to the public internet.
Which two components should you include in the design? (Select two.)
- A Private Endpoint for KV1 associated with Subnet1Answer
- An Azure Bastion host deployed to a dedicated subnet in VNet1Answer
- CA Network Security Group (NSG) rule for Subnet1 configured to allow outbound traffic to a custom list of manually resolved IP addresses for KV1
- DA route table containing a User-Defined Route (UDR) that overrides the default VNet system route to force all Key Vault traffic to the public internet