microsoft / vscode-azurestorage

Azure Storage extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestorage
MIT License
61 stars 39 forks source link

Unable to connect to local emulator over HTTPS, and unable to detach default configuration #1348

Open mnbf9rca opened 6 days ago

mnbf9rca commented 6 days ago

I recognise that there may be 2 issues in here: unable to connect, and unable to detach default config.

Does this occur consistently? Yes Repro steps:

  1. Install Azurite (in my case as a container) and configure to use HTTPS (as per Azurite documentation)
  2. Install Azure Storage VS Code extension
  3. try to connect to the emulated storage using the https connection string.

Expected: you can connect to the account

Attempted resolution: Detach the "default" conenction from the "Detach storage account" option in the command pallet but the default connection does not show up: Image

Action: azureStorage.attachStorageAccount Error type: Error Error Message: Storage Account "devstoreaccount1" is already attached.

Version: 0.16.1 OS: linux OS Release: 6.5.0-1025-azure Product: Visual Studio Code Product Version: 1.94.2 Language: en

Call Stack ``` AttachedStorageAccountsTreeItem. extension.bundle.js:2:4488928 fulfilled extension.bundle.js:2:4486357 ```
MicroFish91 commented 5 days ago

Thanks for filing this issue, we will need to investigate this one and get back to you