Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
336 stars 104 forks source link

[Bug] cosmos_db_output bindings mixes up container_name and collection_name #1611

Open DimitryNechaev opened 1 week ago

DimitryNechaev commented 1 week ago

Expected Behavior

When I use @app.cosmos_db_output(container_name="mycontainer") this container should be displayed in the function integration UI. Instead I need to specify collection_name in **kwargs to get it displaying as expected

Actual Behavior

Image Image

Image Image

Steps to Reproduce

Create cosmos_db_output binding and see it after deployment in the integration tab of the function

Relevant code being tried

Relevant log output

requirements.txt file

Where are you facing this problem?

Local - Core Tools

Function app name

No response

Additional Information

No response

bhagyshricompany commented 6 days ago

Hi @DimitryNechaev Thanks for update will check for the same and update you on this soon.Thanks