|
1 | 1 | ---
|
2 | 2 | title: Azure Functions deployment slots
|
3 | 3 | description: Learn to create and use deployment slots with Azure Functions
|
4 |
| -author: craigshoemaker |
| 4 | +author: ggailey777 |
5 | 5 | ms.topic: conceptual
|
6 |
| -ms.date: 04/15/2020 |
7 |
| -ms.author: cshoe |
| 6 | +ms.date: 03/02/2022 |
| 7 | +ms.author: glenga |
8 | 8 | ---
|
9 | 9 | # Azure Functions deployment slots
|
10 | 10 |
|
@@ -200,29 +200,13 @@ Use the following steps to change a slot's App Service plan:
|
200 | 200 |
|
201 | 201 | 1. Select **OK**.
|
202 | 202 |
|
203 |
| -## Limitations |
| 203 | +## Considerations |
204 | 204 |
|
205 |
| -Azure Functions deployment slots have the following limitations: |
| 205 | +Azure Functions deployment slots have the following considerations: |
206 | 206 |
|
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). |
208 | 208 | - 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. |
226 | 210 |
|
227 | 211 | ## Next steps
|
228 | 212 |
|
|
0 commit comments