microsoft / microsoft/AzureStorageExplorer
Feature Request: Display terse connection string in Properties view
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
When a storage account is selected, the Properties view shows a number of useful properties like the Primary and Secondary connection strings used to connect to the storage account.
The connection strings shown are the "longer" version of the connection string. The portal provides a more terse version of the connection string, as in the following:
DefaultEndpointsProtocol=https;AccountName=[account name];AccountKey=[account key];EndpointSuffix=core.windows.net
This version is a little more succinct. Could this version of the connection string be displayed? Unless there's a downside to this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Properties view for a selected storage account and trace where the Primary and Secondary connection strings are assembled or displayed. Compare the current strings with the terse portal format shown in the issue; done means the Properties view displays that format for both connection strings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100