Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Blob name gets truncated when the file contains '#'

Vinayak014 opened this issue · comments

We are uploading a file in the portal manually with the name “ERTT.BG45444.#EFGD.E34543.E787828t.txt” in a container called "test". ADLS account is truncating after the “#” character. And the file which gets uploaded is with the name “ERTT.BG45444”

This seems to happen when the Authentication type is "Azure AD User Account" and for "Storage Key" authentication, the file gets uploaded and there is no truncation.

Not sure of the issue exactly. Is there a way to achieve this using "Azure AD User Account" authentication?