Manage large volume requests in Windows Azure

0

What kind of community? I have the following doubt; We are developing a project and we have a web application made in asp mvc and applications in android and iOS.

Many of the functions that the mobile platform does are done through the web via services of type rest.
What would happen if the volume of requests increases for the web application? We are trying to solve this problem with azure but we do not know very well how we should structure the projects or that we should use concretely. Something I was reading is cloud services more or less gives us an idea but we are not sure.
What would be the most advisable to use in azure?

    
asked by Vesper 18.07.2016 в 23:26
source

1 answer

0

If it is a mobile application and you use a service you should evaluate the implementation of Azure Movile Service

Movile Apps

Analyze the last point where it mentions:

  

Automatic scaling to meet your business needs

In addition to the stalling provides other advantages as a push service, I recommend you evaluate the implementation suando .net as a backend (although you could do it with nodejs if you dare)

Work with the .NET backend server SDK for Azure Mobile Apps

    
answered by 19.07.2016 / 04:05
source