Skip to content
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

Optional source param for blob trigger #220

Merged
merged 3 commits into from
May 30, 2024

Conversation

hallvictoria
Copy link
Contributor

Previously, the source param was required and set to a default value of BlobSource.LOGS_AND_CONTAINER_SCAN. This caused an error when indexing the blob trigger function saying:
Could not convert 'LOGS_AND_CONTAINER_SCAN' to BlobTriggerSource. Error converting value "LOGS_AND_CONTAINER_SCAN" to type 'Microsoft.Azure.WebJobs.BlobTriggerSource'. Path 'source', line 1, position 184. Requested value 'LOGS_AND_CONTAINER_SCAN' was not found.

This fix addresses that issue.

@hallvictoria hallvictoria marked this pull request as ready for review May 28, 2024 22:56
@hallvictoria hallvictoria merged commit bdeb2c2 into dev May 30, 2024
13 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/blob-source-fix branch May 30, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants