Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

your organization has several virtual machines (vms) deployed across tw…

Question

your organization has several virtual machines (vms) deployed across two virtual networks (vnets) in azure. one vnet is located in the east us region and the other vnet is located in the west us region. you need to configure the vnets so all vms can communicate. the solution should minimize the cost. what should you deploy?
a vnet peering
b azure virtual network
c virtual machine
d azure container instances

Explanation:

Brief Explanations

VNet peering enables direct communication between virtual networks in Azure. It is a cost - effective way as it doesn't require additional infrastructure like gateways (which have costs associated with them) for cross - VNet communication. Azure virtual network (option B) is just the basic network resource, not a solution for cross - VNet communication. A virtual machine (option C) is a compute resource and not relevant for network communication between VNets. Azure Container Instances (option D) is for running containers and not for VNet - to - VNet communication.

Answer:

A. VNet peering