Azure Storage Explorer: Connect to Your Storage Account (4 Methods)
Updated Feb 5, 20262 min read
This guide covers four methods to connect Azure Storage Explorer to your storage account. Choose the method that matches your access level and organization's requirements.
Method 1: Azure Active Directory (Recommended)
Best for: Organization accounts with Azure AD
- Launch Azure Storage Explorer
- Click Add an Account (person icon in the left sidebar)
- Select Add an Azure Account
- Choose your Azure environment (usually Azure Global)
- Sign in with your organizational credentials
- Select the subscriptions you want to access
- Click Apply
Your storage accounts will appear in the Explorer panel.
Method 2: Storage Account Key
Best for: Direct access with full permissions
- In the Azure Portal, navigate to your storage account
- Go to Access Keys under Security + Networking
- Copy one of the connection strings
- In Storage Explorer, click Connect > Storage Account
- Select Account name and key
- Paste the account name and key
- Click Connect
Security note: Account keys grant full access. Use SAS tokens for limited access.
Method 3: Shared Access Signature (SAS)
Best for: Time-limited or permission-limited access
- In the Azure Portal, generate a SAS token for your storage account
- Set appropriate permissions and expiry date
- Copy the SAS URL
- In Storage Explorer, click Connect > Storage Account
- Select Shared access signature (SAS)
- Paste the SAS URL
- Click Connect
Method 4: Local Emulator
Best for: Development and testing
- Install and start Azurite (the local Azure Storage emulator)
- In Storage Explorer, expand Local & Attached
- Expand Storage Accounts > Emulator
- Your local emulator resources will appear
Next Steps
- Blob storage tutorial — Start managing files
- Troubleshooting — Fix common connection errors
- Back to main Azure guide