Creation of function in azure stream analytics

David Ramirez 1 Reputation point
2021-10-10T22:29:38.9+00:00

139271-functions.png

Attached is a screen shot of a video regarding to uploading data from a iot device and visualize en Power Bi, the questions is the information showed is the result of a creation of the functions in a manual way or are created automatically? then I understand that this same information is used in the query

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

1 answer

Sort by: Most helpful
  1. Sander van de Velde 29,461 Reputation points MVP
    2021-10-11T07:51:59.727+00:00

    Hello @David Ramirez ,

    it seems you are referencing this video.

    The functions seen in this video are already added before the recording started, normally you start with an empty list of user-defined functions.

    These UDF Functions are added eg. by hand in the Azure portal:

    139299-image.png

    There you can write your own custom functions, in JavaScript:

    139386-image.png

    Check out this documentation for details.

    It is also possible to write functions based on the C# language.

    For this, you need to program using the VS Code extension.

    0 comments No comments