Skip to content

Commit c344afe

Browse files
authored
Add Azure Account extension version requirement to Identity README (Azure#23518)
* Add Azure Account extension version requirement to Identity README * React to feedback
1 parent 6fbfdeb commit c344afe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ local development.
3636

3737
#### Authenticate via Visual Studio Code
3838

39-
`DefaultAzureCredential` and `VisualStudioCodeCredential` can authenticate as
40-
the user signed in to Visual Studio Code's
41-
[Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account).
42-
After installing the extension, sign in to Azure in Visual Studio Code by
43-
pressing `F1` to open the command palette and running the `Azure: Sign In`
44-
command.
39+
Developers using Visual Studio Code can use the [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account) to authenticate via the editor. Apps using `DefaultAzureCredential` or `VisualStudioCodeCredential` can then use this account to authenticate calls in their app when running locally.
40+
41+
To authenticate in Visual Studio Code, ensure **version 0.9.11 or earlier** of the Azure Account extension is installed. To track progress toward supporting newer extension versions, see [this GitHub issue](https://github.com/Azure/azure-sdk-for-net/issues/27263). Once installed, open the **Command Palette** and run the **Azure: Sign In** command.
4542

4643
#### Authenticate via the Azure CLI
4744

0 commit comments

Comments
 (0)