Skip to content

Commit 1dbc3cc

Browse files
Merge pull request #276072 from ggailey777/patch-3
[Functions][Build 2024] Address @lilyjma tech review comments in the event-based Blob tutorial
2 parents 7499c06 + 6ee9c68 commit 1dbc3cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article creates a C# app that runs in isolated worker mode, which supports
3333
::: zone-end
3434

3535
> [!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 event subscriptions for triggering your functions based on changes in Blob Storage containers.
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.
3737
> You can complete this tutorial using any other [hosting plan](functions-scale.md) for your function app.
3838
3939
## Prerequisites
@@ -190,8 +190,6 @@ Visual Studio Code uses Azurite to emulate Azure Storage services when running l
190190

191191
1. Press F1 to open the command palette, type `Azurite: Start Blob Service`, and press enter, which starts the Azurite Blob Storage service emulator.
192192

193-
1. In the command palette, type `Azure storage: Create Blob Container...`, enter the name `samples-workitems`, and press Enter.
194-
195193
1. Select the Azure icon in the Activity bar, expand **Workspace** > **Attached Storage Accounts** > **Local Emulator**, right-click **Blob Containers**, select **Create Blob Container...**, enter the name `samples-workitems`, and press Enter.
196194

197195
:::image type="content" source="media/functions-event-grid-blob-trigger/create-blob-container.png" alt-text="Screenshot showing how to select Create Blob Container in the local emulation in Visual Studio Code.":::

0 commit comments

Comments
 (0)