Reader small image

You're reading from  The Azure IoT Handbook

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781837633616
Edition1st Edition
Right arrow
Author (1)
Dan Clark
Dan Clark
author image
Dan Clark

Dan Clark is a senior developer and data engineer specializing in Microsoft technologies. He is focused on learning new AI and data technologies and training others on how to best implement those technologies. He has worked as an Azure Technical Trainer (ATT)for Microsoft and has over 25 years of experience as a Microsoft Certified Trainer. Dan has published several books and numerous articles on Microsoft technologies. He is a regular speaker at various developer and database conferences and user group meetings and enjoys interacting with the Microsoft communities.
Read more about Dan Clark

Right arrow

Lab – implementing stream analytics on the edge

In this lab, you will do the following:

  • Create an Azure Stream Analytics (ASA) job configured to process data on the edge
  • Connect the ASA job with other IoT Edge modules running on the same edge device
  • Configure the data flow between the Stream Analytics module and other modules using IoT Edge routes

Let’s accomplish the aforementioned tasks by following these steps:

  1. Go to your Azure subscription, open up the Cloud Shell, and make sure you are in the Bash environment. If this is your first time opening up the Cloud Shell in the portal, you will be asked to create an Azure Storage account to support the Cloud Shell.
  2. Run the following command in the Cloud Shell to create a resource group:
    az group create –name IoTEdgeResources --location eastus2

    You can change the location to a supported one closer to you (for a list of region capabilities, see here: https://azure.microsoft.com/en-us...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
The Azure IoT Handbook
Published in: Dec 2023Publisher: PacktISBN-13: 9781837633616

Author (1)

author image
Dan Clark

Dan Clark is a senior developer and data engineer specializing in Microsoft technologies. He is focused on learning new AI and data technologies and training others on how to best implement those technologies. He has worked as an Azure Technical Trainer (ATT)for Microsoft and has over 25 years of experience as a Microsoft Certified Trainer. Dan has published several books and numerous articles on Microsoft technologies. He is a regular speaker at various developer and database conferences and user group meetings and enjoys interacting with the Microsoft communities.
Read more about Dan Clark