Skip to content

Commit 09500d2

Browse files
authored
Fix formatting
1 parent 16e8129 commit 09500d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/logic-apps/monitor-health-standard-workflows.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After Health Check removes the unhealthy instance, the feature continues to ping
7272

7373
1. Under **Health probe path**, in the **Path** box, enter a valid URL path for your workflow, for example:
7474

75-
**`/api/{workflow-name}/triggers/{request-trigger-name}/invoke?api-version=2022-05-01`**
75+
**`/api/<workflow-name>/triggers/<request-trigger-name>/invoke?api-version=2022-05-01`**
7676

7777
1. Save your changes. On the toolbar, select **Save**.
7878

@@ -90,7 +90,7 @@ After Health Check removes the unhealthy instance, the feature continues to ping
9090
"extensions": {
9191
"workflow": {
9292
"settings": {
93-
"Workflows.HealthCheckWorkflowName" : "{workflow-name}"
93+
"Workflows.HealthCheckWorkflowName" : "<workflow-name>"
9494
}
9595
}
9696
}
@@ -152,8 +152,6 @@ If your Standard logic app uses the hosting option named **Workflow Service Plan
152152

153153
1. Under **App Scale out**, make sure that the **Always Ready Instances** value *isn't set* to **0**.
154154

155-
156-
157155
## Related content
158156

159157
- [Monitor and collect diagnostic data for workflows](monitor-workflows-collect-diagnostic-data.md)

0 commit comments

Comments
 (0)