Skip to content

Commit 02c0579

Browse files
committed
PR changes
1 parent f72eb22 commit 02c0579

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/azure/sdk/authentication/local-development-dev-accounts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ During local development, applications need to authenticate to Azure to access v
2323

2424
For an app to authenticate to Azure during local development using the developer's Azure credentials, the developer must be signed-in to Azure from one of the following developer tools:
2525

26-
- Visual Studio
27-
- Visual Studio Code
2826
- Azure CLI
29-
- Azure PowerShell
3027
- Azure Developer CLI
28+
- Azure PowerShell
29+
- Visual Studio
30+
- Visual Studio Code
3131

3232
The Azure Identity library can detect that the developer is signed-in from one of these tools. The library can then obtain the Microsoft Entra access token via the tool to authenticate the app to Azure as the signed-in user.
3333

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 08/07/2024
1313
flowchart LR
1414
APP["Local .NET app"]
1515
BK["Developer account credentials supplied by broker"]
16-
AS["Azure services <br/><br/> Azure AI Services, Azure Blob Storage, Azure Key Vault, other Azure services"]
16+
AS["Azure services"]
1717
1818
APP --> BK
1919
BK --> AS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flowchart TD
2121
2222
DevAccount["Developer account credentials"]
2323
24-
AS["Azure services <br/><br/> Azure AI Services, Azure Blob Storage, Azure Key Vault, other Azure services"]
24+
AS["Azure services"]
2525
2626
ARL --> VS
2727
ARL --> VSC

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 08/07/2024
1313
flowchart LR
1414
APP["Local .NET app"]
1515
SP["App service principal stored in environment variables"]
16-
AS["Azure services <br/><br/> Azure AI Services, Azure Blob Storage, Azure Key Vault, other Azure services"]
16+
AS["Azure services"]
1717
1818
APP --> SP
1919
SP --> AS

0 commit comments

Comments
 (0)