21 lines
843 B
Markdown
21 lines
843 B
Markdown
# Azure Stream Analytics Job
|
|
|
|
This template deploys an Azure Stream Analytics Job.
|
|
|
|
## Terraform resource types
|
|
|
|
- [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
|
|
- [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
|
|
- [azurerm_stream_analytics_job](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/stream_analytics_job)
|
|
|
|
## Variables
|
|
|
|
| Name | Description | Default |
|
|
|-|-|-|
|
|
| `resource_group_location` | Location of the resource group. | eastus |
|
|
| `number_of_streaming_units` | Number of Streaming Units. | 1 |
|
|
|
|
## Example
|
|
|
|
To see how to run this example, see [Create an Azure Stream Analytics job using Terraform](https://learn.microsoft.com/azure/stream-analytics/quick-create-terraform)
|