Hello Dynamics Enthusiast,
Working on cutting Edge technologies like Azure Logic Apps and contributing to the Dynamics community keeps me energetic. So Here I am, to provide you a step by step guide to sync Teams and Blob storage using Azure Logic Apps.
Scenario: I came across a requirement where client wants synchronization between Teams and blob storage which should enable end user to attach file to Teams and attached file should be stored into Azure Blob Storage automatically.
Prerequisites: Azure Subscription, Storage Account in Azure Portal.
I am using trigger as SharePoint: When a file is created in folder because Teams Files are stored in SharePoint.It is easy to access the attached SharePoint site for the Teams.
Follow the below steps to achieve the objective.
#1: Logic Apps Blank Template creation
#2: Enter trigger information
Refer the below screen.
#3: Search for the blob storage action. I chose Create Blob action.
#4: Enter the action information.
Below is the summary screen of the Logic Apps to give you a better view.
Testing: It is important to test whatever you configured. So follow the below steps to validate your configuration.
#1: Before uploading the file, Teams and Blob storage view are as below.
#2: Upload a file in Teams.
#3: Same file should be replicated in Blob Storage for successful validation of the configuration.
Hope it helps to some extent.
May the Dynamics Power be with you!
Original Post https://derivingdynamics.home.blog/2019/09/18/syncronizing-teams-with-blob-storage/