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.
MIT License
392 stars 181 forks source link

Updation to v1functions/queue-trigger-blob-in-binding #16

Closed abhinavbom closed 5 years ago

abhinavbom commented 5 years ago

Can I run this over v2 release as well? I am new to functions so trying to understand if it would work

yokawasa commented 5 years ago

@abhinavbom You cannot run the sample over v2.

I just added the queue trigger sample for V2. Please take a look

https://github.com/yokawasa/azure-functions-python-samples/tree/master/v2functions/queue-trigger-blob-in-out-binding

Hope it would help!

Please feel free to re-open the issue if you need more help / discussion