Skip to content

Commit 540e6a2

Browse files
committed
fixes
1 parent d8564e7 commit 540e6a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Developers using Visual Studio Code can authenticate with their developer accoun
6666
6767
### [Azure CLI](#tab/sign-in-azure-cli)
6868
69-
Developers 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.
69+
Developers can also use the [Azure CLI](/cli/azure/what-is-azure-cli) to authenticate. Apps using <xref:Azure.Identity.DefaultAzureCredential>` or <xref:Azure.Identity.AzureCliCredential> can then use this account to authenticate app requests when running locally.
7070
7171
To authenticate with the Azure CLI, run the `az login` command. On a system with a default web browser, the Azure CLI launches the browser to authenticate the user.
7272
@@ -82,7 +82,7 @@ az login --use-device-code
8282

8383
### [Azure Developer CLI](#tab/sign-in-azure-developer-cli)
8484

85-
Developers can also use the [Azure Developer CLI](/azure/developer/azure-developer-cli/overview) to authenticate. Apps using `DefaultAzureCredential` or <xref:Azure.Identity.AzureDeveloperCliCredential> can then use this account to authenticate app requests when running locally.
85+
Developers can also use the [Azure Developer CLI](/azure/developer/azure-developer-cli/overview) to authenticate. Apps using <xref:Azure.Identity.DefaultAzureCredential> or <xref:Azure.Identity.AzureDeveloperCliCredential> can then use this account to authenticate app requests when running locally.
8686

8787
To authenticate with the Azure Developer CLI, run the `azd auth login` command. On a system with a default web browser, the Azure Developer CLI launches the browser to authenticate the user.
8888

@@ -98,7 +98,7 @@ azd auth login --use-device-code
9898

9999
### [Azure PowerShell](#tab/sign-in-azure-powershell)
100100

101-
Developers can also use [Azure PowerShell](/powershell/azure/what-is-azure-powershell) to authenticate. Apps using `DefaultAzureCredential` or <xref:Azure.Identity.AzurePowerShellCredential> can then use this account to authenticate app requests when running locally.
101+
Developers can also use [Azure PowerShell](/powershell/azure/what-is-azure-powershell) to authenticate. Apps using <xref:Azure.Identity.DefaultAzureCredential> or <xref:Azure.Identity.AzurePowerShellCredential> can then use this account to authenticate app requests when running locally.
102102

103103
To authenticate with Azure PowerShell, run the command `Connect-AzAccount`. On a system with a default web browser and version 5.0.0 or later of Azure PowerShell, it launches the browser to authenticate the user.
104104

@@ -112,6 +112,6 @@ For systems without a default web browser, the `Connect-AzAccount` command uses
112112
Connect-AzAccount -UseDeviceAuthentication
113113
```
114114

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

0 commit comments

Comments
 (0)