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
Steps to Reproduce
Create cosmos_db_output binding and see it after deployment in the integration tab of the function
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
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