Skip to content

Commit 03ef5f1

Browse files
committed
fix diagram
1 parent 8c4a38f commit 03ef5f1

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,40 @@ ms.date: 08/07/2024
44
---
55

66
```mermaid
7-
flowchart LR
8-
LA[Authentication environment]
9-
ARL[.NET app running locally]
7+
flowchart TD
8+
ARL[Local .NET app]
109
1110
VS[Visual Studio]
1211
VSC[Visual Studio Code]
1312
AZCLI[Azure CLI]
1413
AZPS[Azure PowerShell]
1514
AZD[Azure Developer CLI]
15+
16+
DevAccount["Developer account credentials"]
17+
18+
AS["Azure services <br/><br/> Azure AI Services, Azure Blob Storage, Azure Key Vault, Azure Service Bus, other Azure services"]
1619
17-
AS["Azure services <br/><br/> Azure AI Services, Azure Blob Storage, Azure Key Vault, Azure Service Bus, etc."]
18-
19-
LA --> ARL
2020
ARL --> VS
2121
ARL --> VSC
2222
ARL --> AZD
2323
ARL --> AZCLI
2424
ARL --> AZPS
2525
26-
VS --> AS
27-
VSC --> AS
28-
AZD --> AS
29-
AZCLI --> AS
30-
AZPS --> AS
26+
VS --> DevAccount
27+
VSC --> DevAccount
28+
AZD --> DevAccount
29+
AZCLI --> DevAccount
30+
AZPS --> DevAccount
31+
32+
DevAccount --> AS
3133
3234
classDef highlight fill:#0078d4,stroke:#005ba1,stroke-width:2px,color:#fff,font-size:16px
33-
classDef tools fill:#e6f3ff,stroke:#0078d4,stroke-width:1px,font-size:14px
34-
classDef default font-size:14px
35+
classDef tools fill:#e6f3ff,stroke:#0078d4,stroke-width:1px,font-size:16px
36+
classDef default font-size:16px
37+
classDef lightgreen fill:#D4F4D4,stroke:#7BC97B,stroke-width:2px,color:#000,font-size:16px
3538
3639
class AS highlight
3740
class VS,VSC,AZD,AZCLI,AZPS tools
3841
class LA,ARL default
42+
class DevAccount lightgreen
3943
```

0 commit comments

Comments
 (0)