Skip to content

Commit 08941cf

Browse files
committed
adding a performance FAQ
1 parent e5dde5b commit 08941cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-diagnosing-failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ There are scheduling overheads in running these actions. There could be waiting
140140

141141
*Logic App Consumption is a multitenant platform, and other customers' workload may negatively affect your logic app performance.
142142

143-
*If you want more predictable performance, you may consider [Integration Service Evironment (ISE)](./connect-virtual-network-vnet-isolated-environment-overview) or [Logic App Standard](./single-tenant-overview-compare). With ISE and Logic App Standard, you have the control to scale up or scale out to improve the performance.
143+
*If you want more predictable performance, you may consider [Integration Service Evironment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview) or [Logic App Standard](../logic-apps/single-tenant-overview-compare). With ISE and Logic App Standard, you have the control to scale up or scale out to improve the performance.
144144

145145
1. **My action is timing out after 2 minutes. How can I increase the timeout value?**
146146

147-
The action timeout value cannot be changed and it is fixed as 2 minutes. If the action is a HTTP action and you own the service, you have the option to change the service to use aynchronous pattern to avoid the two-minute timeout: [Perform long-running tasks with the polling action pattern](./logic-apps-create-api-app#perform-long-running-tasks-with-the-polling-action-pattern).
147+
The action timeout value cannot be changed and it is fixed as 2 minutes. If the action is a HTTP action and you own the service, you have the option to change the service to use aynchronous pattern to avoid the two-minute timeout: [Perform long-running tasks with the polling action pattern](../logic-apps/logic-apps-create-api-app#perform-long-running-tasks-with-the-polling-action-pattern).
148148

149149
## Common problems - Standard logic apps
150150

0 commit comments

Comments
 (0)