You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-event-grid-blob-trigger.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Trigger Azure Functions on blob containers using an event subs
3
3
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.
#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.
9
9
---
@@ -32,9 +32,9 @@ This article supports version 2 of the Python programming model for Azure Functi
32
32
This article creates a C# app that runs in isolated worker mode, which supports .NET 8.0.
33
33
::: zone-end
34
34
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.
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.
186
186
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).
188
188
189
189
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.
190
190
@@ -251,7 +251,7 @@ Use these steps to create a function app in the Flex Consumption plan. When your
251
251
| Prompt | Selection |
252
252
| ------ | ----------- |
253
253
|**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**. |
255
255
|**Select a runtime stack.**| Choose the language stack and version on which you've been running locally. |
256
256
|**Select a resource group for new resources.**| Choose the existing resource group in which you created the storage account. |
257
257
|**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