AZ-801 · Question #147
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…
The correct answer is B. Serial console. When an Azure VM's network stack fails to initialize, preventing network connectivity, the Serial Console is the appropriate tool to establish an interactive shell session.
Question
Options
- AAzure Bastion
- BSerial console
- CJust-in-time (JIT) VM access
How the community answered
(54 responses)- A9% (5)
- B78% (42)
- C13% (7)
Why each option
When an Azure VM's network stack fails to initialize, preventing network connectivity, the Serial Console is the appropriate tool to establish an interactive shell session.
Azure Bastion relies on network connectivity to establish a secure RDP/SSH connection to the VM, which would not be possible if the VM's network stack has failed.
The Azure Serial Console provides access to a text-based console, which operates independently of the VM's network or operating system state, allowing administrators to troubleshoot network configuration issues or other boot-related problems, even when the network stack is not functional.
Just-in-time (JIT) VM access is a security feature that opens network ports for a limited time to allow inbound access, but it still requires the VM's network stack to be functional to establish the connection.
Concept tested: Azure VM troubleshooting serial console
Source: https://learn.microsoft.com/en-us/azure/virtual-machines/troubleshooting/serial-console-windows
Topics
Community Discussion
No community discussion yet for this question.