Skip to content

Commit d61169d

Browse files
authored
EasyAuth isn't supported
1 parent f1c21b5 commit d61169d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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: 05/20/2024
6+
ms.date: 05/24/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
---
@@ -135,6 +135,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
135135
+ Continuous deployment using Azure DevOps Tasks (`AzureFunctionApp@2`)
136136
+ Continuous deployment using GitHub Actions (`functions-action@v1`)
137137
+ **Scale**: The lowest maximum scale in preview is `40`. The highest currently supported value is `1000`.
138+
+ **Authorization**: EasyAuth isn't currently supported. Unauthenticated callers currently aren't blocked when EasyAuth is enabled in a Flex Consumption plan app.
138139

139140
## Related articles
140141

0 commit comments

Comments
 (0)