Skip to content

Commit 91555d4

Browse files
authored
Merge pull request #190324 from ggailey777/patch-1
Add slot limits for Functions
2 parents 6fe2cb4 + 0f3b491 commit 91555d4

File tree

2 files changed

+11
-25
lines changed

2 files changed

+11
-25
lines changed

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

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Azure Functions deployment slots
33
description: Learn to create and use deployment slots with Azure Functions
4-
author: craigshoemaker
4+
author: ggailey777
55
ms.topic: conceptual
6-
ms.date: 04/15/2020
7-
ms.author: cshoe
6+
ms.date: 03/02/2022
7+
ms.author: glenga
88
---
99
# Azure Functions deployment slots
1010

@@ -200,29 +200,13 @@ Use the following steps to change a slot's App Service plan:
200200

201201
1. Select **OK**.
202202

203-
## Limitations
203+
## Considerations
204204

205-
Azure Functions deployment slots have the following limitations:
205+
Azure Functions deployment slots have the following considerations:
206206

207-
- The number of slots available to an app depends on the plan. The Consumption plan is only allowed one deployment slot. Additional slots are available for apps running under the App Service plan.
207+
- The number of slots available to an app depends on the plan. The Consumption plan is only allowed one deployment slot. Additional slots are available for apps running under other plans. For details, see [Service limits](functions-scale.md#service-limits).
208208
- Swapping a slot resets keys for apps that have an `AzureWebJobsSecretStorageType` app setting equal to `files`.
209-
- When slots are enabled, your Functions app is set to read-only mode in the portal.
210-
211-
## Support levels
212-
213-
There are two levels of support for deployment slots:
214-
215-
- **General availability (GA)**: Fully supported and approved for production use.
216-
- **Preview**: Not yet supported, but is expected to reach GA status in the future.
217-
218-
| OS/Hosting plan | Level of support |
219-
| ------------------------- | -------------------- |
220-
| Windows Consumption | General availability |
221-
| Windows Premium | General availability |
222-
| Windows Dedicated | General availability |
223-
| Linux Consumption | General availability |
224-
| Linux Premium | General availability |
225-
| Linux Dedicated | General availability |
209+
- When slots are enabled, your function app is set to read-only mode in the portal.
226210

227211
## Next steps
228212

includes/functions-limits.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 05/04/2020
5+
ms.date: 02/25/2022
66
ms.author: glenga
77
---
88
| Resource |[Consumption plan](../articles/azure-functions/consumption-plan.md)|[Premium plan](../articles/azure-functions/functions-premium-plan.md)|[Dedicated plan](../articles/azure-functions/dedicated-plan.md)|[ASE](../articles/app-service/environment/intro.md)| [Kubernetes](../articles/aks/quotas-skus-regions.md) |
@@ -18,6 +18,7 @@ ms.author: glenga
1818
| Max instance count | 200 | 100<sup>9</sup> | varies by SKU<sup>10</sup> | 100<sup>10</sup> | Depends on cluster |
1919
| Function apps per plan |100 |100 |unbounded<sup>4</sup> | unbounded | unbounded |
2020
| [App Service plans](../articles/app-service/overview-hosting-plans.md) | 100 per [region](https://azure.microsoft.com/global-infrastructure/regions/) |100 per resource group |100 per resource group | - | - |
21+
| [Deployment slots](../articles/azure-functions/functions-deployment-slots.md) per app<sup>11</sup> | 2 | 3 | 1-20<sup>10</sup> | 20 | n/a |
2122
| Storage<sup>5</sup> |5 TB |250 GB |50-1000 GB | 1 TB | n/a |
2223
| Custom domains per app</a> |500<sup>6</sup> |500 |500 | 500 | n/a |
2324
| Custom domain [SSL support](../articles/app-service/configure-ssl-bindings.md) |unbounded SNI SSL connection included | unbounded SNI SSL and 1 IP SSL connections included |unbounded SNI SSL and 1 IP SSL connections included | unbounded SNI SSL and 1 IP SSL connections included | n/a |
@@ -31,4 +32,5 @@ ms.author: glenga
3132
<sup>7</sup> Guaranteed for up to 60 minutes.
3233
<sup>8</sup> Workers are roles that host customer apps. Workers are available in three fixed sizes: One vCPU/3.5 GB RAM; Two vCPU/7 GB RAM; Four vCPU/14 GB RAM.
3334
<sup>9</sup> When running on Linux in a Premium plan, you're currently limited to 20 instances.
34-
<sup>10</sup> See [App Service limits](../articles/azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits) for details.
35+
<sup>10</sup> See [App Service limits](../articles/azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits) for details.
36+
<sup>11</sup> Including the production slot.

0 commit comments

Comments
 (0)