Set content-type using logic app standard built-in blob connector by info.odysseyx@gmail.com October 8, 2024 written by info.odysseyx@gmail.com October 8, 2024 0 comment 21 views 21 Many users are migrating from using logic apps to take advantage of the great features provided by the Logic App Standard. If that user replaces the Blob managed connector with the Blob built-in connector, the Content-Type advanced parameter for the Create Managed Blob operation is missing. For reference: Azure Blob Storage – Managed Connector | microsoft run The built-in Upload Blob to Storage Container action does not have this parameter; the connector automatically determines the content type based on the content of the Blob Content parameter. For reference: Azure Blob Storage – Built-in connector | microsoft run For those who want to explicitly specify the content type, you can pass the following json to the blob content parameter: { "$content-type": "application/octet-stream", "$content": "blob content" } The built-in upload blobs for storage containers are: Source link Share 0 FacebookTwitterPinterestEmail info.odysseyx@gmail.com previous post Most widely used SharePoint Framework ISVs from the Store – September 2024 next post Explore Exciting E-commerce Operations Job Opportunities at The Sterling Factory in Jaipur 2023 You may also like Bots now dominate the web and this is a copy of a problem February 5, 2025 Bots now dominate the web and this is a copy of a problem February 5, 2025 Bots now dominate the web, and this is a problem February 4, 2025 DIPSEC and HI-STECS GLOBAL AI Race February 4, 2025 DEPSEC SUCCESS TICTOKE CAN RUNNING TO PUPPENSE TO RESTITE January 29, 2025 China’s AI Application DEPSEC Technology Spreads on the market January 28, 2025 Leave a Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.