Skip to content

Commit 7e66455

Browse files
authored
Merge pull request #298287 from ecfan/patch-2
Update with clearer step to enable health check
2 parents 6ed219c + 09500d2 commit 7e66455

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed
12.6 KB
Loading

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

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Monitor Standard workflows with Health Check
33
description: Set up Health Check to monitor health for Standard workflows in Azure Logic Apps.
4-
services: azure-logic-apps
4+
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 11/17/2024
8+
ms.date: 04/15/2025
99
# Customer intent: As a developer, I want to monitor the health for my Standard logic app workflows in single-tenant Azure Logic Apps by setting up Health Check, which is an Azure App Service feature.
1010
---
1111

@@ -14,6 +14,7 @@ ms.date: 11/17/2024
1414
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1515

1616
> [!NOTE]
17+
>
1718
> This capability is in preview and is subject to the
1819
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1920
@@ -65,21 +66,13 @@ After Health Check removes the unhealthy instance, the feature continues to ping
6566

6667
1. In the [Azure portal](https://portal.azure.com), go to your Standard logic app resource.
6768

68-
1. On the logic app menu, select **Diagnose and solve problems**.
69-
70-
1. On the **Diagnose and solve problems** page, in the search box, find and select **Health Check feature**.
71-
72-
:::image type="content" source="media/monitor-health-standard-workflows/health-check.png" alt-text="Screenshot shows Azure portal, page for Diagnose and solve problems, search box with health check entered, and selected option for Health Check feature." lightbox="media/monitor-health-standard-workflows/health-check.png":::
73-
74-
1. In the **Health Check feature** section, select **View Solution**.
69+
1. On the logic app menu, under Monitoring**, select **Health check**. On the **Health check** page, on the **Health check** tab, select **Enable**.
7570

76-
1. On the pane that opens, select **Configure and enable health check feature**.
77-
78-
1. On the **Health check** tab, next to **Health check**, select **Enable**.
71+
:::image type="content" source="media/monitor-health-standard-workflows/health-check.png" alt-text="Screenshot shows Azure portal, page for Health check, and selected option for Enable." lightbox="media/monitor-health-standard-workflows/health-check.png":::
7972

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

82-
**`/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`**
8376

8477
1. Save your changes. On the toolbar, select **Save**.
8578

@@ -97,7 +90,7 @@ After Health Check removes the unhealthy instance, the feature continues to ping
9790
"extensions": {
9891
"workflow": {
9992
"settings": {
100-
"Workflows.HealthCheckWorkflowName" : "{workflow-name}"
93+
"Workflows.HealthCheckWorkflowName" : "<workflow-name>"
10194
}
10295
}
10396
}
@@ -159,8 +152,6 @@ If your Standard logic app uses the hosting option named **Workflow Service Plan
159152

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

162-
163-
164155
## Related content
165156

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

0 commit comments

Comments
 (0)