Azure Logic Apps Use case Scenario

#Use Case

Scenario

Customer has Newly Created a Website which is having Paid Courses for microsoft azure conducted exams and some certified Exams conducted by reputated organizations. Indeed Customer want to get more users to buy the courses. so whenever user sign up to the website ,customer want to contact the user through e mail for the reason if the user left the website without buying any course. if user does,store the course name and user details in storage and send a mail for thanking the user.

Solution

By Using Logic Apps with No/Less code ,we can implement the UseCase ,we will try to use pre-built Connector to implement it.

Steps to implement Logic App
  1. Create a logic app resource that runs in the multi-tenant Logic Apps service environment.
  2. Select the blank logic app template.
  3. Add a trigger that specifies when to run the workflow.
  4. Add an action that performs a task after the trigger fires.
  5. Run your workflow.
step1

Create a logic app resource that runs in the multi-tenant Logic Apps service environment.

  1. Sign in to the Azure portal with Azure account.
  2. In the Azure search box, enter logic apps, and select Logic Apps.
  3. On the Logic Apps page, select Add > Consumption.
    This step creates a logic app resource that runs in the multi-tenant Logic Apps service environment
  4. On the Logic App pane, provide basic details and settings for your logic app. Create a new resource group for this example logic app.
  5. When you're ready, select Review + Create. On the validation page, confirm the details that you provided, and select Create.

Flow Chart for the Implementation of Usecase Scenario with Logic Apps

step2

Select the blank template

  1. After deploying logic app, select Go to resource. Or, find and select your logic app by typing the name in the Azure search box.
  2. The Logic Apps Designer opens and shows a page with an introduction video and commonly used triggers.
  3. Under Templates, select Blank Logic App
step3

Add the Trigger

  1. In the Logic Apps Designer, under the search box, select Select HTTP request
step4

Add the Action

  1. We need to implement the Signup/SignIn Connector ,This comes Under Action
step5

Add the Control

  1. add the if Connector ,and in if we need to mention User Enrolled the Course or Not This comes Under Control
step6

Add the Actions

  1. If Yes :add an Blob Storage to save the user Details and course that the user enrolled.
    take the user's e-Mail and send the Thanking Mail.

  2. If No :Send the e-mail to the User and in mail add the Feedback template that the reason to not interested to enrolled the Course.
Azure Logic Apps Use case Scenario Azure Logic Apps Use case Scenario Reviewed by azureGOT on July 13, 2021 Rating: 5
Powered by Blogger.