Trying to Deploy stream analytics module to Azure Percept device.
Following this tutorial here:
https://docs.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.
