Skip to content

Commit 1cbcb9a

Browse files
committed
fix caps inconsistencies
1 parent 7ec92b1 commit 1cbcb9a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For more information on Linux kernel configurations, including `unknown_nmi_pani
121121
- [Collecting crash logs](https://coreos.com/os/docs/latest/collecting-crash-logs.html)
122122

123123
## Next steps
124-
* The main serial console Linux documentation page is located [here](serial-console.md).
124+
* The main Serial Console Linux documentation page is located [here](serial-console.md).
125125
* Use Serial Console to boot into [GRUB and enter single user mode](serial-console-grub-single-user-mode.md)
126126
* The Serial Console is also available for [Windows](../windows/serial-console.md) VMs
127127
* Learn more about [boot diagnostics](boot-diagnostics.md)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ ms.date: 08/07/2018
1818
ms.author: harijay
1919
---
2020

21-
# Virtual machine serial console (preview)
21+
# Virtual Machine Serial Console (preview)
2222

2323

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.
2525

2626
> [!Note]
2727
> 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
3636
* For settings specific to Linux distro, see [Accessing the serial console for Linux](#accessing-serial-console-for-linux)
3737

3838

39-
## Open the serial console
39+
## Open the Serial Console
4040
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
4141

4242
1. Open the Azure portal
@@ -54,7 +54,7 @@ Serial console for virtual machines is only accessible via [Azure portal](https:
5454
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.
5555

5656
### 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).
5858

5959
![](../media/virtual-machines-serial-console/virtual-machine-serial-console-rest-api-try-it.png)
6060

@@ -88,7 +88,7 @@ Alternatively, you may use the set of commands below in Cloud Shell (bash comman
8888
### VM-level disable
8989
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.
9090
91-
## Serial console security
91+
## Serial Console security
9292
9393
### Access security
9494
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).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ ms.date: 08/07/2018
1717
ms.author: harijay
1818
---
1919

20-
# Virtual machine serial console (preview)
20+
# Virtual Machine Serial Console (preview)
2121

2222

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

2525
> [!Note]
2626
> 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
3434
* Virtual machine MUST have [boot diagnostics](boot-diagnostics.md) enabled
3535
* 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.
3636

37-
## Open the serial console
37+
## Open the Serial Console
3838
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
3939

4040
1. Open the Azure portal
@@ -82,7 +82,7 @@ Alternatively, you may use the set of commands below in Cloud Shell (bash comman
8282
### VM-level disable
8383
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.
8484
85-
## Serial console security
85+
## Serial Console security
8686
8787
### Access security
8888
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

Comments
 (0)