Create an Azure Logic App
In this lab, you'll practice creating Azure Logic Apps. When you're finished, you'll understand how to automate workflows that connect Azure services and data.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create the Logic App and Configure the Trigger
Create a Logic App through the Azure Portal, and configure the trigger that begins the workflow logic.
Challenge
Retrieve the File Contents and Store Them in a Variable
Learn to access and retrieve the contents of a file in blob storage. You will also learn how to store that content in a variable for use throughout the Logic App workflow.
Challenge
Parse the File Content into a JSON Object
You'll learn how to work with data stored in variables in a Logic App. You'll also learn how to manipulate and parse data formats like JSON using expressions.
Challenge
Set up Control Flow to Loop through the JSON Data
Add control logic to create separate paths for the data in your workflow. You'll learn how to work with common actions to manage the flow of your Logic Apps.
Challenge
Save the Data to Azure Table Storage
Persist the workflow data to Azure Table STorage using Data and Control actions. This will allow the data to be easily managed and leveraged for business purposes.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- General familiarity with the Azure Portal user interface
- Basic conceptual understanding of Azure Storage options
- General development concepts like variables, data types