Allow short container name on Azure Storage
The container name on azure storage need to have at least 3 characters.
Currently i have a javascript file which is used on houndreds of differents sites which link looks like that:
domain.com/v1/script.js
I am not able to move it to azure storage, as i cannot create container named v1.
It is also not possible to use root container as you cannot use / in blob name in root container.
The resolution would be to allow shorter cotnainer names - even 1 character.
Min 3 character name seems to be somehow strange constraint.
17
votes
1 comment
-
Richard Astbury
commented
You could put the file in the $root container, and call the blob 'v1/script.js'