Skip to content

Commit c3d7fdb

Browse files
author
ecfan
committed
Fix consistency issues
1 parent 76bb388 commit c3d7fdb

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

articles/logic-apps/manage-logic-apps-with-azure-portal.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ Deployed Consumption and Standard logic apps have different ways to disable and
133133

134134
#### Considerations for disabling a deployed Consumption logic app
135135

136-
Stopping a Consumption logic app affects all workflow instances in the following ways:
136+
Disabling a Consumption logic app affects all workflow instances in the following ways:
137137

138138
* Azure Logic Apps continues all in-progress and pending workflow instances until they finish running. Based on the volume or backlog, this process might take time to complete.
139139

140140
* Azure Logic Apps doesn't create or run new workflow instances.
141141

142-
* You can resubmit workflow runs while the logic app is stopped.
142+
* You can resubmit workflow runs while the logic app is disabled.
143143

144-
* The workflow trigger doesn't fire while the logic app is stopped. However, the trigger state remembers the point where you stopped the logic app. When you restart the logic app, the trigger fires for all unprocessed items since the last workflow run.
144+
* The workflow trigger doesn't fire while the logic app is disabled. However, the trigger state remembers the point where you disabled the logic app. When you restart the logic app, the trigger fires for all unprocessed items since the last workflow run.
145145

146146
To stop the trigger from firing on all unprocessed items since the last workflow run, you must [clear the trigger state](#post-stoppage).
147147

@@ -172,28 +172,28 @@ You can stop, start, or restart a Standard logic app, which affects all workflow
172172

173173
Stopping a Standard logic app versus disabling a child workflow have different effects, so review the following considerations before you continue:
174174

175-
- [Considerations for stopping Standard logic apps](#considerations-stop-standard-logic-apps)
175+
- [Considerations for disabling Standard logic apps](#considerations-stop-standard-logic-apps)
176176
- [Considerations for disabling a Standard workflow](#considerations-disable-enable-standard-workflows)
177177

178178
<a name="considerations-stop-standard-logic-apps"></a>
179179

180-
#### Considerations for stopping Standard logic apps
180+
#### Considerations for disabling Standard logic apps
181181

182-
Stopping a Standard logic app affects all its workflow instances in the following ways:
182+
Disabling a Standard logic app affects all its workflow instances in the following ways:
183183

184184
* Azure Logic Apps immediately cancels all in-progress and pending workflow runs.
185185

186186
* Azure Logic Apps doesn't create or run new workflow instances.
187187

188-
* You can resubmit workflow runs while the logic app is stopped.
188+
* You can resubmit workflow runs while the logic app is disabled.
189189

190-
* Workflow triggers don't fire while the logic app is stopped. However, the trigger states remember the point where you stopped the logic app. When you restart the logic app, the triggers fire for all unprocessed items since the last time that the corresponding workflows ran.
190+
* Workflow triggers don't fire while the logic app is disabled. However, the trigger states remember the point where you disabled the logic app. When you re-enable the logic app, the triggers fire for all unprocessed items since the last time that the corresponding workflows ran.
191191

192192
To stop the triggers from firing on all unprocessed items since the last time that the workflows ran, you must [clear the trigger state for each workflow](#post-stoppage).
193193

194194
<a name="disable-enable-standard-logic-apps"></a>
195195

196-
#### Disable or enable a deployed Standard logic app
196+
#### Disable or enable deployed Standard logic apps
197197

198198
You can disable or enable one or multiple Standard logic apps at the same time.
199199

@@ -214,7 +214,7 @@ You can disable or enable one or multiple Standard logic apps at the same time.
214214

215215
<a name="restart-standard-logic-app"></a>
216216

217-
#### Restart a deployed Standard logic app without stopping
217+
#### Restart a deployed Standard logic app without disabling
218218

219219
You can restart a single Standard logic app at any time.
220220

@@ -228,7 +228,7 @@ You can restart a single Standard logic app at any time.
228228

229229
<a name="considerations-disable-enable-standard-workflows"></a>
230230

231-
#### Considerations for disabling a Standard workflow
231+
#### Considerations for disabling Standard workflows
232232

233233
Disabling a workflow affects all its workflow instances in the following ways:
234234

@@ -255,19 +255,16 @@ Disabling a workflow affects all its workflow instances in the following ways:
255255

256256
* You can resubmit workflow runs while the workflow is disabled.
257257

258-
* The workflow trigger doesn't fire while the logic app is stopped or the workflow is disabled. However, the trigger state remembers the point where you disabled the workflow. When you restart the logic app or re-enable the workflow, the trigger fires for all unprocessed items since the last workflow run.
258+
* The workflow trigger doesn't fire while the logic app or workflow is disabled. However, the trigger state remembers the point where you disabled the workflow. When you restart the logic app or enable the workflow, the trigger fires for all unprocessed items since the last workflow run.
259259

260260
To stop the trigger from firing on all unprocessed items since the last workflow run, you must [clear the trigger state](#post-stoppage).
261261

262262
<a name="disable-enable-standard-workflows"></a>
263263

264264
#### Disable or enable Standard workflows
265265

266-
#### Disable or enable a Standard workflow
267-
268266
To stop the trigger from firing the next time when the trigger condition is met, disable your workflow. You can disable or enable one or multiple Standard logic apps at the same time.
269267

270-
271268
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
272269

273270
1. On the logic app menu, under **Workflows**, select **Workflows**.
@@ -487,7 +484,7 @@ To recover a deleted Standard logic app that uses the **Workflow Service Plan**
487484

488485
1. In the [Azure portal](https://portal.azure.com), create a new Standard logic app resource with the same hosting option and pricing tier. You can use either a new name or reuse the name from the deleted logic app.
489486

490-
1. Before you continue, [stop the new logic app](#disable-or-enable-a-deployed-standard-logic-app).
487+
1. Before you continue, [disable the new logic app](#disable-enable-standard-logic-apps).
491488

492489
1. On the logic app menu, under **Settings**, select **Environment variables**. On the **App settings** tab, update the following values. Make sure to save your changes when you finish.
493490

0 commit comments

Comments
 (0)