Skip to content

Commit e55ff88

Browse files
committed
Merge branch 'ignite-updates' of https://github.com/ggailey777/azure-docs-pr into ignite-updates
2 parents 0e544f3 + e7a8b43 commit e55ff88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ dotnet add package Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs
278278

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

281-
1. If haven't already done so, install the [Azurite v3 extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite).
281+
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).
282282

283283
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.
284284

0 commit comments

Comments
 (0)