Skip to content

Commit b18f822

Browse files
Merge pull request #287537 from im-samz/deployment-docs-refresh
Functions deployment docs refresh
2 parents dd907c0 + f2c88ed commit b18f822

File tree

5 files changed

+146
-85
lines changed

5 files changed

+146
-85
lines changed

articles/azure-functions/functions-container-apps-hosting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ Keep in mind the following considerations when deploying your function app conta
110110
## Next steps
111111

112112
+ [Hosting and scale](./functions-scale.md)
113+
+ [Create your first containerized functions on Container Apps](./functions-deploy-container-apps.md)

articles/azure-functions/functions-deployment-slots.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ ms.date: 02/27/2024
66
---
77
# Azure Functions deployment slots
88

9-
Azure Functions deployment slots allow your function app to run different instances called _slots_. Slots are different environments exposed via a publicly available endpoint. One app instance is always mapped to the production slot, and you can swap instances assigned to a slot on demand. Function apps running in a [Consumption plan](./consumption-plan.md) have a single extra slot for staging. You can obtain more staging slots by running your app in a [Premium plan](./functions-premium-plan.md) or [Dedicated (App Service) plan](./dedicated-plan.md). For more information, see [Service limits](./functions-scale.md#service-limits).
9+
Azure Functions deployment slots allow your function app to run different instances called _slots_. Slots are different environments exposed via a publicly available endpoint. One app instance is always mapped to the production slot, and you can swap instances assigned to a slot on demand.
10+
11+
The number of available slots depends on your specific hosting option:
12+
13+
| Hosting option | Slots (including production) |
14+
| ---- | ---- |
15+
| [Consumption plan](consumption-plan.md) | 2 |
16+
| [Flex Consumption plan](flex-consumption-plan.md) | Not currently supported |
17+
| [Premium plan](functions-premium-plan.md) | 3 |
18+
| [Dedicated (App Service) plan](dedicated-plan.md) | [1-20](../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits) |
19+
| [Container Apps](functions-container-apps-hosting.md) | Uses [Revisions](../container-apps/revisions.md) |
20+
1021

1122
The following reflect how functions are affected by swapping slots:
1223

0 commit comments

Comments
 (0)