microsoft / azcode

Public roadmap for Azure Tools for VS Code.
MIT License
9 stars 8 forks source link

VSCode Azure Workspace never switch between Tenant #67

Open oxsmose opened 11 months ago

oxsmose commented 11 months ago

I try to switch my workspace to another Tenant / Subscription however nothing happen.

I can see subscription in command list but nothing happen, the list of subscription does not change to the new one.

I use MSAL on Azure Extension, I tried to force Tenant Id in extension, I tried to log off and log in again. Nothing happen.

image

alexweininger commented 11 months ago

Make sure you are using the "Azure: Select Subscriptions..." command, and not the "Azure: Select Subscriptions" command. The second one is contributed by the Azure Account extension which is no longer used by the Azure Resources extension.

image

We know this is confusing and we're working to remove these old commands.

oxsmose commented 11 months ago

This command gives me indeed my current subscriptions but not from the Tenant I am trying to reach.

I try ; > Azure Select Tenant then select the Tenant I want to switch. Nothing change.

image