Azure Logic Apps

Logic App is a cloud-based service. It allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event in another service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically perform some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating workflows without writing a single line of code.

Before reading this article, please go through some important article links, mentioned below.

Face API

Here, we can detect the face in the image. Whenever you upload the images in the dropbox, the Face API detects the values like Gender, Age, Beard, Glasses, Smile, etc., and stores the values in the Excel file.

How to use Face API in Azure Logic App?

Here, we need to connect DropBox and Onedrive to access Face API.

Prerequisites

Follow the below steps to build a Workflow using a template.

Step 1. Create the Cognitive Service. Login to https://portal.azure.com/

Step 2. Create the Storage Account

Step 3. Now, let us create the Logic App for detecting the face in the image and storing the values on the Excel Spreadsheet.

Step 4. Now, click on the Blank Logic App.

Blank Logic App

Step 5. Configure the data by signing into DropBox and Excel Online.

Step 6. Configure the Blob Storage

Step 7. Configure the cognitive Face API for detecting the Face in the Image.

Step 8

Step 9. Now we save and run the workflow and run it.

Save and run

Output

Upload the image in the DropBox.

Upload the image

Now, the values are saved in Excel.

Values

Logic App Evaluation.

 App Evaluation

Summary

I hope you understand how to use Face API and store the values in the Excel spreadsheet automatically and how to run it. Stay tuned for more.