Reputation: 53
I am trying to do CI/CD for a Stream Analytics jobs. In this i have 2 inputs :
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
Upvotes: 0
Views: 153
Reputation: 192
Can you please make sure that you have the right version of the NuGet package :
https://www.nuget.org/packages/Microsoft.Azure.StreamAnalytics.CICD/2.0.0
Hope this helps.
Upvotes: 1