Skip to content

Commit 45e1710

Browse files
Final fixes.
1 parent 924184a commit 45e1710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following distributions and versions include only Azure-endorsed Linux vendo
4646
- CentOS 8, 7, 6.5+
4747
- Oracle Linux 7, 6.4+
4848
- OpenSUSE 13.1+
49-
- SUSE Linux Enterprise Server 12
49+
- SUSE Linux Enterprise Server 12 SP5
5050
- Debian 9, 8, 7
5151
- Red Hat Enterprise Linux (RHEL) 7.9
5252
- Alma Linux 8
@@ -68,7 +68,7 @@ To install Python 2, run one of the following sample commands:
6868
- Ubuntu, Debian: `apt-get install -y python2`
6969
- SUSE: `zypper install -y python2`
7070

71-
The `python2` executable file must be aliased to *python*.
71+
The `python2` executable file must be aliased to `python`.
7272

7373
1. Run the following command to remove any existing aliases.
7474

@@ -553,7 +553,7 @@ The Azure Monitor Metrics feature of the Azure portal uses the data in this tabl
553553
- `WADMetrics`
554554
- The `"scheduledTransferPeriod"` for the aggregated values stored in the table
555555
- `P10DV2S`
556-
- A date, in the form "YYYYMMDD", which changes every 10 days
556+
- A date, in the form *YYYYMMDD*, which changes every 10 days
557557

558558
Examples include `WADMetricsPT1HP10DV2S20170410` and `WADMetricsPT1MP10DV2S20170609`.
559559

@@ -585,7 +585,7 @@ When you specify `syslogEvents`, LAD always writes data to a table in Azure Stor
585585
The partitioning behavior for this table is the same as described for `performanceCounters`. The table name is the concatenation of these strings:
586586

587587
- `LinuxSyslog`
588-
- A date, in the form "YYYYMMDD", which changes every 10 days
588+
- A date, in the form *YYYYMMDD*, which changes every 10 days
589589

590590
Examples include `LinuxSyslog20170410` and `LinuxSyslog20170609`.
591591

0 commit comments

Comments
 (0)