Azure

Switch A number of File Codecs Between Blob Containers with Logic App

Azure Logic Apps

Logic App is a cloud-based service that enables us to react to an occasion in a single service (reminiscent of SharePoint on-line) and do one thing with the info from that occasion into one other service (reminiscent of Twitter). It makes it sensible and easy for enterprise processes. The customers construct workflows that mechanically carry out some enterprise duties and processes throughout purposes and providers. We are able to join our business-critical apps and providers with Azure Logic Apps, automating our workflows with out writing a single line of code.

Earlier than studying this text, please undergo some vital article hyperlinks talked about under.

Stipulations

Right here, we’re going to see learn how to join blob storage and oneDrive with approval-based automated workflow utilizing Azure Logic App

Steps to construct a Workflow utilizing a template

Step 1

  • Log into https://portal.azure.com/.
  • Within the dashboard, select to create a useful resource and click on on Integration. Now, choose “Logic App”.

Step 2

  • Enter the identify you need to assign to the logic. Choose the subscription and useful resource group the place you manage the associated sources and placement the place your logic app is saved. Then, click on on “Create”.
    Logic app
  • Right here is the dashboard. Click on “Logic App Designer”.
    Logic app designer

Step 3

Now, click on on the Clean Logic App.

Blank logic app

Step 4

Configure the blob Storage.

  • Seek for blob storage within the search bar.
    Azure blob storage
  • Select the Triggers as When a blob is added or modified.

Step 5

Configure Blob for get blob content material.

  • Seek for Azure Blob Storage.
    Azure blob storage
  • Select the motion as Get blob content material
    Get blob content
  • Mapping Storage account, Blob.
    Mapping storage account

Step 7

Initializes the variable.

Initialize variable

Step 8

Configure Management for checking the situation.

  • Seek for Management operation
    Control operation
  • Select situation as actions
    Actions condition
  • Select Chosen choices is the same as Approve
    Condition

True

  • Then, if true, select an operation reminiscent of Blob Storage and select the motion as create blob. And map the folder as outlookdocs.

The ultimate workflow can be like this.

Create blob

False

  • Then, if true, select an operation reminiscent of Blob Storage and select the motion as create blob. And map the folder as outlookimage
    Create blob

Closing work movement

Final work flow

Now, allow us to save and run the workflow.

Output

Run the Logic App.

Run trigger

Its efficiently run

Successfully run

Add blob in storage.

Upload blob

March month sales

Lastly, it efficiently runs and save the file into outlookdocs container in blob storage.

Outlook docs

Abstract

I hope you understood learn how to join blob storage and OneDrive with approval-based automated  workflow utilizing Azure Logic App. Keep tuned for extra Logic App articles.

Know extra about our firm at Skrots. Know extra about our providers at Skrots Providers, Additionally checkout all different blogs at Weblog at Skrots

Show More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button