Can Rest Get API be used in Azure Stream Analytics Job ?

시남 우 0 Reputation points
2024-08-21T10:12:19.5333333+00:00

Hello,

I want to know the usage of REST API in Azure Stream Analytics Job.

Maybe, the operation is such as below.

  1. Call REST Get API
  2. Process REST Get API response.

Thanks

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
361 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,241 Reputation points
    2024-08-22T14:18:01.8166667+00:00

    @시남 우 - Thanks for the question and using MS Q&A platform.

    Unfortantely, you cannot use REST API be used in Azure Stream Analytics Job.

    What is Azure Stream Analytics?

    Azure Stream Analytics is a fully managed stream processing engine that is designed to analyze and process large volumes of streaming data with sub-millisecond latencies. You can build a streaming data pipeline using Stream Analytics to identity patterns and relationships in data that originates from various input sources including applications, devices, sensors, clickstreams, and social media feeds. Then, you can use these patterns to trigger actions and initiate workflows such as raising alerts, feeding information to a reporting tool, or storing transformed data for later use. Stream Analytics is also available on the Azure IoT Edge runtime, which enables you to process data directly from IoT devices.

    Here are a few example scenarios where you can use Azure Stream Analytics:

    • Anomaly detection in sensor data to detect spikes, dips, and slow positive and negative changes
    • Geo-spatial analytics for fleet management and driverless vehicles
    • Remote monitoring and predictive maintenance of high value assets
    • Clickstream analytics to determine customer behavior
    • Analyze real-time telemetry streams and logs from applications and IoT devices

    Diagram that shows the stages Ingest, Analyze, and Deliver stages of a streaming pipeline.

    Understand inputs for Azure Stream Analytics?

    Azure Stream Analytics jobs connect to one or more data inputs. Each input defines a connection to an existing data source. Stream Analytics accepts data incoming from several kinds of event sources including Event Hubs, IoT Hub, and Blob storage. The inputs are referenced by name in the streaming SQL query that you write for each job. In the query, you can join multiple inputs to blend data or compare streaming data with a lookup to reference data, and pass the results to outputs.

    Stream Analytics has first-class integration with four kinds of resources as inputs:

    These input resources can live in the same Azure subscription as your Stream Analytics job, or from a different subscription.

    You can use the Azure portal, Azure PowerShell, .NET API, REST API, Visual Studio, and Visual Studio Code to create, edit, and test Stream Analytics job inputs.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

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.