Skip to content

Commit ab463f1

Browse files
Update functions-event-grid-blob-trigger.md
Starting only the blob service will lead to exception "Azure.Core: No connection could be made because the target machine actively refused it. (127.0.0.1:10001)" because a blob trigger also needs a queue service to handle poison blobs. Best to use the general Azurite: Start command to run all services
1 parent 977b633 commit ab463f1

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`, which 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, which starts the Azurite Blob Storage service emulator.
276+
1. Press F1 to open the command palette, type `Azurite: Start`, and press enter, which starts the Azurite Storage services 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)