Blob Trigger issue #413
Unanswered
MichaelSHits
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’ve cloned and deployed the Azure RAG demo built with .NET. Uploading files works as expected — the PDFs are successfully uploaded into the content blob container.
The issue is that the BlobTrigger function does not fire, so the ingestion pipeline stops there and does not proceed with corpus creation or section splitting.
Things I’ve checked so far:
The blob upload succeeds
Container name matches the BlobTrigger attribute
Storage account is correctly configured
Is there anything else required for the BlobTrigger to fire (local.settings.json, connection string name, function app settings, event-based vs polling trigger, etc.)?
Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions