You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/serial-console.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ ms.author: harijay
22
22
23
23
The Virtual Machine Serial Console on Azure provides access to a text-based console for Linux and Windows virtual machines. This serial connection is to COM1 serial port of the virtual machine and provides access to the virtual machine and are not related to virtual machine's network / operating system state. Access to the serial console for a virtual machine can be done only via Azure portal currently and allowed only for those users who have VM Contributor or above access to the virtual machine.
24
24
25
+
For serial console documentation for Windows VMs, [click here](../windows/serial-console.md).
26
+
25
27
> [!Note]
26
28
> Previews are made available to you on the condition that you agree to the terms of use. For more information, see [Microsoft Azure Supplemental Terms of Use for Microsoft Azure Previews.] (https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
27
29
> Currently this service is in **public preview** and access to the serial console for virtual machines is available to global Azure regions. At this point serial console is not available Azure Government, Azure Germany, and Azure China cloud.
@@ -32,7 +34,7 @@ The Virtual Machine Serial Console on Azure provides access to a text-based cons
32
34
* You must be using the resource management deployment model. Classic deployments are not supported.
33
35
* Virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled
34
36
* The account using the serial console must have [Contributor role](../../role-based-access-control/built-in-roles.md) for VM and the [boot diagnostics](boot-diagnostics.md) storage account.
35
-
* For settings specific to Linux distro, see [Accessing the serial console for Linux](#accessing-serial-console-for-linux)
37
+
* For settings specific to Linux distros, see [Access the serial console for Linux](#access-serial-console-for-linux)
36
38
37
39
38
40
## Open the Serial Console
@@ -47,7 +49,7 @@ Serial console for virtual machines is only accessible via [Azure portal](https:
47
49
48
50
49
51
> [!NOTE]
50
-
> Serial console requires a local user with a password configured. At this time, VMs only configured with SSH public key will not have access to the serial console. To create a local user with password, follow [VM Access Extension](https://docs.microsoft.com/azure/virtual-machines/linux/using-vmaccess-extension) and create local user with password.
52
+
> Serial console requires a local user with a password configured. At this time, VMs only configured with an SSH public key will not have access to the serial console. To create a local user with password, use the [VM Access Extension](https://docs.microsoft.com/azure/virtual-machines/linux/using-vmaccess-extension)(also available in the portal by clicking "Reset password") and create a local user with a password.
51
53
52
54
## Disable Serial Console
53
55
By default, all subscriptions have serial console access enabled for all VMs. You may disable serial console at either the subscription level or VM level.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/serial-console.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ ms.author: harijay
22
22
23
23
The Virtual Machine Serial Console on Azure provides access to a text-based console for Linux and Windows virtual machines. This serial connection is to COM1 serial port of the virtual machine and provides access to the virtual machine and are not related to virtual machine's network / operating system state. Access to the serial console for a virtual machine can be done only via Azure portal currently and allowed only for those users who have VM Contributor or above access to the virtual machine.
24
24
25
+
For serial console documentation for Linux VMs, [click here](../linux/serial-console.md).
26
+
25
27
> [!Note]
26
28
> Previews are made available to you on the condition that you agree to the terms of use. For more information, see [Microsoft Azure Supplemental Terms of Use for Microsoft Azure Previews.] (https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
27
29
>Currently this service is in **public preview** and access to the serial console for virtual machines is available to global Azure regions. At this point serial console is not available Azure Government, Azure Germany, and Azure China cloud.
0 commit comments