microsoft / microsoft/AzureTRE
Workspace deploy fails because storage account is not unique
Open
bug
design
has workaround
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Describe the bug
A clear and concise description of what the bug is.
I've just deployed a workspace and get
mError: \u001b[0m\u001b[0m\u001b[1mcreating Azure Storage Account \"stgws2a73\": storage.AccountsClient#Create: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> Code=\"StorageAccountAlreadyTaken\" Message=\"The storage account named stgws2a73 is already taken.
looks like the last 4 chars are maybe not unique enough. Seems odd though if it's ~1/10^6 chance
Steps to reproduce
- Deploy a workspace
- Be unlucky!
Contributor guide
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.
Assessment
This issue has not been assessed yet.