CDN + FRONT DOOR + WAF + NGINX PLUS + BACKEND SERVER+DB Azure Help Needed

Muzzammil Hussain/IT/LHR 21 Reputation points
2020-03-29T00:47:51.57+00:00

Dear All,

I am trying to host a big e-learning portal to azure , which is already working local but large traffic spikes make issues for it , Videos are already being streamed on azure so no issues for that,
Basically what i want is to land all traffic at Azure CDN (Akmai) and CDN should send traffic to a front end as waf alone cannot work and then it should be passed to a Nginx Plus VM (already made of azure) which will serve the frontend and api will calls will be routed from Nginx to Backend server running on Dotnet Core.

Kindly guide a better solution if there is or any issues or problems regarding this.

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

Accepted answer
  1. jakaruna-MSFT 596 Reputation points Microsoft Employee
    2020-03-30T05:22:56.01+00:00

    Did you planned to setup autoscaling for Nginx plus frontend VM and .net core backend VM?

    In your design those two VM's ma be the chocking point for traffic.

    You can consider using VMSS which is perfect fit to scale a VM multiple times backed by a load balancer.


0 additional answers

Sort by: Most helpful