Skip to content

Commit 04ab534

Browse files
committed
added toc and index files
1 parent e065588 commit 04ab534

File tree

2 files changed

+529
-0
lines changed

2 files changed

+529
-0
lines changed
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
### YamlMime:Landing
2+
3+
title: Azure Synapse Analytics (formerly Azure SQL Data Warehouse) # < 60 chars
4+
summary: Azure Synapse is a limitless analytics service that brings together enterprise data warehousing and Big Data analytics. It gives you the freedom to query data on your terms, using either serverless on-demand or provisioned resources—at scale. # < 160 chars
5+
metadata:
6+
title: Azure Synapse Analytics # Required; page title displayed in search results. Include the brand. < 60 chars.
7+
description: Azure Synapse is a limitless analytics service that brings together enterprise data warehousing and Big Data analytics. It gives you the freedom to query data on your terms, using either serverless on-demand or provisioned resources—at scale. # Required; article description that is displayed in search results. < 160 chars.
8+
services: sql-data-warehouse
9+
ms.service: sql-data-warehouse #Required; service per approved list. service slug assigned to your service by ACOM.
10+
ms.subservice: design
11+
ms.topic: landing-page # Required
12+
ms.collection: collection
13+
author: julieMSFT #Required; your GitHub user alias, with correct capitalization.
14+
ms.author: jrasnick #Required; microsoft alias of author; optional team alias.
15+
ms.date: 10/03/2019 #Required; mm/dd/yyyy format.
16+
17+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
18+
19+
landingContent:
20+
# Cards and links should be based on top customer tasks or top subjects
21+
# Start card title with a verb
22+
# Card (optional)
23+
- title: About Azure Synapse Analytics
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Azure Synapse?
28+
url: sql-data-warehouse-overview-what-is.md
29+
- linkListType: architecture
30+
links:
31+
- text: Azure Synapse architecture
32+
url: massively-parallel-processing-mpp-architecture.md
33+
- text: Tips and best practices
34+
url: cheat-sheet.md
35+
- text: Reference Architecture
36+
url: https://docs.microsoft.com/azure/architecture/reference-architectures/data/enterprise-bi-synapse
37+
38+
# Card
39+
- title: Getting started
40+
linkLists:
41+
- linkListType: deploy
42+
links:
43+
- text: Create a SQL pool (data warehouse)
44+
url: create-data-warehouse-portal.md
45+
# # - text: linktext2
46+
# # url: file2.md
47+
48+
# Card (optional)
49+
- title: Load data
50+
linkLists:
51+
# - linkListType: concept
52+
# links:
53+
# - text: Design data loading strategy
54+
# url: design-elt-data-loading.md
55+
# - text: Best practices
56+
# url: guidance-for-loading-data.md
57+
- linkListType: how-to-guide
58+
links:
59+
- text: Load data from Azure Data Lake Storage
60+
url: sql-data-warehouse-load-from-azure-data-lake-store.md
61+
- linkListType: tutorial
62+
links:
63+
- text: Load data from Azure Blob storage
64+
url: load-data-from-azure-blob-storage-using-polybase.md
65+
66+
# Card
67+
- title: Performance tuning
68+
linkLists:
69+
- linkListType: overview
70+
links:
71+
# - text: Best practices
72+
# url: sql-data-warehouse-best-practices.md
73+
- text: Ordered clustered columnstore index tuning
74+
url: performance-tuning-ordered-cci.md
75+
# - text: Use materialized views for workload tuning
76+
# url: performance-tuning-materialized-views.md
77+
- linkListType: how-to-guide
78+
links:
79+
- text: Analyze your workload
80+
url: analyze-your-workload.md
81+
# - text: linktext2
82+
# url: file2.md
83+
84+
# Card
85+
- title: Manage and monitor
86+
linkLists:
87+
- linkListType: overview
88+
links:
89+
- text: Learn to manage and monitor your data warehouse
90+
url: sql-data-warehouse-overview-manageability-monitoring.md
91+
# - text: linktext2
92+
# url: file2.md
93+
- linkListType: how-to-guide
94+
links:
95+
- text: Monitor your workload using DMVs
96+
url: sql-data-warehouse-manage-monitor.md
97+
- text: Manage and monitor workload importance
98+
url: sql-data-warehouse-how-to-manage-and-monitor-workload-importance.md
99+
100+
# Card
101+
- title: Secure your data warehouse
102+
linkLists:
103+
- linkListType: overview
104+
links:
105+
- text: Understand the basics of securing your data warehouse
106+
url: sql-data-warehouse-overview-manage-security.md
107+
# - text: linktext2
108+
# url: file2.md
109+
- linkListType: how-to-guide
110+
links:
111+
- text: Configure Azure Active Directory authentication
112+
url: /azure/sql-database/sql-database-aad-authentication-configure?toc=/azure/sql-data-warehouse/toc.json&bc=/azure/sql-data-warehouse/breadcrumb/toc.json
113+
# - text: linktext2
114+
# url: file2.md
115+
116+
# Card
117+
- title: Resources
118+
linkLists:
119+
- linkListType: video
120+
links:
121+
- text: Watch the latest data warehouse videos
122+
url: sql-data-warehouse-videos.md
123+
# # - text: linktext2
124+
# # url: file2.md

0 commit comments

Comments
 (0)