Azure Stream Analytics Output Table
This page shows how to write Terraform and Azure Resource Manager for Stream Analytics Output Table and write them securely.
azurerm_stream_analytics_output_table (Terraform)
The Output Table in Stream Analytics can be configured in Terraform with the resource name azurerm_stream_analytics_output_table. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
The following arguments are supported:
name- (Required) The name of the Stream Output. Changing this forces a new resource to be created.resource_group_name- (Required) The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.stream_analytics_job_name- (Required) The name of the Stream Analytics Job. Changing this forces a new resource to be created.storage_account_name- (Required) The name of the Storage Account.storage_account_key- (Required) The Access Key which should be used to connect to this Storage Account.table- (Required) The name of the table where the stream should be output to.partition_key- (Required) The name of the output column that contains the partition key.row_key- (Required) The name of the output column that contains the row key.batch_size- (Required) The number of records for a batch operation. Must be between1and100.
In addition to the Arguments listed above - the following Attributes are exported:
id- The ID of the Stream Analytics Output Table.
Explanation in Terraform Registry
Manages a Stream Analytics Output Table.
Microsoft.StreamAnalytics/streamingjobs/outputs (Azure Resource Manager)
The streamingjobs/outputs in Microsoft.StreamAnalytics can be configured in Azure Resource Manager with the resource name Microsoft.StreamAnalytics/streamingjobs/outputs. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
apiVersionrequired - stringnamerequired - stringThe name of the output.
propertiesrequireddatasourceoptionalserializationoptionalsizeWindowoptional - numberThe size window to constrain a Stream Analytics output to.
timeWindowoptional - stringThe time frame for filtering Stream Analytics job outputs.
typerequired - string