Visual Studio provides an option to provision Stream Analytics job using the Azure Resource Group deployment template with the help of Azure SDK. The template is a logical container of JSON resource code definitions and parameter settings with artifacts necessary for an ARM to create the ASA job environment and deploy to Azure:
- From the Visual Studio New Project option under installed templates, select Cloud and choose Azure Resource Group to start creating the ARM template for the deployment of the Stream Analytics job. Provide the name of the project and its location on the local disk:
- After creating the project, a prompt will appear to select Azure ...