azure-stream-analytics Questions
1
I'm pushing a stream of data to Azure EventHub with the following code leveraging Microsoft.Hadoop.Avro.. this code runs every 5 seconds, and simply plops the same two Avro serialised items 👍🏼:
...
Gynecology asked 7/11, 2019 at 16:36
5
Solved
I'm following the example walkthrough Export to SQL from Application Insights using Stream Analytics. I am trying to export custom event dimensions (context.custom.dimensions in the JSON example be...
Exchequer asked 20/7, 2015 at 23:48
2
I have seen like a huge amount of data write to cosmos DB from stream analytics job on a particular day.
It was not supposed to write huge amount of documents in a day. I have to check if there is ...
Metallophone asked 6/12, 2019 at 13:6
3
Solved
I am looking at pricing information for Azure Stream Analytics using the Azure Pricing Calculator: https://azure.microsoft.com/en-us/pricing/calculator/#stream-analytics378d63b3-303d-4548-afd0-bac5...
Kellda asked 4/7, 2019 at 1:23
2
Solved
As part of a Stream Analytics deployment solution I want to retrieve the API key for a Azure Function App in an ARM template via e.g. the listkeys() function. Is there a way to retrieve this key vi...
Lectern asked 26/10, 2018 at 13:2
2
In order to write sensor data from an IoT device to a SQL database in the cloud I use an Azure Streaming Analytics job. The SA job has an IoT Hub input and a SQL database output. The query is trivi...
Renfred asked 8/3, 2019 at 11:13
2
Solved
I want to pipe the output of a stream analytics job to table storage. For the rowkey, I want to use an inverted timestamp. In C# I would simply do the following:
var invertedTimestamp = DateTime.M...
Nitroglycerin asked 24/7, 2018 at 1:46
3
Solved
Hi i am started to learning the azure data lake and azure machine learning ,i need to use the azure data lake storage as a azure machine learning studio input data .There have a any options are the...
Eshelman asked 7/3, 2017 at 15:16
1
Solved
I noticed that both Azure Functions and Azure Stream Analytics can take an input, modify or transform that input, and put it into an output.
When would I use one versus the other? Are there any ge...
Sula asked 2/3, 2018 at 20:12
4
Solved
I'm using a service which outputs to an Event Hub.
We want to store that output, to be read once per day by a batch job running on Apache Spark. Basically we figured, just get all messages dumped ...
Airplane asked 18/8, 2015 at 3:13
1
I have created one ASA job and also created one input alias and one output alias
like this
and I edited query section like this
WITH
[StreamData]
AS (
SELECT
employee_id,
first_name,
last_n...
Verdha asked 12/7, 2017 at 13:51
4
How can I send and keep only the last value sent from stream analytics to powerbi?
I am measuring temperatures per sensor and sending to an eventhub and then to stream analytics then I am sending ...
Holarctic asked 20/5, 2015 at 13:22
1
Solved
We want to migrate our dedicated servers to Azure platform for scaling easy and investigated a lot of Azure services for our needs. So one of the Azure service that we want to use is Azure Stream A...
Pneumograph asked 25/6, 2016 at 2:25
1
Solved
As the title says, can you have more than one query in an Azure Streaming Analytics job? If so, how should that be structured?
Elwoodelwyn asked 29/3, 2016 at 14:20
2
Looking to do real time metric calculations on event streams, what is a good choice in Azure? Stream Analytics or Storm? I am comfortable with either SQL or Java, so wondering what are the other di...
Serpentiform asked 30/6, 2015 at 5:11
1
© 2022 - 2024 — McMap. All rights reserved.