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:
Tom Archer
2023-04-21 19:37:21 -07:00
committed by GitHub
parent 817c23d293
commit 1c2b68b884
5 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "stream_analytics_job_name" {
value = azurerm_stream_analytics_job.job.name
}