Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncate Wasb storage account name if it's more than 24 characters #33851

Merged
merged 3 commits into from
Aug 29, 2023

Conversation

ephraimbuddy
Copy link
Contributor

Storage account names must be between 3 and 24 characters in length but for some reasons that I can't explain, we saw a situation where the storage name is more than 24 characters and had to be truncated before it could work. Maybe it was possible in the past to have more than 24 characters or it could come from cluster but whichever way, the solution that worked was truncating the account name to 24 characters.

https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview#storage-account-name

ephraimbuddy and others added 3 commits August 28, 2023 22:47
Storage account names must be between 3 and 24 characters in length but for some
reasons that I can't explain, we saw a situation where the storage name is more than 24 characters
and had to be truncated before it could work. Maybe it was possible in the past to have more than 24 characters or
it could come from cluster but whichever way, the solution that worked was truncating the account name to
24 characters.
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
@eladkal eladkal merged commit 9e2d607 into apache:main Aug 29, 2023
42 checks passed
@ephraimbuddy ephraimbuddy deleted the wasb-url-fix branch August 29, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants