Skip to content

Commit 11bb37c

Browse files
committed
clarify wording
1 parent f4b3ec4 commit 11bb37c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/virtual-machines/linux/serial-console.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ms.author: harijay
2222

2323
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.
2424

25+
For serial console documentation for Windows VMs, [click here](../windows/serial-console.md).
26+
2527
> [!Note]
2628
> 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/)
2729
> 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
3234
* You must be using the resource management deployment model. Classic deployments are not supported.
3335
* Virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled
3436
* 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)
3638

3739

3840
## Open the Serial Console
@@ -47,7 +49,7 @@ Serial console for virtual machines is only accessible via [Azure portal](https:
4749

4850

4951
> [!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.
5153
5254
## Disable Serial Console
5355
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.

articles/virtual-machines/windows/serial-console.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ms.author: harijay
2222

2323
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.
2424

25+
For serial console documentation for Linux VMs, [click here](../linux/serial-console.md).
26+
2527
> [!Note]
2628
> 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/)
2729
>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

Comments
 (0)