How to deploy react web and API in a sever ?

(s) Don Kuruppu 1 Reputation point
2020-04-20T19:23:20.007+00:00

As the topic say I really need to host my react web and its API that connect with MySQL. Also I need to use autoscale for that server for my project. I don't have any idea about this hosting and autoscale thing. So If anyone can please help me.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,206 Reputation points Microsoft Employee
    2020-04-21T11:48:39.703+00:00

    @(s) Don Kuruppu
    You can deploy react web and API on VM as long as they both are listening on different ports. Also for scaling you can consider VMSS.

    Thanks.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments