Skip to content

Commit 869d6cd

Browse files
committed
Fixing line breaks for timeout
1 parent c33dc71 commit 869d6cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/functions-timeout-duration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following table shows the default and maximum values (in minutes) for specif
2020
| **[Premium plan](../articles/azure-functions/functions-premium-plan.md)** | 30<sup>3</sup> | Unlimited<sup>3</sup> |
2121
| **[Dedicated plan](../articles/azure-functions/dedicated-plan.md)** | 30<sup>4</sup> | Unlimited<sup>3</sup> |
2222

23-
<sup>1</sup> Regardless of the function app timeout setting, 230 seconds is the maximum amount of time that an HTTP triggered function can take to respond to a request. This is because of the [default idle timeout of Azure Load Balancer](../articles/app-service/faq-availability-performance-application-issues.yml#why-does-my-request-time-out-after-230-seconds-). For longer processing times, consider using the [Durable Functions async pattern](../articles/azure-functions/durable/durable-functions-overview.md#async-http) or [defer the actual work and return an immediate response](../articles/azure-functions/performance-reliability.md#avoid-long-running-functions).
24-
<sup>2</sup> In a Flex Consumption plan, the host doesn't enforce an execution time limit. However, there are currently no guarantees as the platform might need to terminate your instances during scale-in, deployments, or to apply updates.
25-
<sup>3</sup> The default timeout for version 1.x of the Functions runtime is _unlimited_.
23+
<sup>1</sup> Regardless of the function app timeout setting, 230 seconds is the maximum amount of time that an HTTP triggered function can take to respond to a request. This is because of the [default idle timeout of Azure Load Balancer](../articles/app-service/faq-availability-performance-application-issues.yml#why-does-my-request-time-out-after-230-seconds-). For longer processing times, consider using the [Durable Functions async pattern](../articles/azure-functions/durable/durable-functions-overview.md#async-http) or [defer the actual work and return an immediate response](../articles/azure-functions/performance-reliability.md#avoid-long-running-functions).<br>
24+
<sup>2</sup> In a Flex Consumption plan, the host doesn't enforce an execution time limit. However, there are currently no guarantees as the platform might need to terminate your instances during scale-in, deployments, or to apply updates.<br>
25+
<sup>3</sup> The default timeout for version 1.x of the Functions runtime is _unlimited_.<br>
2626
<sup>4</sup> Guaranteed for up to 60 minutes. [OS and runtime patching](../articles/app-service/overview-patch-os-runtime.md), vulnerability patching, and [scale in behaviors](../articles/azure-functions/event-driven-scaling.md#scale-in-behaviors) can still cancel function executions so [ensure to write robust functions](../articles/azure-functions/functions-best-practices.md#write-robust-functions).

0 commit comments

Comments
 (0)