Skip to content

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.

Azure resources

The Contoso Real Estate app uses the following Azure resources:

Application architecture (simplified)

The Contoso Real Estate app is a full-stack web application that uses the following technologies:

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

Create Azure resources