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?