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

[Bug] EventGrid enum doesn't work and need to use "Event Grid" string #1582

Closed
vrdmr opened this issue Sep 25, 2024 · 0 comments
Closed

[Bug] EventGrid enum doesn't work and need to use "Event Grid" string #1582

vrdmr opened this issue Sep 25, 2024 · 0 comments

Comments

@vrdmr
Copy link
Member

vrdmr commented Sep 25, 2024

Expected Behavior

This should work when using source=BlobSource.EVENT_GRID

@app.blob_trigger(arg_name="myblob", 
                          path="sample-workitems",
                          data_type=DataType.STRING,
                          source=BlobSource.EVENT_GRID,
                          connection="foobar")
    ...

Actual Behavior

Doesn't work and needed to write "Event Grid"

Steps to Reproduce

No response

Relevant code being tried

No response

Relevant log output

No response

requirements.txt file

No response

Where are you facing this problem?

Local - Core Tools

Function app name

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants