Azure Stream Analytics Cluster
This page shows how to write Terraform and Azure Resource Manager for Stream Analytics Cluster and write them securely.
azurerm_stream_analytics_cluster (Terraform)
The Cluster in Stream Analytics can be configured in Terraform with the resource name azurerm_stream_analytics_cluster. 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 which should be used for this Stream Analytics Cluster. Changing this forces a new resource to be created.resource_group_name- (Required) The name of the Resource Group where the Stream Analytics Cluster should exist. Changing this forces a new resource to be created.location- (Required) The Azure Region where the Stream Analytics Cluster should exist. Changing this forces a new resource to be created.streaming_capacity- (Required) The number of streaming units supported by the Cluster. Accepted values are multiples of36in the range of36to216.tags- (Optional) A mapping of tags which should be assigned to the Stream Analytics.
In addition to the Arguments listed above - the following Attributes are exported:
id- The ID of the Stream Analytics.
Explanation in Terraform Registry
Manages a Stream Analytics Cluster.
Microsoft.StreamAnalytics/clusters (Azure Resource Manager)
The clusters in Microsoft.StreamAnalytics can be configured in Azure Resource Manager with the resource name Microsoft.StreamAnalytics/clusters. 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 - stringlocationoptional - stringThe geo-location where the resource lives
namerequired - stringThe name of the cluster.
propertiesrequiredprovisioningStateoptional - string
skuoptionalcapacityoptional - integerDenotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests.
nameoptional - stringSpecifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests.
tagsoptional - stringResource tags.
typerequired - string