microsoft / vscode-azureresourcegroups

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

Display "No matching resources found." after selecting "Sign in to Azure" #578

Closed v-chenzha closed 1 year ago

v-chenzha commented 1 year ago

OS: Win10 Azure Resource Group Build Version: 20230215.10 Azure Storage Build Version: v0.15.1

Repro Steps:

  1. Sign out.
  2. Back to Explorer -> Right-click on a folder in the explorer and select "Deploy to Static Website via Azure Storage...".
  3. Click "Sign in to Azure...". image
  4. Check whether succeeds to display "Signing in to Azure...".

Expect: Succeeds to display "Signing in to Azure...". image

Actual: Display "No matching resources found". image

More Info:

  1. This issue also reproduces when clicking "Create an Azure Account.../Create an Azure for Student Account...".
  2. This issue also reproduces when executing command "Azure Storage: Deploy to Static Website via Azure Storage..." from command palette.
  3. This issue also reproduces when executing command "Azure: Sign In with Device Code" but don't paste the code into the webpage and go to deploy.
alexweininger commented 1 year ago

@v-chenzha can you verify that this is now fixed?

v-chenzha commented 1 year ago

@alexweininger Verified this issue on the latest resource group build 20230219.1, it doesn't reproduce for now.