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 26 views 26 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 Believe Hyp about Quantum Protection: Report March 11, 2025 Google Jemi is coming to Android Auto but the rollout is hassle March 10, 2025 How the drones are transmitting security on the US southern border March 7, 2025 Remember a uninterrupted tech trailballs: Tom Mitchell March 7, 2025 New HMD X 1 ‘Safe’ Phone: Protection for Parents, Great Factors for Kids March 5, 2025 Opera adds Agent AI to his browser March 4, 2025 Leave a Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.