Re: [BangPypers] Running Python based Azure Functions

2019-01-29 Thread Soumyo Dey
29, 2019 2:04:39 PM To: bangpypers@python.org Subject: [BangPypers] Running Python based Azure Functions Looking for some help in deploying an python based azure function v2.0 Had complications with use of dockers/container registries, Current issue with function compilation : binary dependencies

[BangPypers] Running Python based Azure Functions

2019-01-29 Thread Sundar N
Looking for some help in deploying an python based azure function v2.0 Had complications with use of dockers/container registries, Current issue with function compilation : binary dependencies without wheel are not supported . Is there an easier/better way to handle this ? Would like to connect