Skip to content

Commit

Permalink
Added Azure Monitor to the diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
dbroeglin committed Apr 3, 2024
1 parent d0293b7 commit bae26c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified assets/Azure Rails Starter Overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion assets/Azure Rails Starter Overview.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@
!includeurl AzurePuml/Containers/AzureContainerApp.puml
!includeurl AzurePuml/Security/AzureKeyVault.puml
!includeurl AzurePuml/Databases/AzureDatabaseForPostgreSQL.puml
!includeurl AzurePuml/Management/AzureMonitor.puml

Person(person, "User")

Boundary(system, "Environment", "Azure Container Apps Environment") {
AzureContainerApp(rails, "Rails", "Container")
}

AzureDatabaseForPostgreSQL(database, "Database", "azure_rails_starter_production")
AzureKeyVault(keyvault, "Key Vault", "Secrets", "Database URL, Rails Secret Key Base")
AzureMonitor(monitor, "Monitor", "Logs")

person -> rails: Uses
rails -> database: Reads/Writes
rails -down-> keyvault: "Read Secrets"
rails -down-> monitor: "Write Logs"

@enduml

0 comments on commit bae26c9

Please sign in to comment.