Clarification of blob trigger with ADLS and HNS enabled storage#128597
Clarification of blob trigger with ADLS and HNS enabled storage#128597ffarinha-msft wants to merge 4 commits into
Conversation
Clarified support for triggers from Data Lake Storage and hierarchical namespace-enabled storage accounts in blob storage bindings.
Added note about polling-based Blob storage trigger limitations when using ADLS or HNS enabled storage
|
@ffarinha-msft : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@ffarinha-msft : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Documents that the polling-based Azure Functions Blob trigger isn’t supported for ADLS Gen2 / hierarchical namespace (HNS)-enabled storage accounts, and recommends using the Event Grid-based trigger instead (per azure-sdk-for-net#56909).
Changes:
- Adds a storage considerations footnote clarifying lack of official support for triggers on ADLS/HNS-enabled accounts.
- Adds a prominent note to the Blob trigger reference recommending the Event Grid-based implementation for ADLS/HNS-enabled accounts.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| articles/azure-functions/storage-considerations.md | Updates a footnote to state ADLS/HNS-trigger limitations. |
| articles/azure-functions/functions-bindings-storage-blob-trigger.md | Adds a NOTE warning that polling-based Blob triggers don’t officially support ADLS/HNS-enabled accounts and points to Event Grid. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Learn Build status updates of commit 41cd196: ✅ Validation status: passed
For more details, please refer to the build report. |
Clarified that Azure Data Lake Storage (HNS-enabled) accounts are not officially supported for blob storage bindings.
|
Learn Build status updates of commit 3453060: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit efe22fb: ✅ Validation status: passed
For more details, please refer to the build report. |
Microsoft.Azure.WebJobs.Extensions.Storage.Blobs SDK does not support Datalake Files or HNS enabled accounts.
This need to be publicly document as it should be using Event Grid over the Blob Trigger polling mechanism.
Fixes Azure/azure-sdk-for-net#56909