AZ-900 · Question #68
This question requires that you evaluate the underlined text to determine if it is correct. You plan to deploy 20 virtual machines to an Azure environment. To ensure that a virtual machine named VM1 c
The correct answer is A. No change is needed. To isolate VM1 from other virtual machines, deploying it to a separate virtual network is a correct and effective method.
Question
Options
- ANo change is needed
- Brun a different operating system than the other virtual machines
- Cbe deployed to a separate resource group
- Dhave two network interfaces
How the community answered
(42 responses)- A95% (40)
- B2% (1)
- C2% (1)
Why each option
To isolate VM1 from other virtual machines, deploying it to a separate virtual network is a correct and effective method.
Virtual networks provide inherent network isolation; virtual machines in different virtual networks cannot communicate by default unless explicit peering or other routing mechanisms are configured. Deploying VM1 to its own virtual network ensures it's isolated from other VMs in different virtual networks.
Running a different operating system does not prevent network connectivity between virtual machines; OS differences are irrelevant to network isolation at the virtual network level.
Deploying VM1 to a separate resource group does not provide network isolation, as resource groups are a logical grouping for management and billing, not network segmentation.
Having two network interfaces on a VM does not inherently prevent it from connecting to other VMs; it could potentially increase connectivity options rather than restrict them.
Concept tested: Azure Virtual Network Isolation
Source: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview
Community Discussion
No community discussion yet for this question.