Stream Analytics Edge automated deploymend and publish from a Visual Studio Project

Michael Helfenstein
1
Reputation point
Hi
I am looking for the right way to build a JobTemplat.json from a Stream Analytics Edge Job created in a Visual Studio 2019 / 2022 Projekt and then publish it to a new created azure ressource. This all in a outomated way.
For a Stream Analytics job from the "jobType": "Cloud" this works well with the npm tool: azure-streamanalytics-cicd
But this tool does not support Projekt types "jobType": "Edge". It gives the error .edgeproj types not supported.
So my quest is. how can i do that the right way automated for a edge project?
Sign in to answer