'Fetch blob content by blob URI from Azure Logic App?

What is the best-practice to fetch a blobs content in a Azure Logic App if I want to use the blob URi?

Example uri: https://mystorageaccount.blob.core.windows.net/blobcontainer/filename

enter image description here

I can't use "Get blob content (V2)" or "Get blob content using path (V2)" since I need to give either an ID or the path in the container e.g.: myfolder\myfile.xml

Using a HTTP shape with GET operation on the URi works fine but seems like a hassle since I would need another operation just to fetch the content from the HTTP body.

Suggestions?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source