Azure / azure-functions-python-worker

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

Deleting objects with bindings? #1206

Closed pietz closed 1 year ago

pietz commented 1 year ago

What binding does your question apply to, if any? (e.g. Blob Trigger, Event Hub Binding, etc)

Basically all of them

Question

How can I delete objects in a blob storage or from a Cosmos DB with bindings?

bhagyshricompany commented 1 year ago

Thanks for informing. Cannot be supported right now: Recommendation is to use SDK. In future, Python will implement this as well to enable that scenario https://azure.microsoft.com/updates/public-preview-sdk-type-bindings/

ghost commented 1 year ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.