We have not supported SQL MSI yet both in vs code and npm packages.
this is one feature gap in our tooling side and will address this in October release
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
We are trying to automate the build and deployment process for our Azure Stream Analytics. We have configured the Managed Identity so we do not have any credentials on the parameters file.
We have configured the inputs and outputs with "AuthenticationMode": "Msi" to use this managed identity but this is not working with Reference - SQL Database input types.
Here we have an Event Hub input with "AuthenticationMode": "Msi":
And the generated object in the JobTemplate as expected:
The Reference - SQL Database input type with "AuthenticationMode": "Msi":
And the generated object in the JobTemplate without "authenticationMode" property:
Is this a bug with the 'azure-streamanalytics-cicd' npm package or is this a problem with my input configuration?
We have not supported SQL MSI yet both in vs code and npm packages.
this is one feature gap in our tooling side and will address this in October release
yeah, it is fixed, and you can consume it using the latest vs code and npm pacakge
When trying to use managed identity for SQL reference we are getting the error:
Settings:
Sorry, there seems to be a bug here, once MSI is selected, we shouldn't put password into the template and parameter file anymore. We'll release a hotfix soon, and let you know once the new npm package released.
We have released a hotfix version v2.4.1 for azure-streamanalytics-cicd npm package (https://www.npmjs.com/package/azure-streamanalytics-cicd).
Please have a try! Feel free to reach out to us if you have further questions.
Sign in to comment