I'm uploading some files with some different special characters to the blob. It is not getting uploaded. I found that there is some restriction on naming the files of the azure. So I need the list of unsupported unicode characters for blob file names or way to find whether a character is supported in azure blob file name or not.
I had referred below doc on this. They didnt provide any particular list or way to find it. https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata
I need the exact validation of file name validation happening on upload file blade on azure blob
I don't think the Microsoft Docs are very precisely specified.
A blob name must conforming to the following naming rules:
In my tests I found you cannot have these characters in an Azure Blob name
I used the Azure Blob go SDK for doing these tests, so it is possible some of these limitations are due to that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With