1
1
# ## YamlMime:Landing
2
2
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.
5
5
6
6
metadata :
7
- title : Documentation
7
+ title : Azure SQL Database documentation
8
8
description : Find documentation about Azure SQL Database, a relational database-as-a-service (DBaaS) based on the latest stable version of Microsoft SQL Server.
9
9
services : sql-database
10
10
ms.service : sql-database
11
11
ms.subservice : single-database
12
12
ms.topic : landing-page
13
- author : stevestein
14
- ms.author : sstein
13
+ author : MashaMSFT
14
+ ms.author : mathoma
15
15
ms.reviewer : carlrab
16
- ms.date : 03/30 /2020
16
+ ms.date : 05/27 /2020
17
17
18
18
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
19
19
@@ -22,44 +22,52 @@ landingContent:
22
22
# Start card title with a verb
23
23
24
24
# Card
25
- - title : Single Database
25
+ - title : Azure SQL Database
26
26
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
27
33
- linkListType : concept
28
34
links :
35
+ - text : What's new?
36
+ url : doc-changes-updates-release-notes.md?tabs=single-database
29
37
- 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
33
39
- text : Purchasing options
34
- url : sql-database-purchase -models.md
40
+ url : purchasing -models.md
35
41
- 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
38
51
39
52
# Card
40
- - title : Elastic pools
53
+ - title : Business continuity
41
54
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
56
56
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
63
71
64
72
65
73
# Card
@@ -68,43 +76,95 @@ landingContent:
68
76
- linkListType : concept
69
77
links :
70
78
- text : Security capabilities
71
- url : sql-database- security-overview.md
79
+ url : security-overview.md
72
80
- text : Security best practices
73
- url : sql-database- security-best-practice.md
81
+ url : security-best-practice.md
74
82
- text : Logins, user accounts, roles, and permissions
75
- url : sql-database -manage-logins .md
83
+ url : logins-create -manage.md
76
84
- 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
78
106
79
107
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
+
80
146
# Card
81
147
- title : Scalability
82
148
linkLists :
83
149
- linkListType : how-to-guide
84
150
links :
85
151
- text : Dynamically scale up or down
86
- url : sql-database- scale-resources.md
152
+ url : scale-resources.md
87
153
- text : Read Scale-Out
88
- url : sql-database- read-scale-out.md
154
+ url : read-scale-out.md
89
155
- 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
+
91
164
92
165
93
166
94
167
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
108
168
109
169
110
170
0 commit comments