You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/monitor-health-standard-workflows.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,20 +133,26 @@ This behavior can happen if the logic app resource isn't healthy, or typically,
133
133
134
134
### My workflow intermittently stops processing messages for hours but runs well most other times.
135
135
136
-
If your Standard logic app uses the hosting option named **Workflow Service Plan** and isn't hosted in an App Service Environment, make sure that **Runtime Scale Monitoring** is turned on and that **Always Ready Instances** is set to at least **1**.
136
+
If your Standard logic app uses the hosting option named **Workflow Service Plan**, make sure that **Runtime Scale Monitoring** is turned on and that **Always Ready Instances** is set to at least **1**.
137
137
138
-
1. In the [Azure portal](https://portal.azure.com), find and open your logic app, if not already open.
138
+
1. In the [Azure portal](https://portal.azure.com), open your logic app.
139
139
140
-
1. On the logic app menu, under **Settings**, select **Configuration**.
140
+
1. On the logic app sidebar, under **Settings**, select **Configuration**.
141
141
142
-
1. On the **Workflow runtime settings** tab, next to **Runtime Scale Monitoring**, select **On**.
142
+
1. On the **Workflow runtime settings** tab, next to **Runtime Scale Monitoring**, select **On**, then select **Apply**.
143
143
144
-
1. On the **Configuration** page toolbar, select **Save**.
145
-
146
-
1. On the logic app menu, under **Settings**, select **Scale out (App Service plan)**.
144
+
1. On the logic app sidebar, under **App Service plan**, select **Scale out**.
147
145
148
146
1. Under **App Scale out**, make sure that the **Always Ready Instances** value *isn't set* to **0**.
149
147
148
+
If your Standard logic app is hosted in App Service Environment, make sure that **Always on** is turned on.
149
+
150
+
1. In the [Azure portal](https://portal.azure.com), find and open your logic app.
151
+
152
+
1. On the logic app sidebar, under **Settings**, select **Configuration**.
153
+
154
+
1. On the **General settings** tab, select **Always on** to turn on, then select **Apply**.
155
+
150
156
## Related content
151
157
152
158
- [Monitor and collect diagnostic data for workflows](monitor-workflows-collect-diagnostic-data.md)
0 commit comments