Any timeline to support "Extended Attributes" over "SMB Azure file shares"?

Omar Aviles 20 Reputation points Microsoft Employee
2024-12-05T16:53:04.29+00:00

I've run into an issue with container apps. My WebDAV service relies on what are called "Extended Attributes" on files.

Basically, little metadata "files" that are stored next to a file but not part of the actual file. Specifically, the files we need this are in one of the container volume mounts mapped to an Azure File Share.

I am exploring alternatives to Extended Attributes as well, but all options there would require some development time.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,329 questions
{count} votes

Accepted answer
  1. Vinod Kumar Reddy Chilupuri 1,915 Reputation points Microsoft Vendor
    2024-12-05T18:17:18.1833333+00:00

    Hi @Omar Aviles

    Welcome to Microsoft Q&A, thanks for posting your query here.

    Currently, Azure Files does not support "Extended Attributes" over SMB Azure file shares. This limitation is noted in the documentation, which states that extended attributes are not supported in Azure Files, page blob, or block blob storage. At this time, there is no timeline provided by the Microsoft when this feature will be available in the future.

    SMB file shares in Azure Files | Microsoft Learn

    If your application relies heavily on Extended Attributes, you may need to follow some alternatives.

    • Use a different storage solution that supports extended attributes, like Azure Blob Storage, which allows you to store custom metadata for files. This would require updating your WebDAV service to work with Azure Blob Storage instead of Azure File Shares.
    • ⁠Setup a temporary local file system within your container to handle Extended Attributes and sync the files with Azure File Shares. Store the metadata in a database or in separate files alongside the actual files. While not a direct replacement for Extended Attributes, it will be a useful alternative.

    Please feel free to contact if the issue persists, we will be glad to assist you closely. Please do consider clicking on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.