i have created a flow that copies nested folders to Azue blob storage container. The issue i have is it doesn't copy the floders only text file please help :-)

Darren Page 21 Reputation points
2022-07-14T09:17:34.49+00:00

220737-6.png

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

Accepted answer
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2022-07-17T08:10:51.353+00:00

    @Darren Page Thank you for providing the detailed information of the issue!

    It by design, If you upload any extension( video, pdf, images and more( Json . Txt . Pdf .. Jpg)) everything will be in same format. But you view which format the file is been uploaded
    Since blob is unstructured data( It's a binary of large **objects*)) However, while you upload the blob in the request header the content type is sent. x-ms-blob-content-type is the header which decides:Optional, Set the blob’s content type.

    221519-image.png

    There are different ways to transfer files/folder from Azure Storage account(Blob Files) , You can use Azcopy or Azure Storage Explorer tool

    Choose an Azure solution for data transfer

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to 221536-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.