Skip to content

Commit c592102

Browse files
committed
trivial change to kick off another build
1 parent 65f7a44 commit c592102

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

articles/virtual-machines/linux/rhel-images.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,19 @@ The following offers are SKUs are currently available for general use:
112112

113113
Offer| SKU | Partitioning | Provisioning | Notes
114114
:----|:----|:-------------|:-------------|:-----
115-
RHEL | 7-RAW | RAW | Linux Agent | RHEL 7 family of images. <br> Not attached to EUS repositories by default.
116-
| | 7-LVM | LVM | Linux Agent | RHEL 7 family of images. <br> Not attached to EUS repositories by default.
117-
| | 7-RAW-CI | RAW-CI | Cloud-init | RHEL 7 family of images. <br> Not attached to EUS repositories by default.
118-
| | 6.7 | RAW | Linux Agent | RHEL 6.7 images, old naming convention
119-
| | 6.8 | RAW | Linux Agent | Same as above for RHEL 6.8
120-
| | 6.9 | RAW | Linux Agent | Same as above for RHEL 6.9
121-
| | 6.10 | RAW | Linux Agent | Same as above for RHEL 6.10
122-
| | 7.2 | RAW | Linux Agent | Same as above for RHEL 7.2
123-
| | 7.3 | RAW | Linux Agent | Same as above for RHEL 7.3
124-
| | 7.4 | RAW | Linux Agent | Same as above for RHEL 7.4. <br> Attached to EUS repositories by default as of April 2019
125-
| | 7.5 | RAW | Linux Agent | Same as above for RHEL 7.5. <br> Attached to EUS repositories by default as of June 2019
126-
| | 7.6 | RAW | Linux Agent | Same as above for RHEL 7.6. <br> Attached to EUS repositories by default as of May 2019
115+
RHEL | 7-RAW | RAW | Linux Agent | RHEL 7.x family of images. <br> Not attached to EUS repositories by default.
116+
| | 7-LVM | LVM | Linux Agent | RHEL 7.x family of images. <br> Not attached to EUS repositories by default.
117+
| | 7-RAW-CI | RAW-CI | Cloud-init | RHEL 7.x family of images. <br> Not attached to EUS repositories by default.
118+
| | 6.7 | RAW | Linux Agent |
119+
| | 6.8 | RAW | Linux Agent |
120+
| | 6.9 | RAW | Linux Agent |
121+
| | 6.10 | RAW | Linux Agent |
122+
| | 7.2 | RAW | Linux Agent |
123+
| | 7.3 | RAW | Linux Agent |
124+
| | 7.4 | RAW | Linux Agent | Attached to EUS repositories by default as of April 2019.
125+
| | 7.5 | RAW | Linux Agent | Attached to EUS repositories by default as of June 2019.
126+
| | 7.6 | RAW | Linux Agent | Attached to EUS repositories by default as of May 2019.
127+
| | 7.7 | LVM | Linux Agent | Attached to EUS repositories by default.
127128
RHEL-SAP | 7.4 | LVM | Linux Agent | RHEL 7.4 for SAP HANA and Business Apps
128129
| | 7.5 | LVM | Linux Agent | RHEL 7.5 for SAP HANA and Business Apps
129130
RHEL-SAP-HANA | 6.7 | RAW | Linux Agent | RHEL 6.7 for SAP HANA

articles/virtual-machines/troubleshooting/serial-console-enable-disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Just like any other resource, the Azure Serial Console can be enabled and disabl
2424
You can also disable serial console for an individual VM or virtual machine scale set instance by disabling boot diagnostics. You will require contributor level access or above on both the VM/virtual machine scale set and your boot diagnostics storage account.
2525

2626
## VM-level disable
27-
The serial console can be disabled for a specific VM or virtual machine scale set by disabling the boot diagnostics setting. Turn off boot diagnostics from the Azure portal to disable the serial console for the VM or the virtual machine scale set. If you are using serial console on a virtual machine scale set, ensure you upgrade your virtual machine scale set instances to the latest model.
27+
The serial console can be disabled for a specific VM or virtual machine scale set by disabling the boot diagnostics setting. Turn off boot diagnostics from the Azure Portal to disable the serial console for the VM or the virtual machine scale set. If you are using serial console on a virtual machine scale set, ensure you upgrade your virtual machine scale set instances to the latest model.
2828

2929

3030
## Subscription-level disable

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For serial console documentation for Linux, see [Azure Serial Console for Linux]
4747
> If you are not seeing anything in the serial console, make sure that boot diagnostics is enabled on your VM or virtual machine scale set.
4848
4949
### Enable the serial console in custom or older images
50-
Newer Windows Server images on Azure 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 isn't available on client versions (for example, Windows 10, Windows 8, or Windows 7).
50+
Newer Windows Server images on Azure have [Special Administration Console](https://technet.microsoft.com/library/cc787940(v=ws.10).aspx) (SAC) enabled by default. SAC is supported on server versions of Windows but isn't available on client versions (for example, Windows 10, Windows 8, or Windows 7).
5151

5252
For older Windows Server images (created before February 2018), you can automatically enable the serial console through the Azure portal's run command feature. In the Azure portal, select **Run command**, then select the command named **EnableEMS** from the list.
5353

@@ -181,7 +181,7 @@ We're aware of some issues with the serial console and the VM's operating system
181181
Issue | Mitigation
182182
:---------------------------------|:--------------------------------------------|
183183
Pressing **Enter** after the connection banner does not cause a sign-in prompt to be displayed. | For more information, see [Hitting enter does nothing](https://github.com/Microsoft/azserialconsole/blob/master/Known_Issues/Hitting_enter_does_nothing.md). This error can occur if you're running a custom VM, hardened appliance, or boot config that causes Windows to fail to properly connect to the serial port. This error will also occur if you're running a Windows 10 VM, because only Windows Server VMs are configured to have EMS enabled.
184-
Only health information is shown when connecting to a Windows VM| This error occurs if the Special Administrative Console has not been enabled for your Windows image. See [Enable the serial console in custom or older images](#enable-the-serial-console-in-custom-or-older-images) for instructions on how to manually enable SAC on your Windows VM. For more information, see [Windows health signals](https://github.com/Microsoft/azserialconsole/blob/master/Known_Issues/Windows_Health_Info.md).
184+
Only health information is shown when connecting to a Windows VM| This error occurs if the Special Administration Console has not been enabled for your Windows image. See [Enable the serial console in custom or older images](#enable-the-serial-console-in-custom-or-older-images) for instructions on how to manually enable SAC on your Windows VM. For more information, see [Windows health signals](https://github.com/Microsoft/azserialconsole/blob/master/Known_Issues/Windows_Health_Info.md).
185185
Unable to type at SAC prompt if kernel debugging is enabled. | RDP to VM and run `bcdedit /debug {current} off` from an elevated command prompt. If you can't RDP, you can instead attach the OS disk to another Azure VM and modify it while attached as a data disk by running `bcdedit /store <drive letter of data disk>:\boot\bcd /debug <identifier> off`, then swapping the disk back.
186186
Pasting into PowerShell in SAC results in a third character if the original content had a repeating character. | For a workaround, run `Remove-Module PSReadLine` to unload the PSReadLine module from the current session. This action will not delete or uninstall the module.
187187
Some keyboard inputs produce strange SAC output (for example, **[A**, **[3~**). | [VT100](https://aka.ms/vtsequences) escape sequences aren't supported by the SAC prompt.

0 commit comments

Comments
 (0)