Can you recommend me a network model for a webapp using reactjs and springboot?

NGUYỄN ĐÌNH CƯỜNG 1 Reputation point
2021-01-26T03:22:05.797+00:00

Dear friends,

I'm a beginner in here. I have deployed a Backend server and an Frontend server on app service separately.

I want to a network model for this problem. If a user access to front end URL, a service will accept this request and distribute request( make sure FE server dont be overwhlemed) to FE server. FE server will call api through a service to make sure BE server dont be overwhelmed.

Thansk friends.

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
577 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
956 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
401 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bob Johnson 1 Reputation point
    2021-02-03T19:45:15.143+00:00

    Check this document out and see if it helps you get started api-management-howto-integrate-internal-vnet-appgateway

    0 comments No comments