Support contentStoragePolicy
and jobStorageAccount
in azurerm_stream_analytics_job
#19018
Closed
1 task done
Is there an existing issue for this?
Community Note
Description
Stream Analytics Job now allow to store private data assets in dedicated storage account. See Data protection in Azure Stream Analytics
Assigning a dedicated storage account for private data assets can only be done on creation of a Stream Analytics job. Not modification/update afterwards.
New or Affected Resource(s)/Data Source(s)
azurerm_stream_analytics_job
Potential Terraform Configuration
References
REST API Documentation here: https://learn.microsoft.com/en-us/rest/api/streamanalytics/2020-03-01/streaming-jobs/create-or-replace?tabs=HTTP
SDK support here: https://github.com/hashicorp/go-azure-sdk/blob/0e8a0b3a8f7c2ad1ef138a40c13159ece58b3e44/resource-manager/streamanalytics/2020-03-01/streamingjobs/model_streamingjobproperties.go#L15
and here: https://github.com/hashicorp/go-azure-sdk/blob/0e8a0b3a8f7c2ad1ef138a40c13159ece58b3e44/resource-manager/streamanalytics/2020-03-01/streamingjobs/model_streamingjobproperties.go#L15
The text was updated successfully, but these errors were encountered: