Skip to content

Commit bed2b20

Browse files
committed
Add missing storage ext requirement
1 parent 04972ed commit bed2b20

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
@@ -40,7 +40,7 @@ Earlier versions of the Blob Storage trigger for Azure Functions polled the cont
4040
::: zone-end
4141
+ The [ngrok](https://ngrok.com/) utility, which provides a way for Azure to call into your locally running function.
4242

43-
+ The [Azure Storage extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestorage) for Visual Studio Code.
43+
+ The [Azure Storage extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestorage) for Visual Studio Code.
4444

4545
> [!NOTE]
4646
> The Storage Extension for Visual Studio Code is currently in preview.

0 commit comments

Comments
 (0)