Skip to content

Commit 8339ef0

Browse files
Merge pull request #310755 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-22 06:00 UTC
2 parents 70d7486 + 052402e commit 8339ef0

71 files changed

Lines changed: 679 additions & 171 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ This table helps you directly compare the features of Flex Consumption with the
4141

4242
For a complete comparison of the Flex Consumption plan against the Consumption plan and all other plan and hosting types, see [function scale and hosting options](functions-scale.md).
4343

44+
> [!TIP]
45+
> If you're migrating from the Linux Consumption plan, see [Migrate Consumption plan apps to the Flex Consumption plan](migration/migrate-plan-consumption-to-flex.md?pivots=platform-linux) for step-by-step migration instructions and important differences between the plans.
46+
4447
## Virtual network integration
4548

4649
Flex Consumption expands on the traditional benefits of Consumption plan by adding support for [virtual network integration](./functions-networking-options.md#virtual-network-integration). When your apps run in a Flex Consumption plan, they can connect to other Azure services secured inside a virtual network. All while still allowing you to take advantage of serverless billing and scale, together with the scale and throughput benefits of the Flex Consumption plan. For more information, see [Enable virtual network integration](./flex-consumption-how-to.md#enable-virtual-network-integration).
@@ -191,6 +194,7 @@ Keep these other considerations in mind when using Flex Consumption plan:
191194
+ **PowerShell Managed dependencies**: Flex Consumption doesn't support [managed dependencies in PowerShell](functions-reference-powershell.md#managed-dependencies-feature). You must instead [upload modules with app content](functions-reference-powershell.md#including-modules-in-app-content).
192195
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting, managed certificates, app service certificates, and other platform certificate-based features like endToEndEncryptionEnabled are currently not supported.
193196
+ **Timezones**: `WEBSITE_TIME_ZONE` and `TZ` app settings aren't currently supported when running on Flex Consumption plan.
197+
+ **Azure Functions Runtime Version and Proxies**: Flex Consumption only supports version 4.x and later of the Azure Functions runtime. Azure Functions proxies was a feature of versions 1.x through 3.x of the Azure Functions runtime and is not available in Flex Consumption.
194198

195199
## Related articles
196200

articles/azure-functions/functions-bindings-dapr-input-secret.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Secret input binding for Azure Functions
33
description: Learn how to access Dapr Secret input binding data during function execution in Azure Functions.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-input-state.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr State input binding for Azure Functions
33
description: Learn how to provide Dapr State input binding data during a function execution in Azure Functions.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-output-invoke.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Invoke output binding for Azure Functions
33
description: Learn how to send data to a Dapr Invoke output binding during function execution in Azure Functions.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-output-publish.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Publish output binding for Azure Functions
33
description: Learn how to provide Dapr Publish output binding data using Azure Functions.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-output-state.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr State output binding for Azure Functions
33
description: Learn how to provide Dapr State output binding data during a function execution in Azure Functions.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-output.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Binding output binding for Azure Functions
33
description: Learn how to provide Dapr Binding output binding data during a function execution in Azure Functions.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-trigger-svc-invoke.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Service Invocation trigger for Azure Functions
33
description: Learn how to run Azure Functions as Dapr service invocation data changes.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-trigger-topic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Topic trigger for Azure Functions
33
description: Learn how to run Azure Functions as Dapr topic data changes.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

articles/azure-functions/functions-bindings-dapr-trigger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Dapr Input Bindings trigger for Azure Functions
33
description: Learn how to run Azure Functions as Dapr input binding data changes.
44
ms.topic: reference
55
ms.date: 05/10/2024
6+
ms.author: nigreenf
7+
ms.reviewer: hannahhunter
8+
ms.subservice: dapr
69
ms.devlang: csharp
710
# ms.devlang: csharp, java, javascript, powershell, python
811
ms.custom: devx-track-csharp, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js, build-2024

0 commit comments

Comments
 (0)