microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

Help Test the New Azure VS Code Extension Authentication #738

Closed alexweininger closed 10 months ago

alexweininger commented 1 year ago

Hello 👋,

The Azure extensions for VS Code will be moving to a newer and hopefully more reliable authentication system. We'd love to have some users test it out to make sure the release goes smoothly.

Install the prerelease build

Note: the extension will work best using VS Code Insiders.

  1. Download the ZIP: vscode-azureresourcegroups-0.7.6-alpha.0.vsix.zip
  2. Extract/unzip the zip
  3. From the command palette (F1 or Command/Ctrl + Shift + P), run the "Extensions: Install from VSIX..." command.

(tip: you can also do it through this menu in the Extensions view)

image
  1. Select the downloaded .VSIX file, then reload VS Code as prompted.

  2. Sign in, use the extension as you normally would 😃

Report issues

If you run into any issues during sign in, sign out, or while using the extension, please file an issue. Be sure to note that you're using the prerelease build in the issue description, and be as detailed as you can.

What's changing?

We're moving from using the Azure Account extension for authentication to the built-in Microsoft Authentication extension. This means that you will now manage your account via the VS Code accounts menu.

image
alexweininger commented 1 year ago

Tracking https://github.com/microsoft/vscode/issues/192806

alexweininger commented 1 year ago

Tracking https://github.com/microsoft/vscode/issues/184218