-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/single tech/streamanalytics #94
Merged
jmostella
merged 1 commit into
Azure-Samples:single-tech/streamanalytics
from
jmostella:feature/single-tech/streamanalytics
May 7, 2021
Merged
Feature/single tech/streamanalytics #94
jmostella
merged 1 commit into
Azure-Samples:single-tech/streamanalytics
from
jmostella:feature/single-tech/streamanalytics
May 7, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmostella
force-pushed
the
feature/single-tech/streamanalytics
branch
3 times, most recently
from
December 29, 2020 12:26
56df9a1
to
cbe14bc
Compare
jmostella
force-pushed
the
feature/single-tech/streamanalytics
branch
from
April 13, 2021 08:22
cbe14bc
to
9712e4a
Compare
jmostella
force-pushed
the
feature/single-tech/streamanalytics
branch
from
April 14, 2021 03:04
9712e4a
to
51c89c2
Compare
jmostella
force-pushed
the
feature/single-tech/streamanalytics
branch
from
May 7, 2021 07:06
51c89c2
to
8929d20
Compare
jmostella
force-pushed
the
single-tech/streamanalytics
branch
2 times, most recently
from
May 7, 2021 07:26
3feb4b0
to
c6bab39
Compare
jmostella
force-pushed
the
feature/single-tech/streamanalytics
branch
5 times, most recently
from
May 7, 2021 08:31
adcdfe6
to
918f830
Compare
* 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
jmostella
force-pushed
the
feature/single-tech/streamanalytics
branch
from
May 7, 2021 08:33
918f830
to
2bb61ae
Compare
jmostella
added a commit
that referenced
this pull request
May 12, 2021
* 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
jmostella
added a commit
to jmostella/modern-data-warehouse-dataops
that referenced
this pull request
May 17, 2021
…s#94) * 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
devlace
pushed a commit
that referenced
this pull request
May 21, 2021
…s + Bicep IaC templates (#94) (#321) * Bicep IaC templates with Streaming Analytics Job Sample (#94) * 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 * Updated commands and params * main.bicep removed default values. * README.md Complete env variable usage.
esmcelroy
pushed a commit
to esmcelroy/modern-data-warehouse-dataops
that referenced
this pull request
Mar 17, 2022
…s#94) * 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Adds
Azure Streaming Analytics
SampleDoes this introduce a breaking change?
Author pre-publish checklist: