yokawasa / azure-functions-python-samples

Azure Functions Python Sample Codes. NOTE: The project, hosted in a repository, is no longer actively maintained by its creators or contributors. There won't be any further updates, bug fixes, or support from the original developers in the project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writing to Azure Table Storage

askpatrickw opened this issue · comments

Do you happen to have an example of writing to Azure Table Storage?

Here is an example of writing to Azure Table Storage using Storage binding

https://github.com/yokawasa/azure-functions-python-samples/blob/master/eventhub-trigger-table-out-bindings/function/run.py

Please also refer to this for the detail of storage table binding:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table

Hope it would help

I never would have guessed or derived from the samples which have full support to write to the binding name as if it was a file...

Thank you Yoichi!

@W7PEA Thanks. I understand. That's great feedback.