nerdexam
Microsoft

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.

Monitor and troubleshoot Windows Server environments

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?

Options

  • AAzure Bastion
  • BSerial console
  • CJust-in-time (JIT) VM access

How the community answered

(54 responses)
  • A
    9% (5)
  • B
    78% (42)
  • C
    13% (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.

AAzure Bastion

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.

BSerial consoleCorrect

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.

CJust-in-time (JIT) VM access

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

#Azure VM troubleshooting#Serial console#Network stack failure#Remote access

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice