Skip to content

Commit 1ef69e8

Browse files
author
ecfan
committed
Formatting fixes
1 parent 78ef08c commit 1ef69e8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Both of the following settings are used to manually stop and immediately delete
162162

163163
> [!NOTE]
164164
>
165-
> Use these settings with caution and only in preproduction environments, such as load
165+
> Use these settings with caution and only in non-production environments, such as load
166166
> or performance test environments, as you can't undo or recover from these operations.
167167
168168
| Setting | Default value | Description |
@@ -172,8 +172,10 @@ Both of the following settings are used to manually stop and immediately delete
172172

173173
The following example shows the syntax for these settings where each workflow ID is followed by a colon (**:**) and separated by a semicolon (**;**):
174174

175-
`"Jobs.CleanupJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2:",`
176-
`"Jobs.SuspendedJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2>:"`
175+
```json
176+
"Jobs.CleanupJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2:",
177+
"Jobs.SuspendedJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2>:"
178+
```
177179

178180
<a name="recurrence-triggers"></a>
179181

0 commit comments

Comments
 (0)