Skip to content

Commit db26a08

Browse files
authored
Fix typos
1 parent b9de4c6 commit db26a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ To learn more about how scaling works, see [Event-driven scaling in Azure Functi
143143

144144
## Longer run duration
145145

146-
Azure Functions in a Consumption plan are limited to 10 minutes for a single execution. In the Premium plan, the run duration defaults to 30 minutes to prevent runaway executions. However, you can [modify the host.json configuration](./functions-host-json.md#functiontimeout) to make the duration unbounded for Premium plan apps. Your function executions can have an unbounded duration, with the following exceptions:
146+
Functions in a Consumption plan are limited to 10 minutes for a single execution. In the Premium plan, the run duration defaults to 30 minutes to prevent runaway executions. However, you can [modify the host.json configuration](./functions-host-json.md#functiontimeout) to make the duration unbounded for Premium plan apps. Your function executions can have an unbounded duration, with the following exceptions:
147147

148148
+ Platform upgrades can trigger a managed shutdown and halt the function execution.
149149
+ Platform outages can cause an unhandled shutdown and halt the function execution.
150150
+ There's an idle timer that stops the worker after 60 minutes with no new executions.
151151
+ [Scale-in behavior](event-driven-scaling.md#scale-in-behaviors) can cause worker shutdown after 60 minutes.
152-
+ [Slot swaps](functions-deployment-slots.md) can terminate executions on the source and target slots during the swap
152+
+ [Slot swaps](functions-deployment-slots.md) can terminate executions on the source and target slots during the swap.
153153

154154
## Migration
155155

0 commit comments

Comments
 (0)