Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Suggested answer

set metadata for blob when uploading the file to azure storage container

(0) ShareShare
ReportReport
Posted on by 2
Hi Team,
 
I trying to set metadata for the sales details file while uploading to azure storage container using x++ code, but I am getting an below
 
package used: Microsoft.Azure.Storage.Blob;
 
 
Can someone have any possible way or workaround to set metadata for the file
 
 
  • Waed Ayyad Profile Picture
    Waed Ayyad 6,636 Super User 2024 Season 2 on at
    set metadata for blob when uploading the file to azure storage container
     
    From the error message you can't update it directly it is read only (you can't update it).
     
     
    Thanks,
    Waed Ayyad

     
  • Suggested answer
    Martin Dráb Profile Picture
    Martin Dráb 230,514 Most Valuable Professional on at
    set metadata for blob when uploading the file to azure storage container
    The documentation will help you: Manage blob properties and metadata with .NET. It explains that you should use SetMetadata() or SetMetadataAsync().
     
    You may want to create a C# library and do most of the work there, rather then using blob API directly from X++. The .NET Interop from X++ has a plenty of limitations, such as a very limited support for generics.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey Pt 2

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,820 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,514 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans