I need to count all events collected during the current day, from 0:00 to 23:59 utc time each five minutes.
I'm using a stream analytics service withe the current query:
SELECT Cast(pid as bigint) as PublisherID,Cast(cid as bigint) as CampaignID,…
Hello Stack Overflow community members.
Can anyone recomend an approach to do the following within MS Azure standard service scope:
1. Call external REST API;
2. Get REST API response (that is string array) into Azure Stream Analytics (ASA) for…
we're using a Stream Analytics component in Azure to send data (log messages from different web apps) to a table storage account. The messages are retrieved from an Event Hub, but I think this doesn't matter here.
Within the Stream Analytics…
We are currently streaming data from an Azure Event Hub via Azure Stream Analytics to Cosmos DB. I want to be able to programatically change the query (/ Transformation) that is completed as the data is streamed.
var existingQuery =…
I have a trouble saving telemetry that are coming from Azure IoT hub to Cosmos DB. I have the following setup:
IoT Hub - for events aggregation
Azure Stream Analytics - for event stream processing
Cosmos DB with Table API. Here I created 1…
I am writing a PowerShell script that creates iot-hub account with storage account and a streamAnalytics job.
For updating the json file for the streamAnalytics job, I need to retrieve the storage account name that has just been created.…
I would like to create a stream analytics job using only Powershell. I know that the command to do this is: New-AzureRMStreamAnalyticsInput. However it requires a JSON file with job details. I found a documentation provided by Microsoft where there…
I am using Stream Analytics to insert data into table storage. This works when all I want to do is add new rows. However, I now want to insert or update existing rows. Is this possible with Stream Analytics/Table storage?
I'd like to set the prefix based on some of the data coming from event hub.
My data is something like:
{"id":"1234",...}
I'd like to write a blob prefix that is something like:
foo/{id}/guid....
Ultimately I'd like to have one blob for each id. This…
I have sending device temperature and humidity value from downstream and having one ASA for handling value either under alert or normal status for sinking into Event Hub.
The device is sending Temperature and Humidity information that contains its…
I am working on an IoT analytics solution which consumes Avro formatted messages fired at an Azure IoT Hub and (hopefully) uses Stream Analytics to store messages in Data Lake and blob storage. A key requirement is the Avro containers must appear…
I am having a hard time setting up Stream Analytics to use a reference Blob.
I have Data factory moving a table from SQL table to a CSV file in a blob container. I did try the data/time method but could not get that to work at all coming up with the…
I've got a large Azure IOT Suite implementation and I'd like to back it up or export the various jobs/components for safe keeping. We had a few instances where someone deleted something incorrectly and it took some time to recreate it.
Thanks!
…
Does anyone know is there a way of using Azure Stream Analytics job as a source for Power BI Embedded report?
There is other Azure data sources available, but no ASA on Power BI Desktop, while designing the Power BI report.
I can't seem to get Availability telemetry pushed to a Azure SQL DB using Stream Analytics. There is NO error. It's just that no data is inserted.
Input
I have the input set up to the blob location where Application Insights exports too. I have…