Skip to content

Commit b9389ee

Browse files
committed
[SCOPED] Fence blocks need descriptive text in numbered lists
1 parent da0c62f commit b9389ee

File tree

5 files changed

+19
-26
lines changed

5 files changed

+19
-26
lines changed

articles/automation/automation-linux-hrw-install.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,13 @@ sudo python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/
229229

230230
## <a name="remove-linux-hybrid-runbook-worker"></a>Remove the Hybrid Runbook Worker
231231

232-
Run the following commands as root on the agent-based Linux Hybrid Worker:
232+
1. Run the following commands as root on the agent-based Linux Hybrid Worker:
233233

234-
1. ```bash
235-
sudo bash
234+
```bash
235+
sudo bash
236+
rm -r /home/nxautomation
236237
```
237238

238-
1. ```bash
239-
rm -r /home/nxautomation
240-
```
241239
1. Under **Process Automation**, select **Hybrid worker groups** and then your hybrid worker group to go to the **Hybrid Worker Group** page.
242240
1. Under **Hybrid worker group**, select **Hybrid Workers**.
243241
1. Select the checkbox next to the machine(s) you want to delete from the hybrid worker group.

articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -914,15 +914,13 @@ New-AzConnectedMachineExtension -ResourceGroupName <VMResourceGroupName> -Locati
914914
915915
#### [Linux Hybrid Worker](#tab/lin-hrw)
916916

917-
Run the following commands on agent-based Linux Hybrid Worker:
917+
1. Run the following commands on agent-based Linux Hybrid Worker:
918918

919-
1. ```bash
920-
sudo bash
919+
```bash
920+
sudo bash
921+
rm -r /home/nxautomation
921922
```
922923

923-
1. ```bash
924-
rm -r /home/nxautomation
925-
```
926924
1. Under **Process Automation**, select **Hybrid worker groups** and then your hybrid worker group to go to the **Hybrid Worker Group** page.
927925
1. Under **Hybrid worker group**, select **Hybrid Workers**.
928926
1. Select the checkbox next to the machine(s) you want to delete from the hybrid worker group.

articles/backup/backup-dpm-automation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@ Set-DPMPolicySchedule -ProtectionGroup $MPG -Schedule $onlineSch[3] -TimesOfDay
319319
Set-DPMProtectionGroup -ProtectionGroup $MPG
320320
```
321321

322-
In the example above, ```$onlineSch``` is an array with four elements that contains the existing online protection schedule for the Protection Group in the GFS scheme:
322+
In the example above, `$onlineSch` is an array with four elements that contains the existing online protection schedule for the Protection Group in the GFS scheme:
323323

324-
1. ```$onlineSch[0]``` contains the daily schedule
325-
2. ```$onlineSch[1]``` contains the weekly schedule
326-
3. ```$onlineSch[2]``` contains the monthly schedule
327-
4. ```$onlineSch[3]``` contains the yearly schedule
324+
1. `$onlineSch[0]` contains the daily schedule
325+
2. `$onlineSch[1]` contains the weekly schedule
326+
3. `$onlineSch[2]` contains the monthly schedule
327+
4. `$onlineSch[3]` contains the yearly schedule
328328

329329
So if you need to modify the weekly schedule, you need to refer to the ```$onlineSch[1]```.
330330

articles/data-factory/tutorial-data-flow-delta-lake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You will generate two data flows in this tutorial. The first data flow is a simp
104104

105105
:::image type="content" source="media/data-flow/data-flow-tutorial-2.png" alt-text="Derived column":::
106106

107-
1. ```Update, insert, delete, and upsert``` policies are created in the alter Row transform. Add an alter row transformation after your derived column.
107+
1. `Update, insert, delete, and upsert` policies are created in the alter Row transform. Add an alter row transformation after your derived column.
108108
1. Your alter row policies should look like this.
109109

110110
:::image type="content" source="media/data-flow/data-flow-tutorial-3.png" alt-text="Alter row":::

articles/hdinsight-aks/flink/hive-dialect-flink.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ The reason for this issue arises due to an open [Hive Jira](https://issues.apach
3434
1. Download the following jar in `webssh` pod and add it under the /opt/flink-webssh/lib wget https://aka.ms/hdiflinkhivejdk11jar.
3535
(The above hive jar has the fix [https://issues.apache.org/jira/browse/HIVE-27508](https://issues.apache.org/jira/browse/HIVE-27508))
3636

37-
1. ```
38-
mv /opt/flink-webssh/lib/flink-table-planner-loader-1.17.0-*.*.*.*.jar /opt/flink-webssh/opt/
39-
```
40-
41-
1. ```
42-
mv /opt/flink-webssh/opt/flink-table-planner_2.12-1.17.0-*.*.*.*.jar /opt/flink-webssh/lib/
43-
```
37+
```console
38+
mv /opt/flink-webssh/lib/flink-table-planner-loader-1.17.0-*.*.*.*.jar /opt/flink-webssh/opt/
39+
mv /opt/flink-webssh/opt/flink-table-planner_2.12-1.17.0-*.*.*.*.jar /opt/flink-webssh/lib/
40+
```
4441

4542
1. Add the following keys in the `flink` configuration management under core-site.xml section:
46-
```
43+
```console
4744
fs.azure.account.key.<STORAGE>.dfs.core.windows.net: <KEY>
4845
flink.hadoop.fs.azure.account.key.<STORAGE>.dfs.core.windows.net: <KEY>
4946
```

0 commit comments

Comments
 (0)