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/deploy-single-tenant-logic-apps-private-storage-account.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ This deployment method requires temporary public access to your storage account.
64
64
65
65
1. On the logic app resource menu, under **Settings**, select **Environment variables**.
66
66
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**.
68
68
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.
70
70
71
71
1. After you apply these app settings, you can remove public access from your storage account.
Copy file name to clipboardExpand all lines: articles/logic-apps/view-workflow-status-run-history.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Each time that a trigger successfully fires, Azure Logic Apps creates a workflow
165
165
|**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. |
166
166
|**Succeeded**|![Succeeded icon][succeeded-icon]| The action succeeded. |
167
167
|**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 timeout limit specified by that action's settings. |
169
169
|**Waiting**|![Waiting icon][waiting-icon]| Applies to a webhook action that is waiting for an inbound request from a caller. |
@@ -257,7 +257,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
257
257
|**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. |
258
258
|**Succeeded**|![Succeeded icon][succeeded-icon]| The action succeeded. |
259
259
|**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. |
261
261
|**Waiting**|![Waiting icon][waiting-icon]| Applies to a webhook action that is waiting for an inbound request from a caller. |
0 commit comments