Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

UTF-8 filenames Problem #49

Open
Alpenverein opened this issue May 25, 2023 · 0 comments
Open

UTF-8 filenames Problem #49

Alpenverein opened this issue May 25, 2023 · 0 comments

Comments

@Alpenverein
Copy link

AZURE Storage Account UTF-8 Problems

Container Instance seems not to be able to write proper UTF-8 filenames in to a mounted Azure Files share.
It seems not to be possible to write UTF-8 filenames like it is in Azure App Service.

How to reproduce the Problem:

  • Mount an Azure Files share from a Storage account into an App Service.
  • Open a shell to the App Service and create a file "äöü-AppService.txt" into the shared directory.
  • Mount the same Azure Files share into an Container Instance.
  • Open a shell to the ContainerInstance aswell and create a File "äöü-ContainerInstance.txt" into the same directory.
  • Have a look at the two files, either from the App Service shell and from the Container Instance shell
  • Have a third look into the directory from the Storage browser in the Azure Portal
  • You will find something like this:

-rwxrwxrwx    q nobody   nobody           7 Apr 19 06:04 _äää-ContainerInstance.txt
-rwxrwxrwx    1 nobody   nobody           7 May 19 06:03 üöä-AppService.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant