Skip to content

Commit ad6b225

Browse files
Merge pull request #126942 from mickey-stringer/patch-1
Update functions-event-grid-blob-trigger.md
2 parents 93a2c5e + 27b5f76 commit ad6b225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Visual Studio Code uses Azurite to emulate Azure Storage services when running l
273273

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

276-
1. Press F1 to open the command palette, type `Azurite: Start Blob Service`, and press enter. This action starts the Azurite Blob Storage service emulator.
276+
1. Press F1 to open the command palette, type `Azurite: Start`, and press Enter. This action starts the Azurite Blob Storage service emulator.
277277

278278
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.
279279

0 commit comments

Comments
 (0)