Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 547 Bytes

File metadata and controls

9 lines (7 loc) · 547 Bytes

ZumoCommunity.github.io

Shared infrastructure

  • Azure App Service Plan (aka Web Farm) to host all microservices as Web Apps, Mobile Apps, Function Apps, etc.
  • Azure Storage Account for storing all static unstructured content
  • Azure Cdn Profile and Endpoint to deliver static unstructured content from storage account
  • Azure Sql Server (aka Sql Azure Server) for hosting all Sql Databases (aka Sql Azure Databases) for all microservices
  • Azure Service Bus for introducing publisher-subscriber communication pattern between microservices