Skip to content

Commit

Permalink
Update README.md (#38135)
Browse files Browse the repository at this point in the history
Issue #27263 has been closed, supersceeded by #30525.
A user could read #27263 begin closed as meaning the known issue is resolved.
Pointing the link directly to the current issue to avoid any confusion.
  • Loading branch information
afscrome authored Aug 11, 2023
1 parent c725c18 commit f738f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/Azure.Identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To authenticate in Visual Studio, select the **Tools** > **Options** menu to lau

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. Applications using the `DefaultAzureCredential` or the `VisualStudioCodeCredential` can then use this account to authenticate calls in their application when running locally.

It's a [known issue](https://github.com/Azure/azure-sdk-for-net/issues/27263) that `VisualStudioCodeCredential` doesn't work with [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account) versions newer than **0.9.11**. A long-term fix to this problem is in progress. In the meantime, consider [authenticating via the Azure CLI](#authenticating-via-the-azure-cli).
It's a [known issue](https://github.com/Azure/azure-sdk-for-net/issues/30525) that `VisualStudioCodeCredential` doesn't work with [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account) versions newer than **0.9.11**. A long-term fix to this problem is in progress. In the meantime, consider [authenticating via the Azure CLI](#authenticating-via-the-azure-cli).

#### Authenticate via the Azure CLI

Expand Down

0 comments on commit f738f6a

Please sign in to comment.