Open ggmahyar opened 4 years ago
we want to configure storage account settings with Azure stream analytics job using Terraform. Can someone help us with the code snippet.
Huh, is this still open? TF Azurerm has so many possible inputs/outputs for asa now, but can't use them because it's impossible to configure a storage account? Or is there a workaround?
@katbyte do you know if this issue is on the radar? It's what is still preventing us for using Terraform for Azure Stream Analytics.
Community Note
Description
A Storage Account is needed for an Stream Analytic Job to run, if the output is set to Synapse. In contact with Mircosoft we found out that it is already implemented in ARM and .net SDK but the setting is not yet possible via Azure CLI. We want to continue using azurerm_stream_analytics_job and refrain deploying with ARM template.
New or Affected Resource(s)
And in this point of the ARM Template
Potential Terraform Configuration
References
0000