-
Notifications
You must be signed in to change notification settings - Fork 533
Create Azure resources
Wassim Chegham edited this page Jan 31, 2023
·
4 revisions
Welcome to Contoso Real Estate app.
On this page, we will walk you through the steps to provision and deploy the Contoso Real Estate app to Microsoft Azure.
The Contoso Real Estate app uses the following Azure resources:
- Azure Static Web Apps
- Azure Container Apps
- Azure Cosmos DB for MongoDB
- Azure Cosmos DB for PostgreSQL
The Contoso Real Estate app is a full-stack web application that uses the following technologies:
- Angular for the Portal app
- Azure functions for the API app
- Next.js for the Blog app
- Strapi for the CMS (admin) app
The following diagram shows the application high-level architecture of the Contoso Real Estate app.
graph LR
U[User]
X[Admin]
A[Portal]
B[API]
C[Blog]
D[CMS]
E[PostgresSQL Database]
F[MongoDB Database]
U --> A
U --> C
X --> D
A --> B
B --> E
B --> F
C --> E
D --> E