Skip to content

Commit 057eeb7

Browse files
committed
Merge branch 'release-ignite-functions-flex-consumption-ga' of https://github.com/microsoftdocs/azure-docs-pr into post-ignite-flex
2 parents 7e8b693 + db61c69 commit 057eeb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-functions/functions-event-grid-blob-trigger.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Trigger Azure Functions on blob containers using an event subs
33
description: This tutorial shows how to create a low-latency, event-driven trigger on an Azure Blob Storage container using an Event Grid event subscription.
44
ms.topic: tutorial
55
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
6-
ms.date: 05/20/2024
6+
ms.date: 11/04/2024
77
zone_pivot_groups: programming-languages-set-functions
88
#Customer intent: As an Azure Functions developer, I want learn how to create an event-based trigger on a Blob Storage container so that I can get a more rapid response to changes in the container.
99
---
@@ -32,9 +32,9 @@ This article supports version 2 of the Python programming model for Azure Functi
3232
This article creates a C# app that runs in isolated worker mode, which supports .NET 8.0.
3333
::: zone-end
3434

35-
> [!IMPORTANT]
36-
> This tutorial has you use the [Flex Consumption plan](flex-consumption-plan.md), which is currently in preview. The Flex Consumption plan only supports the event-based version of the Blob Storage trigger.
37-
> You can complete this tutorial using any other [hosting plan](functions-scale.md) for your function app.
35+
> [!TIP]
36+
> This tutorial shows you how to create an app that runs on the [Flex Consumption plan](flex-consumption-plan.md). This dynamic scale plan supports only the event-based version of the Blob Storage trigger.
37+
> You can also complete this tutorial using any other [hosting plan](functions-scale.md) by choosing a different plan when you create your function app.
3838
3939
## Prerequisites
4040

@@ -184,7 +184,7 @@ dotnet add package Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs
184184

185185
Visual Studio Code uses Azurite to emulate Azure Storage services when running locally. You use Azurite to emulate the Azure Blob Storage service during local development and testing.
186186

187-
1. If haven't already done so, install the [Azurite v3 extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite).
187+
1. If you haven't already done so, install the [Azurite v3 extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite).
188188

189189
1. Verify that the *local.settings.json* file has `"UseDevelopmentStorage=true"` set for `AzureWebJobsStorage`, which tells Core Tools to use Azurite instead of a real storage account connection when running locally.
190190

@@ -251,7 +251,7 @@ Use these steps to create a function app in the Flex Consumption plan. When your
251251
| Prompt | Selection |
252252
| ------ | ----------- |
253253
| **Enter a globally unique name for the new function app.** | Type a globally unique name that identifies your new function app and then select Enter. Valid characters for a function app name are `a-z`, `0-9`, and `-`. |
254-
| **Select a hosting plan.** | Choose **Flex Consumption (Preview)**. |
254+
| **Select a hosting plan.** | Choose **Flex Consumption**. |
255255
| **Select a runtime stack.** | Choose the language stack and version on which you've been running locally. |
256256
| **Select a resource group for new resources.** | Choose the existing resource group in which you created the storage account. |
257257
| **Select a location for new resources.** | Select a location in a supported [region](https://azure.microsoft.com/regions/) near you or near other services that your functions access. Unsupported regions aren't displayed. For more information, see [View currently supported regions](flex-consumption-how-to.md#view-currently-supported-regions).|

0 commit comments

Comments
 (0)