Skip to content

Commit bb0765f

Browse files
Merge pull request #281942 from ggailey777/patch-5
[Functions][Flex] Remove two preview considerations
2 parents f178b84 + cb7c88d commit bb0765f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Functions Flex Consumption plan hosting
33
description: Running your function code in the Azure Functions Flex Consumption plan provides virtual network integration, dynamic scale (to zero), and reduced cold starts.
44
ms.service: azure-functions
55
ms.topic: concept-article
6-
ms.date: 06/15/2024
6+
ms.date: 07/26/2024
77
ms.custom: references_regions, build-2024
88
# Customer intent: As a developer, I want to understand the benefits of using the Flex Consumption plan so I can get the scalability benefits of Azure Functions without having to pay for resources I don't need.
99
---
@@ -138,8 +138,6 @@ Keep these other considerations in mind when using Flex Consumption plan during
138138
+ Continuous deployment using Azure DevOps Tasks (`AzureFunctionApp@2`)
139139
+ Continuous deployment using GitHub Actions (`functions-action@v1`)
140140
+ **Scale**: The lowest maximum scale in preview is `40`. The highest currently supported value is `1000`.
141-
+ **Authorization**: EasyAuth isn't currently supported. Unauthenticated callers currently aren't blocked when EasyAuth is enabled in a Flex Consumption plan app.
142-
+ **CORS**: [Cross-origin resource sharing (CORS) settings](functions-how-to-use-azure-function-app-settings.md#cors) are currently ignored for Flex Consumption apps.
143141
+ **Managed dependencies**: [Managed dependencies in PowerShell](functions-reference-powershell.md#dependency-management) aren't supported by Flex Consumption. You must instead [define your own custom modules](functions-reference-powershell.md#custom-modules).
144142

145143
## Related articles

0 commit comments

Comments
 (0)