Error creating a Stream Analytics job into IoT edge

julio antonio carbonero reina 20 Reputation points
2023-06-22T15:58:02.7766667+00:00

Good evening,

First of all thank you for your support.

I'm tying to create a Stream Analytics Job (selected Hosting environment: Edge) through the azure portal but it doesn work. When I press on the "Create" button it goes to the overview screen but the buttons "start", "stop", "delete", "move",... are disable.

The "Activity Log" shows a red warning with the opreation name error "GenerateTopologies" and its json (properties) says:

  • Error code: InternalServerError
  • Message: Called Cloud logical job converter when the job type is Edge
  • JSON:
"properties": {
        "statusCode": "InternalServerError",
        "serviceRequestId": null,
        "statusMessage": "{\"code\":\"InternalServerError\",\"message\":\"Called Cloud logical job converter when the job type is Edge\",\"details\":{\"code\":\"500\",\"message\":\"Called Cloud logical job converter when the job type is Edge\",\"correlationId\":\"bb59c764-b3ee-44ff-b73e-d749e12dc9fd\",\"requestId\":\"70c8fd79-efa3-48a4-bb7e-600acf305011\"}}",
        "eventCategory": "Administrative",
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.
573 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
354 questions
{count} votes

Accepted answer
  1. LeelaRajeshSayana-MSFT 15,321 Reputation points Microsoft Employee
    2023-06-22T22:29:32.3+00:00

    Hi @julio antonio carbonero reina Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    The "start", "stop", "delete" and "move" are disabled for all Edge jobs as the Edge jobs are run on IoT Edge device. The IoT Edge agent runtime handles the module runtime status, and the jobs are run as an Edge module. Please refer the following resources that provide more details on how to create a Stram Analytics job on Edge

    1. Deploy Azure Stream Analytics as an IoT Edge module
    2. Develop Stream Analytics Edge jobs using Visual Studio tools

    I have tested creating a new stream analytics job on Edge through the portal and it did not throw any error in the activity log.

    The error message displayed Called Cloud logical job converter when the job type is Edge implies that you are trying to convert an existing Cloud job to Edge job. Can you please confirm if this is the scenario you are trying to do? If not, I appreciate it if you can share more details on the region you have selected for the Stream Analytics job and the type of the storage account and its authentication mode you have selected during the creation?


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.