Skip to content

Commit 56ea8e3

Browse files
committed
Fix Acrolinx issues
1 parent 9f72591 commit 56ea8e3

4 files changed

+15
-15
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Before you can add a trigger to a blank workflow, make sure that the workflow de
175175

176176
1. To save your work, on the designer toolbar, select **Save**.
177177

178-
When you save a workflow for the first time, and that workflow starts with a Request trigger, the Logic Apps service automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
178+
When you save a workflow for the first time, and that workflow starts with a Request trigger, Azure Logic Apps automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
179179

180180
### Add the Office 365 Outlook action
181181

@@ -267,7 +267,7 @@ To find the fully qualified domain names (FQDNs) for connections, follow these s
267267

268268
## Trigger the workflow
269269

270-
In this example, the workflow runs when the Request trigger receives an inbound request, which is sent to the URL for the endpoint that's created by the trigger. When you saved the workflow for the first time, the Logic Apps service automatically generated this URL. So, before you can send this request to trigger the workflow, you need to find this URL.
270+
In this example, the workflow runs when the Request trigger receives an inbound request, which is sent to the URL for the endpoint that's created by the trigger. When you saved the workflow for the first time, Azure Logic Apps automatically generated this URL. So, before you can send this request to trigger the workflow, you need to find this URL.
271271

272272
1. On the workflow designer, select the Request trigger that's named **When an HTTP request is received**.
273273

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -974,15 +974,15 @@ In Visual Studio Code, you can view all the deployed logic apps in your Azure su
974974

975975
Stopping a logic app affects workflow instances in the following ways:
976976

977-
* The Logic Apps service cancels all in-progress and pending runs immediately.
977+
* Azure Logic Apps cancels all in-progress and pending runs immediately.
978978

979-
* The Logic Apps service doesn't create or run new workflow instances.
979+
* Azure Logic Apps doesn't create or run new workflow instances.
980980

981981
* Triggers won't fire the next time that their conditions are met. However, trigger states remember the points where the logic app was stopped. So, if you restart the logic app, the triggers fire for all unprocessed items since the last run.
982982

983983
To stop a trigger from firing on unprocessed items since the last run, clear the trigger state before you restart the logic app:
984984

985-
1. In Visual Studio Code, on the left toolbar, select the Azure icon.
985+
1. In Visual Studio Code, on the left toolbar, select the Azure icon.
986986
1. In the **Azure: Logic Apps (Standard)** pane, expand your subscription, which shows all the deployed logic apps for that subscription.
987987
1. Expand your logic app, and then expand the node that's named **Workflows**.
988988
1. Open a workflow, and edit any part of that workflow's trigger.
@@ -996,9 +996,9 @@ Stopping a logic app affects workflow instances in the following ways:
996996

997997
Deleting a logic app affects workflow instances in the following ways:
998998

999-
* The Logic Apps service cancels in-progress and pending runs immediately, but doesn't run cleanup tasks on the storage used by the app.
999+
* Azure Logic Apps cancels in-progress and pending runs immediately, but doesn't run cleanup tasks on the storage used by the app.
10001000

1001-
* The Logic Apps service doesn't create or run new workflow instances.
1001+
* Azure Logic Apps doesn't create or run new workflow instances.
10021002

10031003
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. To refresh the metadata, you have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
10041004

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ You can manage logic apps using the [Azure portal](https://portal.azure.com) or
5757

5858
To stop the trigger from firing the next time when the trigger condition is met, disable your logic app. In the Azure portal, you can enable or disable a [single logic app](#disable-enable-single-logic-app) or [multiple logic apps at the same time](#disable-or-enable-multiple-logic-apps). Disabling a logic app affects workflow instances in the following ways:
5959

60-
* The Logic Apps services continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
60+
* Azure Logic Apps continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
6161

62-
* The Logic Apps service doesn't create or run new workflow instances.
62+
* Azure Logic Apps doesn't create or run new workflow instances.
6363

6464
* The trigger won't fire the next time that its conditions are met. However, the trigger state remembers the point at which the logic app was stopped. So, if you reactivate the logic app, the trigger fires for all the unprocessed items since the last run.
6565

@@ -113,11 +113,11 @@ To stop the trigger from firing the next time when the trigger condition is met,
113113

114114
You can delete a single logic app or multiple logic apps at the same time. Deleting a logic app affects workflow instances in the following ways:
115115

116-
* The Logic Apps service makes a best effort to cancel any in-progress and pending runs.
116+
* Azure Logic Apps makes a best effort to cancel any in-progress and pending runs.
117117

118118
Even with a large volume or backlog, most runs are canceled before they finish or start. However, the cancellation process might take time to complete. Meanwhile, some runs might get picked up for execution while the service works through the cancellation process.
119119

120-
* The Logic Apps service doesn't create or run new workflow instances.
120+
* Azure Logic Apps doesn't create or run new workflow instances.
121121

122122
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
123123

articles/logic-apps/manage-logic-apps-with-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ To check the status and diagnose problems with logic app runs, you can review th
248248

249249
To stop the trigger from firing the next time when the trigger condition is met, disable your logic app. Disabling a logic app affects workflow instances in the following ways:
250250

251-
* The Logic Apps service continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
251+
* Azure Logic Apps continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
252252

253-
* The Logic Apps service doesn't create or run new workflow instances.
253+
* Azure Logic Apps doesn't create or run new workflow instances.
254254

255255
* The trigger won't fire the next time that its conditions are met.
256256

@@ -287,11 +287,11 @@ In Cloud Explorer, open your logic app's shortcut menu, and select **Enable**.
287287

288288
Deleting a logic app affects workflow instances in following ways:
289289

290-
* The Logic Apps service makes a best effort to cancel any in-progress and pending runs.
290+
* Azure Logic Apps makes a best effort to cancel any in-progress and pending runs.
291291

292292
Even with a large volume or backlog, most runs are canceled before they finish or start. However, the cancellation process might take time to complete. Meanwhile, some runs might get picked up for execution while the runtime works through the cancellation process.
293293

294-
* The Logic Apps service doesn't create or run new workflow instances.
294+
* Azure Logic Apps doesn't create or run new workflow instances.
295295

296296
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
297297

0 commit comments

Comments
 (0)