Skip to content

Commit 306c947

Browse files
committed
edit pass
1 parent c91f2ba commit 306c947

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,19 @@ Connect-AzAccount -UseDeviceAuthentication
9393

9494
### [Visual Studio Code](#tab/sign-in-visual-studio-code)
9595

96-
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.
9796

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.
97+
Developers using Visual Studio Code can authenticate with their developer account directly through the editor. Apps that use <xref:Azure.Identity.DefaultAzureCredential> or <xref:Azure.Identity.VisualStudioCodeCredential> can discover and use this account to authenticate app requests when running locally.
98+
99+
1. In Visual Studio Code, go to the **Extensions** panel and install the [Azure Resources](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups) extension. This extension lets you 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.
99100

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

102-
1. From the Command Palette in Visual Studio Code, search for and select **Azure: Sign in**.
103+
1. Open the Command Palette in Visual Studio Code, then search for and select **Azure: Sign in**.
103104

104-
:::image type="content" source="../media/visual-studio-code-sign-in.png" alt-text="Screenshot showing how to sign-in to Azure in Visual Studio Code.":::
105+
:::image type="content" source="../media/visual-studio-code-sign-in.png" alt-text="Screenshot showing how to sign in to Azure in Visual Studio Code.":::
105106

106107
> [!TIP]
107-
> Open the Command Palette using `Ctrl+Shift+P` on Windows/Linux and `Cmd+Shift+P` on MacOS.
108+
> Open the Command Palette using `Ctrl+Shift+P` on Windows/Linux or `Cmd+Shift+P` on macOS.
108109
109110
1. Add the [Azure.Identity.Broker](https://www.nuget.org/packages/Azure.Identity.Broker) NuGet package to your app:
110111

0 commit comments

Comments
 (0)