Skip to content

Commit 005843f

Browse files
authored
Merge pull request #116798 from craigshoemaker/patch-6
Update intro
2 parents 311f412 + ef185d0 commit 005843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-blob-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
The Blob storage trigger starts a function when a new or updated blob is detected. The blob contents are provided as [input to the function](./functions-bindings-storage-blob-input.md).
1313

14-
The Azure Blob storage trigger require a general-purpose storage account. To use a blob-only account, or if your application has specialized needs, review the alternatives to using this trigger.
14+
The Azure Blob storage trigger requires a general-purpose storage account. Storage V2 accounts with [hierarchal namespaces](../storage/blobs/data-lake-storage-namespace.md) are also supported. To use a blob-only account, or if your application has specialized needs, review the alternatives to using this trigger.
1515

1616
For information on setup and configuration details, see the [overview](./functions-bindings-storage-blob.md).
1717

0 commit comments

Comments
 (0)