* 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
[x] Documentation changes
[x] Code changes
[x] Test changes
[ ] CI-CD changes
[ ] GitHub Template changes
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
[ ] Added test to prove my fix is effective or new feature works
[x] No PII in logs
[x] Made corresponding changes to the documentation
Type of PR
Purpose
Adds
Azure Streaming Analytics
Single Tech SampleDoes 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