I am trying to do CI/CD for a Stream Analytics jobs. In this i have 2 inputs :
Datalake
Reference data (where I am using SQL DW)
I have created the pipeline following the link https://github.com/SatyKrish/AzureStreamAnalytics-CICD
Once I have artifacts from pipeline ,i am trying to create Release.
I am getting Error "The required property 'storageAccounts' is missing from the request.".
When i see ARM template file i cann't see Storage Account and Storage Key inside properties for reference dataset.
I have configure Storage account in Visual studio but some how when Artifacts are generated ,it doesn't have Storage details for reference dataset
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]