Stream Analytics CI/CD :The required property 'storageAccounts' is missing from the request."

HimanshuSinha-msft 601 Reputation points
2020-05-08T23:14:31.277+00:00

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

7959-1.png

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]

MSDN Source: https://social.msdn.microsoft.com/Forums/en-US/1a0715d4-9b27-42e6-808b-e6ff031f42f8/stream-analytics-cicd-the-required-property-storageaccounts-is-missing-from-the-requestquot?forum=AzureStreamAnalytics

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

Accepted answer
  1. MartinJaffer-MSFT 26,221 Reputation points
    2020-05-08T23:22:00.63+00:00

    Hello

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.