successhawk
successhawk

Reputation: 3351

How to automatically copy files when created in box.com to Azure blob storage?

How to automatically copy files when created in box.com folder to a specific location in Azure blob storage?

Is this possible with Microsoft Connectors?

Upvotes: 1

Views: 919

Answers (1)

Thomas
Thomas

Reputation: 29522

It is indeed possible.

Check the Box.com connector. There is a trigger called When a file is created. You can then copy your file to a blob storage.

So

  1. Create a box.com account.
  2. Create an Azure storage account and a blob container.
  3. Create an Azure logic app and read some tutorial :-)

Upvotes: 1

Related Questions