Skip to content

[WIP] Geodes architecture pattern with Global Traffic Routing written in Bicep

License

Notifications You must be signed in to change notification settings

ljtill/azure-geodes-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Geodes

This repository provides insights into implementing Geodes pattern in Microsoft Azure through Bicep, following best practices for ensuring application resilience and high availability.

Architecture

Repository Structure

In the src/ directory, you'll find the following components:

  • main.bicep: This Bicep file orchestrates the deployment of resource groups and resources.
  • functions/: This directory contains a set of reusable functions, such as resource name generation.
  • modules/: In this directory, you'll find reusable scope and resource modules.
  • parameters/: This directory holds parameter files for environment-specific configurations.
  • types/: Contains type definitions for both templates and parameter files.