Skip to content

Commit 1f2071f

Browse files
Merge pull request #276351 from ggailey777/patch-2
[Functions] Update .NET quickstarts to .NET 8.0
2 parents d38c4d6 + d61169d commit 1f2071f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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

includes/functions-requirements-visual-studio-code-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 07/26/2023
5+
ms.date: 05/24/2024
66
ms.author: glenga
77
---
88

99
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
1010

11-
+ [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0), and optionally [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) when targeting .NET 7.0.
11+
+ [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0).
1212

1313
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
1414

1515
+ [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) for Visual Studio Code.
1616

17-
+ [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) for Visual Studio Code.
17+
+ [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) for Visual Studio Code.

0 commit comments

Comments
 (0)