Tom Archer 1c2b68b884
User Story 60501: 101-stream-analytics-job (#216)
* Part of POC to test generating sample code and articles using OpenAI.
2023-04-22 10:37:21 +08:00

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)