Skip to content

Commit 4fdff57

Browse files
committed
edit pass: improve-stream-analytics-acrolinx-scores
1 parent 510a6ba commit 4fdff57

File tree

2 files changed

+65
-55
lines changed

2 files changed

+65
-55
lines changed
Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
---
2-
title: Real-time event processing using Azure Stream Analytics
3-
description: This article describes the reference architecture to achieve real-time event processing and analytics using Azure Stream Analytics.
2+
title: Real-time event processing with Azure Stream Analytics
3+
description: This article describes the reference architecture to achieve real-time event processing and analytics by using Azure Stream Analytics.
44

55
ms.service: stream-analytics
66
ms.topic: conceptual
77
ms.date: 01/24/2017
88
---
99
# Reference architecture: Real-time event processing with Microsoft Azure Stream Analytics
10-
The reference architecture for real-time event processing with Azure Stream Analytics is intended to provide a generic blueprint for deploying a real-time platform as a service (PaaS) stream-processing solution with Microsoft Azure.
10+
11+
The reference architecture for real-time event processing with Azure Stream Analytics provides a generic blueprint for deploying a real-time platform as a service (PaaS) stream-processing solution by using Microsoft Azure.
1112

1213
## Summary
13-
Traditionally, analytics solutions have been based on capabilities such as ETL (extract, transform, load) and data warehousing, where data is stored prior to analysis. Changing requirements, including more rapidly arriving data, are pushing this existing model to the limit. The ability to analyze data within moving streams prior to storage is one solution, and while it is not a new capability, the approach has not been widely adopted across all industry verticals.
1414

15-
Microsoft Azure provides an extensive catalog of analytics technologies that are capable of supporting an array of different solution scenarios and requirements. Selecting which Azure services to deploy for an end-to-end solution can be a challenge given the breadth of offerings. This paper is designed to describe the capabilities and interoperation of the various Azure services that support an event-streaming solution. It also explains some of the scenarios in which customers can benefit from this type of approach.
15+
Traditionally, analytics solutions are based on capabilities such as ETL (extract, transform, load) and data warehousing, where data is stored before analysis. Changing requirements, including more rapidly arriving data, are pushing this existing model to the limit.
16+
17+
The ability to analyze data within moving streams before storage is one solution. Although it isn't a new capability, the approach hasn't been widely adopted across industry verticals.
18+
19+
Microsoft Azure provides an extensive catalog of analytics technologies that can support an array of solution scenarios and requirements. Selecting which Azure services to deploy for an end-to-end solution can be a challenge, considering the breadth of offerings.
20+
21+
This reference is designed to describe the capabilities and interoperation of the various Azure services that support an event-streaming solution. It also explains some of the scenarios in which customers can benefit from this type of approach.
1622

1723
## Contents
18-
* Executive Summary
19-
* Introduction to Real-Time Analytics
20-
* Value Proposition of Real-Time Data in Azure
21-
* Common Scenarios for Real-Time Analytics
22-
* Architecture and Components
23-
* Data Sources
24-
* Data-Integration Layer
25-
* Real-time Analytics Layer
26-
* Data Storage Layer
27-
* Presentation / Consumption Layer
24+
25+
* Executive summary
26+
* Introduction to real-time analytics
27+
* Value proposition of real-time data in Azure
28+
* Common scenarios for real-time analytics
29+
* Architecture and components
30+
* Data sources
31+
* Data integration layer
32+
* Real-time analytics layer
33+
* Data storage layer
34+
* Presentation/consumption layer
2835
* Conclusion
2936

3037
**Author:** Charles Feddersen, Solution Architect, Data Insights Center of Excellence, Microsoft Corporation
@@ -36,11 +43,13 @@ Microsoft Azure provides an extensive catalog of analytics technologies that are
3643
**Download:** [Real-Time Event Processing with Microsoft Azure Stream Analytics](https://download.microsoft.com/download/6/2/3/623924DE-B083-4561-9624-C1AB62B5F82B/real-time-event-processing-with-microsoft-azure-stream-analytics.pdf)
3744

3845
## Get help
39-
For further assistance, try the [Microsoft Q&A question page for Azure Stream Analytics](/answers/tags/179/azure-stream-analytics)
46+
47+
For further assistance, try the [Microsoft Q&A page for Azure Stream Analytics](/answers/tags/179/azure-stream-analytics).
4048

4149
## Next steps
50+
4251
* [Introduction to Azure Stream Analytics](stream-analytics-introduction.md)
43-
* [Get started using Azure Stream Analytics](stream-analytics-real-time-fraud-detection.md)
44-
* [Scale Azure Stream Analytics jobs](stream-analytics-scale-jobs.md)
45-
* [Azure Stream Analytics Query Language Reference](/stream-analytics-query/stream-analytics-query-language-reference)
46-
* [Azure Stream Analytics Management REST API Reference](/rest/api/streamanalytics/)
52+
* [Analyze fraudulent call data with Stream Analytics and visualize results in a Power BI dashboard](stream-analytics-real-time-fraud-detection.md)
53+
* [Scale an Azure Stream Analytics job to increase throughput](stream-analytics-scale-jobs.md)
54+
* [Azure Stream Analytics Query Language reference](/stream-analytics-query/stream-analytics-query-language-reference)
55+
* [Azure Stream Analytics Management REST API](/rest/api/streamanalytics/)

0 commit comments

Comments
 (0)