You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Truncate Wasb storage account name if it's more than 24 characters (#33851)
* Truncate Wasb storage account name if it's more than 24 characters
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.
* Apply suggestions from code review
Co-authored-by: Jed Cunningham <[email protected]>
* Also add the change to the async part
---------
Co-authored-by: Jed Cunningham <[email protected]>
0 commit comments