Azure App Services

Jamil Saif 1 Reputation point
2020-05-04T21:37:43.287+00:00

Greetings all,

Trying to host an application on Azure PaaS "App Services" we had some long discussion on Twitter, as shown below
https://twitter.com/WindowsDocs/status/1255875925645955075?s=20

Can we get the propoer answer?

What Architecture Style best fit and recommended, this is typically a client/server application two-tiers "application and data" although some code runs in backend on App Servers, as showon in the high level design attached in twitter thread, but most code (85%-90%) runs on the web server it self.

Thanking you

jamils

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,958 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,146 Reputation points Microsoft Employee
    2020-05-07T03:34:41.783+00:00

    Hi @Jamil Saif ,

    Donovan is one of the best out there! I took a look at your diagram

    EXLlXVRUwAcPFY5

    Start with tutorial over at https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-auth-aad. Even though this doc is using securing apps with Azure Active Directory, the structure of the app is a front-end with a back-end. You can add both the front-end and back-end to a vnet to retrict traffic so that the back-end only responds to traffic that's on the vnet e.g. the front-end. Want to throw in a database, check out this tutorial and make sure you secure it. Reverse proxy documentation is here, albeit I don't see a need a for it as your diagram shows it isn't connected to anything.

    Hope you find this help.

    0 comments No comments