Skip to content

Commit acfc125

Browse files
authored
Merge pull request #50051 from asinn826/master
add reset password info
2 parents d279d0c + 9751828 commit acfc125

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ For serial console documentation for Windows VMs, [click here](../windows/serial
3232
## Prerequisites
3333

3434
* You must be using the resource management deployment model. Classic deployments are not supported.
35-
* Virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled
35+
* Your virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled - see screenshot below.
3636
![](../media/virtual-machines-serial-console/virtual-machine-serial-console-diagnostics-settings.png)
37-
* 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.
37+
* The Azure account using the serial console must have [Contributor role](../../role-based-access-control/built-in-roles.md) for the VM and the [boot diagnostics](boot-diagnostics.md) storage account.
38+
* The virtual machine for which you are acessing serial console must also have a password-based account. You can create one with the [reset password](https://docs.microsoft.com/azure/virtual-machines/extensions/vmaccess#reset-password) functionality of the VM access extension - see the screenshot below.
39+
![](../media/virtual-machines-serial-console/virtual-machine-serial-console-reset-password.png)
3840
* For settings specific to Linux distros, see [Access the serial console for Linux](#access-serial-console-for-linux)
3941

4042

4143

42-
## Open the Serial Console
44+
## Get started with Serial Console
4345
Serial console for virtual machines is only accessible via [Azure portal](https://portal.azure.com). Below are the steps to access serial console for virtual machines via portal
4446

4547
1. Open the Azure portal
5.61 KB
Loading

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ For serial console documentation for Linux VMs, [click here](../linux/serial-con
3636
* Virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled
3737
![](../media/virtual-machines-serial-console/virtual-machine-serial-console-diagnostics-settings.png)
3838
* 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.
39+
* The virtual machine for which you are acessing serial console must also have a password-based account. You can create one with the [reset password](https://docs.microsoft.com/azure/virtual-machines/extensions/vmaccess#reset-password) functionality of the VM access extension - see the screenshot below.
40+
![](../media/virtual-machines-serial-console/virtual-machine-serial-console-reset-password.png)
3941

40-
## Open the Serial Console
42+
## Get started with Serial Console
4143
Serial console for virtual machines is only accessible via [Azure portal](https://portal.azure.com). Below are the steps to access the serial console for virtual machines via portal
4244

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

4850
![](../media/virtual-machines-serial-console/virtual-machine-windows-serial-console-connect.gif)
4951

50-
## Access Serial Console for Windows
52+
## Configure Serial Console for Windows
5153
Newer Windows Server images on Azure will have [Special Administrative Console](https://technet.microsoft.com/library/cc787940(v=ws.10).aspx) (SAC) enabled by default. SAC is supported on server versions of Windows but is not available on client versions (for example, Windows 10, Windows 8, or Windows 7).
5254
To enable Serial console for Windows virtual machines created with using Feb2018 or lower images please use the following steps:
5355

0 commit comments

Comments
 (0)