Skip to content

Commit 291ccc7

Browse files
committed
fix diagram and tabs
1 parent e475446 commit 291ccc7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Developers using Visual Studio Code can authenticate with their developer accoun
6464
dotnet add package Azure.Identity.Broker
6565
```
6666
67-
---
68-
6967
### [Azure CLI](#tab/sign-in-azure-cli)
7068
7169
Developers coding outside of an IDE can also use the [Azure CLI](/cli/azure/what-is-azure-cli) to authenticate. Apps using `DefaultAzureCredential` or <xref:Azure.Identity.AzureCliCredential> can then use this account to authenticate app requests when running locally.
@@ -115,3 +113,5 @@ Connect-AzAccount -UseDeviceAuthentication
115113
```
116114

117115
[!INCLUDE [Implement DefaultAzureCredential](<../includes/implement-defaultazurecredential.md>)]
116+
117+
---

0 commit comments

Comments
 (0)