Skip to content

Commit c91f2ba

Browse files
committed
add package
1 parent 9e6b36b commit c91f2ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Connect-AzAccount -UseDeviceAuthentication
9595

9696
Developers using Visual Studio Code can authenticate using their developer account directly through the code editor. Apps using <xref:Azure.Identity.DefaultAzureCredential> or <xref:Azure.Identity.VisualStudioCodeCredential> can discover and use this account to authenticate app requests when running locally.
9797

98-
1. Install the [Azure Resources](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups) Visual Studio Code extension, which lets you to view and manage Azure resources directly from Visual Studio Code. This extension also uses the built-in Visual Studio Code Microsoft authentication provider to authenticate with Azure.
98+
1. Inside Visual Studio Code, navigate to the **Extensions** panel and install the [Azure Resources](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups) extension. This extension lets you to view and manage Azure resources directly from Visual Studio Code. It also uses the built-in Visual Studio Code Microsoft authentication provider to authenticate with Azure.
9999

100100
:::image type="content" source="../media/azure-resources-extension.png" alt-text="Screenshot showing the Azure Resources extension.":::
101101

@@ -106,6 +106,12 @@ Developers using Visual Studio Code can authenticate using their developer accou
106106
> [!TIP]
107107
> Open the Command Palette using `Ctrl+Shift+P` on Windows/Linux and `Cmd+Shift+P` on MacOS.
108108
109+
1. Add the [Azure.Identity.Broker](https://www.nuget.org/packages/Azure.Identity.Broker) NuGet package to your app:
110+
111+
```dotnetcli
112+
dotnet add package Azure.Identity.Broker
113+
```
114+
109115
---
110116
111117
[!INCLUDE [Implement DefaultAzureCredential](<../includes/implement-defaultazurecredential.md>)]

0 commit comments

Comments
 (0)