-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Blob Trigger Error #9419
Fix Blob Trigger Error #9419
Conversation
@Tonewall - Please see unit tests added in https://github.com/Azure/azure-functions-host/pull/9385/files - increase the test converage to include:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update tests
Cherry-picked MyGet removal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix looks good to me.
Not sure why we changed the dependances in EndToEndTestFixture.cs
Added test to cover http triggers to not have the error thrown |
Fixing the issue in #9385
Http trigger apps are running into the error:
The Flex Consumption SKU only supports EventGrid as the source for BlobTrigger functions. Please update function 'SimpleHttpRequest' to use EventGrid. For more information see https://aka.ms/blob-trigger-eg.
Issue seems like the check is defaulting to true which runs for all triggers
Issue describing the changes in this PR
resolves #9386
Pull request checklist
release_notes.md