Uploading Images into Azure BLOB Storage Using Logic Apps

T West 136 Reputation points
2021-03-29T03:00:20.58+00:00

Hi,

Is there a way to upload files to Azure BLOB Storage using Logic Apps? I ideally want to create a OneDrive folder where the files can be dropped into and uploaded using Logic Apps.

Thanks

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,835 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael James 6 Reputation points
    2021-03-29T03:19:17.523+00:00

    You can use the Azure Blob Storage Connector.

    See https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage

    There's a 50MB filesize limit (above that you need to chunk the file)

    1 person found this answer helpful.

  2. T West 136 Reputation points
    2021-03-31T22:24:30.747+00:00

    Thanks all, just about to try this solution. I'll let you know how it goes.