Skip to content

Commit dc4c89f

Browse files
committed
Fix Acrolinx issues
1 parent 3b3143d commit dc4c89f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/logic-apps/deploy-single-tenant-logic-apps-private-storage-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ This deployment method requires temporary public access to your storage account.
6464

6565
1. On the logic app resource menu, under **Settings**, select **Environment variables**.
6666

67-
1. On the **App settings** tab, add the **WEBSITE_CONTENTOVERVNET** app setting, if none exist, and set the value to **1**.
67+
1. On the **App settings** tab, add the **WEBSITE_CONTENTOVERVNET** app setting, if none exists, and set the value to **1**.
6868

69-
1. If you use your own domain name server (DNS) with your virtual network, add the **WEBSITE_DNS_SERVER** app setting, if none exist, and set the value to the IP address for your DNS. If you have a secondary DNS, add another app setting named **WEBSITE_DNS_ALT_SERVER**, and set the value to the IP for your secondary DNS.
69+
1. If you use your own domain name server (DNS) with your virtual network, add the **WEBSITE_DNS_SERVER** app setting, if none exists, and set the value to the IP address for your DNS. If you have a secondary DNS, add another app setting named **WEBSITE_DNS_ALT_SERVER**, and set the value to the IP for your secondary DNS.
7070

7171
1. After you apply these app settings, you can remove public access from your storage account.
7272

articles/logic-apps/view-workflow-status-run-history.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
165165
| **Skipped** | ![Skipped icon][skipped-icon] | The action was skipped because its **runAfter** conditions weren't met, for example, a preceding action failed. Each action has a `runAfter` object where you can set up conditions that must be met before the current action can run. |
166166
| **Succeeded** | ![Succeeded icon][succeeded-icon] | The action succeeded. |
167167
| **Succeeded with retries** | ![Succeeded-with-retries-icon][succeeded-with-retries-icon] | The action succeeded but only after a single or multiple retries. To review the retry history, on the run history page, select that action so that you can view the inputs and outputs. |
168-
| **Timed out** | ![Timed-out icon][timed-out-icon] | The action stopped due to the time-out limit specified by that action's settings. |
168+
| **Timed out** | ![Timed-out icon][timed-out-icon] | The action stopped due to the time out limit specified by that action's settings. |
169169
| **Waiting** | ![Waiting icon][waiting-icon] | Applies to a webhook action that is waiting for an inbound request from a caller. |
170170

171171
[aborted-icon]: media/view-workflow-status-run-history/aborted.png
@@ -257,7 +257,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
257257
| **Skipped** | ![Skipped icon][skipped-icon] | The action was skipped because its **runAfter** conditions weren't met, for example, a preceding action failed. Each action has a `runAfter` object where you can set up conditions that must be met before the current action can run. |
258258
| **Succeeded** | ![Succeeded icon][succeeded-icon] | The action succeeded. |
259259
| **Succeeded with retries** | ![Succeeded-with-retries-icon][succeeded-with-retries-icon] | The action succeeded but only after a single or multiple retries. To review the retry history, on the run history page, select that action so that you can view the inputs and outputs. |
260-
| **Timed out** | ![Timed-out icon][timed-out-icon] | The action stopped due to the time-out limit specified by that action's settings. |
260+
| **Timed out** | ![Timed-out icon][timed-out-icon] | The action stopped due to the timeout limit specified by that action's settings. |
261261
| **Waiting** | ![Waiting icon][waiting-icon] | Applies to a webhook action that is waiting for an inbound request from a caller. |
262262

263263
[aborted-icon]: media/view-workflow-status-run-history/aborted.png
@@ -288,7 +288,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
288288
> are decrypted only when a user requests to view that data. You can
289289
> [hide inputs and outputs in the workflow run history](logic-apps-securing-a-logic-app.md#obfuscate)
290290
> or control user access to this information by using
291-
> [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md).
291+
> [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
292292
293293
---
294294

0 commit comments

Comments
 (0)