microsoft / vscode-azureresourcegroups

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

Azure Login broken #874

Open weddige opened 3 weeks ago

weddige commented 3 weeks ago

Type: Bug

I have two azure accounts and I switch between them via F1 -> Azure: Sign in (with and without Azure: Sign Out). This sucessfully changes the account, that is displayed in the Status Bar.

However, if I try to deploy an Azure Function or access any Azure Resources, I can only access the same account, reagardless of my current login status.

Extension version: 1.15.0 VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (8 x 3998)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.94GB (4.08GB free)| |Process Argv|--crash-reporter-id d215081b-e728-4886-b199-ff131f0c9f72| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 chatpanelc:31048052 dsvsc021:30996838 jg8ic977:31013176 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31061160 pythonprt:31056678 dwnewjupyter:31046869 26j00206:31048877 ```
weddige commented 3 weeks ago

Even after uninstalling all Azure Extensions and reinstalling only the Azure Functions Extension, I am still logged in and can deploy to Azure without having to log in.

I investigated this issue a while ago and saw, that VS Code uses the appropriate auth token in the beginning and then after a few requests switches to always the same old token, regardless of which account I used to log in or if I am logged in at all.

alexweininger commented 1 week ago

Hi @weddige,

The account displayed in the status bar is the account signed in with the Azure Accounts extension. The Azure Functions extension no longer uses the Azure Account extension for authentication, and instead relies on the Azure Resources extension which itself uses the built-in Microsoft authentication extension for VS Code. This is explained in more detail in the v0.8.0 Azure Resources extension release notes.

For Azure Functions, accounts can be seen in the bottom left.

image

If you can, please uninstall the Azure Account extension.