Skip to content

Commit ad7eceb

Browse files
authored
Merge pull request #115596 from MashaMSFT/indexes
staging new index page
2 parents d2206ed + 695ff33 commit ad7eceb

21 files changed

+637
-368
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53605,7 +53605,7 @@
5360553605
},
5360653606
{
5360753607
"source_path": "articles/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine.md",
53608-
"redirect_url": "/azure/azure-sql/virtual-machines/linux/provision-virtual-machine",
53608+
"redirect_url": "/azure/azure-sql/virtual-machines/linux/sql-vm-create-portal-quickstart",
5360953609
"redirect_document_id": true
5361053610
},
5361153611
{

articles/azure-sql/database/index.yml

Lines changed: 114 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
### YamlMime:Landing
22

3-
title: Find documentation about Azure SQL single databases, logical SQL servers, and elastic pools
4-
summary: Find concepts, quickstarts, tutorials, and samples for Azure SQL Database single databases, elastic pools, and logical SQL servers.
3+
title: Find documentation about Azure SQL Database
4+
summary: Find concepts, quickstarts, tutorials, and samples for singled and pooled databases in Azure SQL Database, and the logical SQL server that manages them.
55

66
metadata:
7-
title: Documentation
7+
title: Azure SQL Database documentation
88
description: Find documentation about Azure SQL Database, a relational database-as-a-service (DBaaS) based on the latest stable version of Microsoft SQL Server.
99
services: sql-database
1010
ms.service: sql-database
1111
ms.subservice: single-database
1212
ms.topic: landing-page
13-
author: stevestein
14-
ms.author: sstein
13+
author: MashaMSFT
14+
ms.author: mathoma
1515
ms.reviewer: carlrab
16-
ms.date: 03/30/2020
16+
ms.date: 05/27/2020
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

@@ -22,44 +22,52 @@ landingContent:
2222
# Start card title with a verb
2323

2424
# Card
25-
- title: Single Database
25+
- title: Azure SQL Database
2626
linkLists:
27+
- linkListType: quickstart
28+
links:
29+
- text: Create SQL Database
30+
url: single-database-create-quickstart.md
31+
- text: Configure firewall
32+
url: firewall-create-server-level-portal-quickstart.md
2733
- linkListType: concept
2834
links:
35+
- text: What's new?
36+
url: doc-changes-updates-release-notes.md?tabs=single-database
2937
- text: What is SQL Database?
30-
url: sql-database-technical-overview.md
31-
- text: Which SQL Database option should I choose?
32-
url: sql-database-azure-sql-iaas-vs-paas-what-is-overview.md
38+
url: sql-database-paas-overview.md
3339
- text: Purchasing options
34-
url: sql-database-purchase-models.md
40+
url: purchasing-models.md
3541
- text: Service tiers
36-
url: sql-database-service-tiers-general-purpose-business-critical.md
37-
42+
url: service-tiers-general-purpose-business-critical.md
43+
- text: Serverless compute
44+
url: serverless-tier-overview.md
45+
- text: Hyperscale service tier
46+
url: service-tier-hyperscale.md
47+
- text: Migrate from SQL Server
48+
url: migrate-to-database-from-sql-server.md
49+
- text: T-SQL differences with SQL Server
50+
url: transact-sql-tsql-differences-sql-server.md
3851

3952
# Card
40-
- title: Elastic pools
53+
- title: Business continuity
4154
linkLists:
42-
- linkListType: concept
43-
links:
44-
- text: Elastic pools
45-
url: sql-database-elastic-pool.md
46-
- text: Manage elastic pools
47-
url: sql-database-elastic-pool-manage.md
48-
- text: Scaling elastic pools
49-
url: sql-database-elastic-pool-scale.md
50-
51-
52-
# Card
53-
- title: Logical SQL server
54-
linkLists:
55-
- linkListType: concept
55+
- linkListType: how-to-guide
5656
links:
57-
- text: Logical SQL servers
58-
url: sql-database-servers.md
59-
- text: Connectivity settings
60-
url: sql-database-connectivity-settings.md
61-
- text: Firewall rules
62-
url: firewall-create-server-level-portal-quickstart
57+
- text: Business continuity
58+
url: business-continuity-high-availability-disaster-recover-hadr-overview.md
59+
- text: High availability
60+
url: high-availability-sla.md
61+
- text: Active-geo replication
62+
url: active-geo-replication-overview.md
63+
- text: Auto-failover groups
64+
url: auto-failover-group-overview.md
65+
- text: Automated backups
66+
url: automated-backups-overview.md
67+
- text: Recover with backup
68+
url: recovery-using-backups.md
69+
- text: Long-term backup retention
70+
url: long-term-retention-overview.md
6371

6472

6573
# Card
@@ -68,43 +76,95 @@ landingContent:
6876
- linkListType: concept
6977
links:
7078
- text: Security capabilities
71-
url: sql-database-security-overview.md
79+
url: security-overview.md
7280
- text: Security best practices
73-
url: sql-database-security-best-practice.md
81+
url: security-best-practice.md
7482
- text: Logins, user accounts, roles, and permissions
75-
url: sql-database-manage-logins.md
83+
url: logins-create-manage.md
7684
- text: Azure Active Directory
77-
url: sql-database-aad-authentication.md
85+
url: aad-authentication-overview.md
86+
- text: Auditing
87+
url: auditing-overview.md
88+
- text: Transparent Data Encryption (TDE)
89+
url: transparent-data-encryption-tde-overview.md
90+
- text: Dynamic Data Masking
91+
url: dynamic-data-masking-overview.md
92+
93+
# Card
94+
- title: Elastic pools
95+
linkLists:
96+
- linkListType: concept
97+
links:
98+
- text: What is an elastic pool?
99+
url: elastic-pool-overview.md
100+
- text: Manage
101+
url: elastic-pool-manage.md
102+
- text: Scale
103+
url: elastic-pool-scale.md
104+
- text: Resource management
105+
url: elastic-pool-resource-management.md
78106

79107

108+
# Card
109+
- title: Reference
110+
linkLists:
111+
- linkListType: learn
112+
links:
113+
- text: Educational SQL resources
114+
url: /sql/sql-server/educational-sql-resources
115+
- linkListType: deploy
116+
links:
117+
- text: Azure CLI samples
118+
url: /sql/ssms/download-sql-server-management-studio-ssms
119+
- text: PowerShell samples
120+
url: /sql/ssms/download-sql-server-management-studio-ssms
121+
- text: ARM template samples
122+
url: /sql/ssms/download-sql-server-management-studio-ssms
123+
- linkListType: download
124+
links:
125+
- text: SQL Server Management Studio (SSMS)
126+
url: /sql/ssms/download-sql-server-management-studio-ssms
127+
- text: Azure Data Studio
128+
url: /sql/azure-data-studio/download-azure-data-studio
129+
- text: SQL Server Data Tools
130+
url: /sql/ssdt/download-sql-server-data-tools-ssdt
131+
- text: Visual Studio 2019
132+
url: https://visualstudio.microsoft.com/downloads/
133+
- linkListType: reference
134+
links:
135+
- text: Migration guide
136+
url: https://datamigration.microsoft.com/
137+
- text: Transact-SQL (T-SQL)
138+
url: /sql/t-sql/language-reference
139+
- text: Azure CLI
140+
url: https://docs.microsoft.com/cli/azure/sql
141+
- text: PowerShell
142+
url: https://docs.microsoft.com/powershell/module/az.sql
143+
- text: REST API
144+
url: https://docs.microsoft.com/rest/api/sql/
145+
80146
# Card
81147
- title: Scalability
82148
linkLists:
83149
- linkListType: how-to-guide
84150
links:
85151
- text: Dynamically scale up or down
86-
url: sql-database-scale-resources.md
152+
url: scale-resources.md
87153
- text: Read Scale-Out
88-
url: sql-database-read-scale-out.md
154+
url: read-scale-out.md
89155
- text: Cross database jobs
90-
url: sql-database-elastic-jobs-overview.md
156+
url: elastic-jobs-overview.md
157+
- text: Elastic scale
158+
url: elastic-scale-introduction.md
159+
- text: Elastic query
160+
url: elastic-query-overview.md
161+
162+
163+
91164

92165

93166

94167

95-
# Card
96-
- title: Prices and service tiers
97-
linkLists:
98-
- linkListType: overview
99-
links:
100-
- text: Purchasing models
101-
url: sql-database-purchase-models.md
102-
- text: Service tiers
103-
url: sql-database-service-tiers-general-purpose-business-critical.md
104-
- text: Serverless
105-
url: sql-database-serverless.md
106-
- text: Hyperscale
107-
url: sql-database-service-tier-hyperscale.md
108168

109169

110170

0 commit comments

Comments
 (0)