Deploy a flask WSGI application with docker on azure app services.
Category Archives: Blog
Connect custom domain to Google Compute Engine Ubuntu 18.04
Learn how to connect your domain with google compute engine vm
Detect face using Azure Cognitive Services in Python
Azure Cognitive services are used widely to achieve solutions for different problems. Azure Cognitvie Services provides Machine learnign and deep learning solutions for problems. They are easy to use and provides fast and better results. Azure Face services Azure faces services are used to detect face in image. It performs other different operations like facialContinue reading “Detect face using Azure Cognitive Services in Python”
Deploy flask app with nginx using gunicorn and supervisor over https
In this blog, I will discuss how to set a Flask app up on an Ubuntu server. This is a walkthrough that illustrates how to deploy a Flask application using an easy technique. We will be using the following technologies: Flask: Server backend Nginx: Reverse proxy Gunicorn: Deploy flask app Supervisor: Monitor and control gunicornContinue reading “Deploy flask app with nginx using gunicorn and supervisor over https”