Multi-region web app with CosmosDB

Cloud provider
Azure
Keywords
Multi-region DeploymentDisaster RecoveryBusiness Continuity PlanningMulti-region Deployment ArchitectureDisaster Recovery SolutionBusiness Continuity Planning
Summary

This architecture is for a multi-region web app using CosmosDB on the Azure cloud provider.

Resources

To set up the multi-region web app architecture with CosmosDB, the following Terraform resources are needed: - azurerm_resource_group: to create the resource group - azurerm_app_service_plan: to define the app service plan - azurerm_app_service: to deploy the web app - azurerm_cosmosdb_account: to provision CosmosDB - azurerm_cosmosdb_sql_database: to create the SQL database - azurerm_cosmosdb_sql_container: to define the containers within the database These resources will help in deploying and managing the multi-region web app and CosmosDB setup on Azure.

image