Skip to content

Commit c5c0ade

Browse files
committed
fix formatting
1 parent a4c4778 commit c5c0ade

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,14 @@ From the SysRq Admin Guide above:
8383
For distribution-specific documentation on SysRq and steps to configure Linux to create a crash dump when it receives a SysRq "Crash" command, see the links below:
8484
#### Ubuntu ####
8585
- [Kernel Crash Dump](https://help.ubuntu.com/lts/serverguide/kernel-crash-dump.html)
86+
8687
#### Red Hat ####
8788
- [What is the SysRq Facility and how do I use it?](https://access.redhat.com/articles/231663)
8889
- [How to use the SysRq facility to collect information from a RHEL server](https://access.redhat.com/solutions/2023)
90+
8991
#### SUSE ####
9092
- [Configure kernel core dump capture](https://www.suse.com/support/kb/doc/?id=3374462)
93+
9194
#### CoreOS ####
9295
- [Collecting crash logs](https://coreos.com/os/docs/latest/collecting-crash-logs.html)
9396

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Alternatively, you may use the set of commands below in Cloud Shell (bash comman
6666
$ curl "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01" -H "Authorization: Bearer $ACCESSTOKEN" -H "Content-Type: application/json" -H "Accept: application/json" -s | jq .properties
6767
```
6868
* To disable serial console for a subscription:
69-
```azurecli-interactive
69+
```azurecli-interactive
7070
$ export ACCESSTOKEN=($(az account get-access-token --output=json | jq .accessToken | tr -d '"'))
7171
7272
$ export SUBSCRIPTION_ID=$(az account show --output=json | jq .id -r)

0 commit comments

Comments
 (0)