Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
588 stars 459 forks source link

Bicep IaC templates with Streaming Analytics Job Sample (#94) #321

Closed jmostella closed 3 years ago

jmostella commented 3 years ago
* README.md  Describes how to run the project in Azure and perform functional, unit, and e2e test using an online simulator.
  Added section on "Key Concepts"
* .gitignore Added
* containers.bicep Creates blob storaage container as data sink
* iothubs.bicep Creates IoT Hub
* streamingjobs.bicep Creates ASA job
* main.bicep Creates all Azure resources necessary for sample
* streamanalytics-tech-sample.asaql Sample query for filtering temperature > 27
* test/temperature_equal_to_27_degrees.json Test case data
* temperature_greater_than_27_degrees_expected.json Test case data
* temperature_greater_than_27_degrees.json Test case data
* temperature_less_than_27_degrees.json Test case data
* testConfig.json Added

Type of PR

Purpose

Adds Azure Streaming Analytics Single Tech Sample

Does this introduce a breaking change? If yes, details on what can break

Author pre-publish checklist

Validation steps

Follow markdown documentation

Issues Closed or Referenced