Azure Stream Analytics Module on Azure Percept Edge Device

Charles Elwood 106 Reputation points MVP
2021-07-21T18:23:00.41+00:00

Trying to Deploy stream analytics module to Azure Percept device.

Following this tutorial here:
https://learn.microsoft.com/en-us/azure/iot-edge/tutorial-deploy-stream-analytics?view=iotedge-2020-11

Steps to Duplicate :

  1. Created blob storage container
  2. Turned on Azure Percept
  3. Create Stream Analytics job with Edge Hub as input, and then Edge Hub as output
  4. Tried a simplication of the Query to be just "
    Select
    *
    From
    InputEdgeHub
    INTO
    OutputEDGEHub
  5. Set storage account settings to blob storage setup in step 1
  6. Then in Edge Device -> Set Modules -> Azure Stream Analytics Module
  7. Selected Edge job created earlier and clicked save.
  8. Success message that module was published
  9. The blob storage - container - now contains a $log, and asa-edge, and the module file.

When I refresh Edge modules on the Percept, I don't see the stream analytics module being updated in the Edge modules list.

@Mike McCoy - MSFT @Amira Youssef @Jussi Niemela

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
72 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
558 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,151 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
342 questions
{count} votes

Accepted answer
  1. Mike McCoy - MSFT 606 Reputation points
    2021-07-23T12:23:44.367+00:00

    Hi @Charles Elwood - please ensure that you've followed all of the instructions in the tutorial (https://learn.microsoft.com/en-us/azure/iot-edge/tutorial-deploy-stream-analytics?view=iotedge-2020-11). In our experience, the module will get successfully deployed when the instructions are followed.

    Thanks,

    -Mike


0 additional answers

Sort by: Most helpful