@@ -12,28 +12,32 @@ metadata:
12
12
ms.topic : landing-page
13
13
author : sidram
14
14
ms.author : sidram
15
- ms.date : 09/16/2019
15
+ ms.date : 10/31/2022
16
16
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
17
17
18
18
landingContent :
19
19
- title : About Azure Stream Analytics
20
20
linkLists :
21
- - linkListType : quickstart
22
- links :
23
- - text : Create a job with Azure portal
24
- url : stream-analytics-quick-create-portal.md
25
21
- linkListType : overview
26
22
links :
27
23
- text : What is Azure Stream Analytics?
28
24
url : stream-analytics-introduction.md
29
25
- text : Azure Stream Analytics solution patterns
30
26
url : stream-analytics-solution-patterns.md
31
- - linkListType : whats-new
27
+ - linkListType : quickstart
28
+ links :
29
+ - text : Create a job with Azure portal
30
+ url : stream-analytics-quick-create-portal.md
31
+ - linkListType : tutorial
32
32
links :
33
- - text : Stream Analytics compatibility levels
34
- url : stream-analytics-compatibility-level.md
35
- - text : Stream Analytics preview features
36
- url : stream-analytics-previews.md
33
+ - text : Capture Event Hubs data in parquet format
34
+ url : event-hubs-parquet-capture-tutorial.md
35
+ - text : Write to a delta table in Data Lake Storage Gen2
36
+ url : write-to-delta-table-adls-gen2.md
37
+ - text : Build real time Power BI dashboards with no code editor
38
+ url : no-code-power-bi-tutorial.md
39
+ - text : Analyze fraudulent call data and visualize results
40
+ url : stream-analytics-real-time-fraud-detection.md
37
41
- linkListType : concept
38
42
links :
39
43
- text : Choose a streaming analytics technology
@@ -84,16 +88,22 @@ landingContent:
84
88
url : stream-analytics-troubleshoot-output.md
85
89
- title : Monitor and troubleshoot your job
86
90
linkLists :
91
+ - linkListType : concept
92
+ links :
93
+ - text : Stream Analytics job metrics
94
+ url : stream-analytics-job-metrics.md
95
+ - text : Stream Analytics dimensions for job metrics
96
+ url : stream-analytics-job-metrics-dimensions.md
87
97
- linkListType : how-to-guide
88
98
links :
89
- - text : Introduction to monitoring
99
+ - text : Monitor and manage jobs using Azure portal
90
100
url : stream-analytics-monitoring.md
91
- - text : Monitor jobs with Azure PowerShell
92
- url : stream-analytics-monitor-and-manage-jobs-use-powershell.md
93
- - text : Create a job monitor using the Azure .NET SDK
94
- url : stream-analytics-monitor-jobs.md
95
101
- text : Monitor and manage jobs from Visual Studio
96
102
url : stream-analytics-monitor-jobs-use-vs.md
103
+ - text : Analyze job performance using job metrics and dimensions
104
+ url : stream-analytics-job-analysis-with-metric-dimensions.md
105
+ - text : Debug queries locally using job diagram in Visual Studio Code
106
+ url : debug-locally-using-job-diagram-vs-code.md
97
107
- text : Troubleshoot using resource logs
98
108
url : stream-analytics-job-diagnostic-logs.md
99
109
- text : Debug using the job diagram
0 commit comments