From a461233cfd092c5d343e5e4234027fa9f54bc15f Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Wed, 12 Jun 2024 19:17:45 +0000 Subject: [PATCH] chore: whitespace from formatter --- docs/deployment/infrastructure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deployment/infrastructure.md b/docs/deployment/infrastructure.md index fdcea51bca..1cb0196fd2 100644 --- a/docs/deployment/infrastructure.md +++ b/docs/deployment/infrastructure.md @@ -52,11 +52,14 @@ flowchart LR frontdoor[Front Door] django[Django application] interconnections[Other system interconnections] + internet --> Cloudflare Cloudflare --> frontdoor django <--> interconnections + subgraph Azure frontdoor --> NGINX + subgraph App Service subgraph Custom container direction TB @@ -135,7 +138,6 @@ Use the following shorthand for conveying the Resource Type as part of the Resou | Subnet | `SNET` | | Front Door | `FD` | - ## Making changes ### Set up for local development