Skip to content

Commit 9594576

Browse files
Merge pull request #311040 from xuehongg/xuehongg1
Logic apps standard: Adding instruction for 'Always on' setting
2 parents c0350e1 + 2e64e15 commit 9594576

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,26 @@ This behavior can happen if the logic app resource isn't healthy, or typically,
133133

134134
### My workflow intermittently stops processing messages for hours but runs well most other times.
135135

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**.
137137

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.
139139

140-
1. On the logic app menu, under **Settings**, select **Configuration**.
140+
1. On the logic app sidebar, under **Settings**, select **Configuration**.
141141

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**.
143143

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**.
147145

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

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+
150156
## Related content
151157

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

0 commit comments

Comments
 (0)