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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ ms.date: 08/07/2018
18
18
ms.author: harijay
19
19
---
20
20
21
-
# Virtual machine serial console (preview)
21
+
# Virtual Machine Serial Console (preview)
22
22
23
23
24
-
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
+
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.
25
25
26
26
> [!Note]
27
27
> 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/)
@@ -36,7 +36,7 @@ The virtual machine serial console on Azure provides access to a text-based cons
36
36
* For settings specific to Linux distro, see [Accessing the serial console for Linux](#accessing-serial-console-for-linux)
37
37
38
38
39
-
## Open the serial console
39
+
## Open the Serial Console
40
40
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
41
41
42
42
1. Open the Azure portal
@@ -54,7 +54,7 @@ Serial console for virtual machines is only accessible via [Azure portal](https:
54
54
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.
55
55
56
56
### Subscription-level disable
57
-
Serial Console can be disabled for an entire subscription by through the [Disable Console REST API call](https://aka.ms/disableserialconsoleapi). You may use the "Try It" functionality available on the API Documentation page to disable and enable Serial Console for a subscription. Enter your `subscriptionId`, "default" in the `default` field, and click Run. Azure CLI commands are not yet available and will arrive at a later date. [Try the REST API call here](https://aka.ms/disableserialconsoleapi).
57
+
Serial console can be disabled for an entire subscription by through the [Disable Console REST API call](https://aka.ms/disableserialconsoleapi). You may use the "Try It" functionality available on the API Documentation page to disable and enable Serial Console for a subscription. Enter your `subscriptionId`, "default" in the `default` field, and click Run. Azure CLI commands are not yet available and will arrive at a later date. [Try the REST API call here](https://aka.ms/disableserialconsoleapi).
@@ -88,7 +88,7 @@ Alternatively, you may use the set of commands below in Cloud Shell (bash comman
88
88
### VM-level disable
89
89
Serial console can be disabled for specific VMs by disabling that VM's boot diagnostics setting. Simply turn off boot diagnostics from the Azure portal and serial console will be disabled for the VM.
90
90
91
-
## Serial console security
91
+
## Serial Console security
92
92
93
93
### Access security
94
94
Access to Serial console is limited to users who have [VM Contributors](../../role-based-access-control/built-in-roles.md#virtual-machine-contributor) or above access to the virtual machine. If your AAD tenant requires Multi-Factor Authentication then access to the serial console will also need MFA as its access is via [Azure portal](https://portal.azure.com).
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/serial-console.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ ms.date: 08/07/2018
17
17
ms.author: harijay
18
18
---
19
19
20
-
# Virtual machine serial console (preview)
20
+
# Virtual Machine Serial Console (preview)
21
21
22
22
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.
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
25
> [!Note]
26
26
> 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/)
@@ -34,7 +34,7 @@ The virtual machine serial console on Azure provides access to a text-based cons
34
34
* Virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled
35
35
* 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.
36
36
37
-
## Open the serial console
37
+
## Open the Serial Console
38
38
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
39
39
40
40
1. Open the Azure portal
@@ -82,7 +82,7 @@ Alternatively, you may use the set of commands below in Cloud Shell (bash comman
82
82
### VM-level disable
83
83
Serial console can be disabled for specific VMs by disabling that VM's boot diagnostics setting. Simply turn off boot diagnostics from the Azure portal and serial console will be disabled for the VM.
84
84
85
-
## Serial console security
85
+
## Serial Console security
86
86
87
87
### Access security
88
88
Access to Serial console is limited to users who have [VM Contributors](../../role-based-access-control/built-in-roles.md#virtual-machine-contributor) or above access to the virtual machine. If your AAD tenant requires Multi-Factor Authentication then access to the serial console will also need MFA as its access is via [Azure portal](https://portal.azure.com).
0 commit comments