简体   繁体   中英

Best way to deploy Python Flask app with OpenCV on Azure

I currently have a Flask application I created in Pycharm, which makes use of the opencv-python module. What is the best way to deploy this application on Microsoft Azure? Is there a specific Azure service which supports opencv? Thanks

You have multiple ways to deploy flask app to azure. Like ftp, local git or other ways. The tools used for deployment are just methods to achieve the purpose of deployment, which method is almost the same.

This blog gives to a easy way to deploy flask app.

If you are curious about other deploymeny ways. Have a look of the Offcial doc .

Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM