DEV Community

Cover image for πŸ“Œ Azure API management in front of a web app.
tarak-brainboard for Brainboard

Posted on

πŸ“Œ Azure API management in front of a web app.

πŸ‘‰ You have different ways to create a web with different flavors, even with serverless architecture.

βœ… In this simple architecture:

  • You have a Windows web app with its service plan hosted in an isolated network. You can actually use Azure function as well instead of a web app.

  • App service environment for the web app.

  • API management in front of the web app that handles incoming traffic. You can replace with an application gateway also.

  • Variables used everywhere to make changing or cloning this architecture easy

πŸŽ’ Whether exploring options to pick the best one, learning, or building production workload, Brainboard.co helps you draft, build, test, learn and / or go to prod in a secure and controlled way.

😍 You can clone this architecture here if you want: https://app.brainboard.co

Top comments (0)