Hello everyone,
We are working through the authorization process on our application and found a question that we need advice on Our project consists of two applications:
- web application (Analysis Dashboard)
- Outlook Taskpane application (with front end)
Currently in Azure we have installed the following applications. Front-end dashboard production surface production Production of the front sheet Developing the Frontend Task Pane We are considering adding two more applications: Backend Development and development of front-end dashboards.
However, after discussions with our DevOps team, we began to wonder if it was possible to manage with just two applications: one for PRODUCTION and one for for development question:
What are the best practices for structuring applications in Azure for production development environments? Can each service or microservice have its own Azure application? Or is it more efficient to use a shared application for both front-end and back-end services?
After studying this forum I find that it is often recommended to use a separate Azure application for each project/microservices environment. Because it allows for better control and easier diagnosis of problems that may arise in the future...
Thank you in advance for any suggestions or feedback!