Clicking Sign in does nothing visible. No window, no tab, no error. The app is waiting on a browser it never managed to open.
Sign-in is a redirect flow: Storage Explorer opens your default browser, you authenticate there, and the browser hands a token back to the app on a local port. Three things break that chain, in order of how often they do:
You can attach a storage account directly with an access key or SAS token, which uses no browser at all. Portal → storage account → Security + networking → Access keys, then in Storage Explorer use Connect → Storage account or service.
Keys are full-access credentials for that account. Store them in a password manager, not in a project file, and rotate them if one leaks.
These guides are written by sellerkit. We publish JetBrains IDE plugins, including one for Azure Blob Storage, listed below. Everything above works whether or not you use it.
Our plugin declares no upper IDE build limit, makes no network call until you press Connect, and each release is run through the JetBrains Plugin Verifier against multiple IDE versions before it ships.