Share via

which approach is best for Data Visualization Dashboard in azure cloud on AKS,Web App, ACI, Serverless,Docker

2021-10-18T13:40:14.373+00:00

Could please let me know which approach is best for Data Visualization Dashboard.

Product information:

Frontend -- Angular APP
Backend -- Flask APP

What's best approach of deployment strategy?
???????????
??????????
??????????

Software requirements

Frontend: Node JS Ennvironment
Backend: Python

IN the below which one is the best approach

Azure

VM?
AKS?
APP SERVICE?
ACI?
Docker
Serverless

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. Cristian SPIRIDON 4,486 Reputation points Volunteer Moderator
    2021-10-18T15:54:54.013+00:00

    Hi @EXTERNAL Kotapati Vikram (Klaus It, MS/EOS1-BE1) ,

    I think Web App is the best choice. Bellow is a tutorial on how to setup a python app in Azure:
    https://learn.microsoft.com/en-us/azure/app-service/quickstart-python?tabs=bash&pivots=python-framework-flask

    The WebApp PaaS solution will manage the software stack for you plus a lot of other options (auto-scaling, custom-domains, certificates, deployment).

    Hope this helps!

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.