- 2 views
Exam
Answer confirmed
Question
You have an Azure virtual machine named VM1 that runs Windows Server.
The operating system on VM1 fails to fully initialize its network stack, and you cannot establish a network connection.
You need to establish an interactive shell session.
What should you use?
Proposed answer
- A. Azure Bastion
- B. Serial console
- C. just-in-time (JIT) VM access
Suggested answer
B. Serial console
Correct answer
The suggested answer is correct
004b54b
2 months, 2 weeks ago
Selected Answer: B
As already explained by NazerRazer, right answer is B. Serial console
upvoted 1 times
NazerRazer
3 months ago
A and C are wrong because of the following: A. Azure Bastion: Azure Bastion provides secure RDP and SSH connectivity to virtual machines through the Azure portal over SSL. However, it requires the VM to have a functional network stack to establish a connection, which is not the case in this scenario where the network stack fails to initialize. C. Just-in-time (JIT) VM access: JIT VM access is a feature that allows controlled access to VMs by opening up inbound network connectivity for a limited period of time. Similar to Azure Bastion, it relies on the VM having a functional network stack, which is not possible when the network stack fails to initialize. therefore option B is the correct answer the Serial Console provides direct access to the VM's console without relying on a functional network stack, which is essential in this scenario where the network stack fails to initialize.
upvoted 3 times