User Story 60501: 101-stream-analytics-job (#216)
* Part of POC to test generating sample code and articles using OpenAI.
This commit is contained in:
20
quickstart/101-stream-analytics-job/readme.md
Normal file
20
quickstart/101-stream-analytics-job/readme.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 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)
|
Reference in New Issue
Block a user