Skip to content

Commit f72eb22

Browse files
committed
diagram fixes
1 parent d7379a8 commit f72eb22

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

docs/azure/sdk/media/mermaidjs/authentication-environments.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ ms.date: 08/07/2024
44
---
55

66
```mermaid
7+
%% STEPS TO GENERATE IMAGE
8+
%% =======================
9+
%% 1. Install mermaid CLI v10.9.1 (see https://github.com/mermaid-js/mermaid-cli/blob/master/README.md):
10+
%% npm i -g @mermaid-js/[email protected]
11+
%% 2. Run command: mmdc -i authentication-environments.md -o ../../media/mermaidjs/authentication-environments.svg
12+
713
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor': '#fff', 'edgeLabelBackground':'#fff', 'fontSize': '24px'}}}%%
814
flowchart LR
9-
Start([Authentication Environment]) --> Q1{Where is the app running?}
15+
NetApp[".NET app"]
16+
Q1{Where is the app running?}
17+
18+
NetApp --> Q1
1019
1120
%% Local Development Machine Branch
1221
Q1 --> LocalDev[Development Machine]
@@ -25,13 +34,13 @@ flowchart LR
2534
%% Styling
2635
classDef questionBox fill:#4472C4,stroke:#333,stroke-width:2px,color:#fff,font-size:24px
2736
classDef authMethod fill:#e6f2ff,stroke:#4472C4,stroke-width:2px,color:#000,font-size:24px
28-
classDef startNode fill:#2d5f3f,stroke:#333,stroke-width:2px,color:#fff,font-size:24px
2937
classDef envNode fill:#8fbc8f,stroke:#333,stroke-width:2px,color:#000,font-size:24px
38+
classDef startNode fill:#2d5f3f,stroke:#333,stroke-width:2px,color:#fff,font-size:24px
3039
3140
%% Edge label styling
3241
linkStyle default font-size:24px
3342
34-
class Start startNode
43+
class NetApp startNode
3544
class Q1 questionBox
3645
class AppSP,DevAccount,Broker,ManagedId,ServicePrincipal authMethod
3746
class LocalDev,AzureApp,OnPremApp envNode

docs/azure/sdk/media/mermaidjs/authentication-environments.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/azure/sdk/media/mermaidjs/local-broker-authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ms.date: 08/07/2024
44
---
55

66
```mermaid
7+
%% STEPS TO GENERATE IMAGE
8+
%% =======================
9+
%% 1. Install mermaid CLI v10.9.1 (see https://github.com/mermaid-js/mermaid-cli/blob/master/README.md):
10+
%% npm i -g @mermaid-js/[email protected]
11+
%% 2. Run command: mmdc -i local-broker-authentication.md -o ../../media/mermaidjs/local-broker-authentication.svg
12+
713
flowchart LR
814
APP["Local .NET app"]
915
BK["Developer account credentials supplied by broker"]

docs/azure/sdk/media/mermaidjs/local-developer-authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ms.date: 08/07/2024
44
---
55

66
```mermaid
7+
%% STEPS TO GENERATE IMAGE
8+
%% =======================
9+
%% 1. Install mermaid CLI v10.9.1 (see https://github.com/mermaid-js/mermaid-cli/blob/master/README.md):
10+
%% npm i -g @mermaid-js/[email protected]
11+
%% 2. Run command: mmdc -i local-developer-authentication.md -o ../../media/mermaidjs/local-developer-authentication.svg
12+
713
flowchart TD
814
ARL[Local .NET app]
915

docs/azure/sdk/media/mermaidjs/local-service-principal-authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ms.date: 08/07/2024
44
---
55

66
```mermaid
7+
%% STEPS TO GENERATE IMAGE
8+
%% =======================
9+
%% 1. Install mermaid CLI v10.9.1 (see https://github.com/mermaid-js/mermaid-cli/blob/master/README.md):
10+
%% npm i -g @mermaid-js/[email protected]
11+
%% 2. Run command: mmdc -i local-service-principal-authentication.md -o ../../media/mermaidjs/local-service-principal-authentication.svg
12+
713
flowchart LR
814
APP["Local .NET app"]
915
SP["App service principal stored in environment variables"]

0 commit comments

Comments
 (0)