Skip to content

Commit 0725b4f

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ipv6gamarch-batch1
2 parents 1eaa168 + 7f963b5 commit 0725b4f

File tree

1 file changed

+105
-126
lines changed

1 file changed

+105
-126
lines changed
Lines changed: 105 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -1,131 +1,110 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: 'Azure SQL Database'
1+
### YamlMime:Landing
2+
3+
title: Find documentation about Azure SQL single databases, database servers, and elastic pools
4+
summary: Find concepts, quickstarts, tutorials, and samples for Azure SQL Database single databases, elastic pools, and database servers.
5+
46
metadata:
5-
title: Documentation - single database, database server, elastic pool
6-
description: Find quickstarts, tutorials, and samples for Azure SQL Database single databases, elastic pools, and database servers.
7+
title: Documentation
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.
79
services: sql-database
8-
requires-business-manager-approval: false
910
ms.service: sql-database
1011
ms.subservice: single-database
11-
ms.topic: overview
12-
author: jovanpop-msft
13-
ms.author: jovanpop
12+
ms.topic: landing-page
13+
author: stevestein
14+
ms.author: sstein
1415
ms.reviewer: carlrab
15-
manager: craigg
16-
ms.date: 04/26/2019
17-
abstract:
18-
description: Azure SQL Database is a relational database as a service (DBaaS) based on the latest stable version of Microsoft SQL Server Database Engine. SQL Database is a high-performance, easy-to-use, reliable, and secure database that you can use to build new applications, websites, and microservices in the programming language of your choice, without needing to manage infrastructure. Learn how to use SQL Database with our quickstarts, tutorials, and samples.
19-
aside:
20-
image:
21-
alt:
22-
height: 110
23-
src: https://docs.microsoft.com/azure/sql-database/media/index/create-sql-database-on-azure.png
24-
width: 250
25-
title: Create a single SQL database on Azure (3:12)
26-
href: https://azure.microsoft.com/resources/videos/create-sql-database-on-azure/
27-
width: 250
28-
sections:
29-
30-
- items:
31-
- type: list
32-
style: cards
33-
className: cardsM
34-
columns: 3
35-
items:
36-
- title: Elastic pools
37-
href: /azure/sql-database/sql-database-elastic-pool
38-
html: <p>SQL Database elastic pools are a simple, cost-effective solution for managing and scaling multiple databases that have varying and unpredictable usage demands.</p>
39-
image:
40-
src: media/index/i_elasticpool.svg
41-
- title: SQL Database server
42-
href: /azure/sql-database/sql-database-servers
43-
html: <p>A SQL Database server is a central administration point for configuring security, tuning, backup policy, and other configuration properties on a set of single or pooled databases within the server.</p>
44-
image:
45-
src: media/index/i_mi.svg
46-
- title: Price and service tiers
47-
href: /azure/sql-database/sql-database-service-tiers
48-
html: <p>Tailor the price/performance ratio to your needs with flexible service tiers that span from an affordable $5 a month to powerful 80-core databases.</p>
49-
image:
50-
src: media/index/i_perftier.svg
51-
- title: Scalability
52-
href: /azure/sql-database/sql-database-scale-resources
53-
html: <p>Easily scale up your database to improve the performance of your application.</p>
54-
image:
55-
src: media/index/i_scale.svg
56-
- title: Platform as a service
57-
href: /azure/sql-database/sql-database-paas
58-
html: <p>Built-in high availability, automated backups, and geo-replication will help prevent maintenance operations, infrastructure failures, or hardware failures from stopping your business.</p>
59-
image:
60-
src: media/index/gear.svg
61-
- title: Advanced security
62-
href: /azure/sql-database/sql-database-security-index
63-
html: <p>Help secure your database with Azure AD authentication, virtual networks, firewalls, and Always Encrypted connections. Identify threats and vulnerabilities with built-in security.</p>
64-
image:
65-
src: media/index/i_security.svg
66-
- title: Five-minute quickstarts
67-
items:
68-
- type: paragraph
69-
text: 'Azure SQL Database enables you to perform basic management tasks by using the Azure portal, the Azure CLI, and Azure PowerShell. Learn how to perform basic management tasks by using the following quickstart samples:'
70-
- type: table
71-
style: dataMatrix
72-
columns:
73-
- image:
74-
src: media/index/portal.svg
75-
title: Azure portal
76-
- image:
77-
src: media/index/cli.svg
78-
title: Azure CLI
79-
- image:
80-
src: media/index/logo_powershell.svg
81-
title: PowerShell
82-
- image:
83-
src: media/index/logo_arm.svg
84-
title: Azure Resource Manager template
85-
rows:
86-
- title: Create a database
87-
values:
88-
- href: /azure/sql-database/sql-database-single-database-get-started
89-
- href: /azure/sql-database/scripts/sql-database-create-and-configure-database-cli
90-
- href: /azure/sql-database/scripts/sql-database-create-and-configure-database-powershell
91-
- href: https://github.com/Azure/azure-quickstart-templates/tree/master/201-sql-database-transparent-encryption-create
92-
- title: Create an elastic pool
93-
values:
94-
- href: /azure/sql-database/sql-database-elastic-pool-manage
95-
- href: /azure/sql-database/scripts/sql-database-move-database-between-pools-cli
96-
- href: /azure/sql-database/scripts/sql-database-move-database-between-pools-powershell
97-
- href: https://github.com/Azure/azure-quickstart-templates/tree/master/101-sql-elastic-pool-create
98-
- title: Scale a database
99-
values:
100-
- href:
101-
- href: /azure/sql-database/scripts/sql-database-monitor-and-scale-database-cli
102-
- href: /azure/sql-database/scripts/sql-database-monitor-and-scale-database-powershell
103-
- href:
104-
- title: Scale an elastic pool
105-
values:
106-
- href:
107-
- href: /azure/sql-database/scripts/sql-database-scale-pool-cli
108-
- href: /azure/sql-database/scripts/sql-database-monitor-and-scale-pool-powershell
109-
110-
- title: Step-by-step tutorials
111-
items:
112-
- type: paragraph
113-
text: Learn how to create, manage, and migrate databases by using Azure SQL Database.
114-
- type: list
115-
style: ordered
116-
items:
117-
- html: Create and design the schema for a new SQL database by using <a href="/azure/sql-database/sql-database-design-first-database">SSMS</a> or <a href="/azure/sql-database/sql-database-design-first-database-csharp">.NET</a>.
118-
- html: Migrate an existing database to Azure by using <a href="/azure/sql-database/sql-database-migrate-your-sql-server-database">Database Migration Assistant</a> or <a href="/azure/sql-database/sql-database-import">BACPAC Import</a>.
119-
- html: <a href="/azure/sql-database/sql-database-security-tutorial">Secure your SQL database</a>.
120-
- html: Distribute your data globally by using a <a href="/azure/sql-database/sql-database-implement-geo-distributed-database">geo-distributed database</a>.
121-
- html: Find more <a href="sql-database-howto-single-database.md">how-to guides</a> that can help you configure your database.
122-
- title: Samples
123-
items:
124-
- type: paragraph
125-
text: Find scripts to manage common tasks.
126-
- type: list
127-
style: unordered
128-
className: spaced noBullet
129-
items:
130-
- html: <a href="/azure/sql-database/sql-database-powershell-samples">Azure PowerShell</a>
131-
- html: <a href="/azure/sql-database/sql-database-cli-samples">Azure CLI</a>
16+
ms.date: 03/30/2020
17+
18+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
19+
20+
landingContent:
21+
# Cards and links should be based on top customer tasks or top subjects
22+
# Start card title with a verb
23+
24+
# Card
25+
- title: Single Database
26+
linkLists:
27+
- linkListType: concept
28+
links:
29+
- 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-paas-vs-sql-server-iaas.md
33+
- text: Purchasing options
34+
url: sql-database-purchase-models.md
35+
- text: Service tiers
36+
url: sql-database-service-tiers-general-purpose-business-critical.md
37+
38+
39+
# Card
40+
- title: Elastic pools
41+
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: SQL Database server
54+
linkLists:
55+
- linkListType: concept
56+
links:
57+
- text: SQL Database servers
58+
url: sql-database-servers.md
59+
- text: Connectivity settings
60+
url: sql-database-connectivity-settings.md
61+
- text: Firewall rules
62+
url: sql-database-server-level-firewall-rule.md
63+
64+
65+
# Card
66+
- title: Advanced security
67+
linkLists:
68+
- linkListType: concept
69+
links:
70+
- text: Security capabilities
71+
url: sql-database-security-overview.md
72+
- text: Security best practices
73+
url: sql-database-security-best-practice.md
74+
- text: Logins, user accounts, roles, and permissions
75+
url: sql-database-manage-logins.md
76+
- text: Azure Active Directory
77+
url: sql-database-aad-authentication.md
78+
79+
80+
# Card
81+
- title: Scalability
82+
linkLists:
83+
- linkListType: how-to-guide
84+
links:
85+
- text: Dynamically scale up or down
86+
url: sql-database-scale-resources.md
87+
- text: Read Scale-Out
88+
url: sql-database-read-scale-out.md
89+
- text: Cross database jobs
90+
url: sql-database-elastic-jobs-overview.md
91+
92+
93+
94+
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+
109+
110+

0 commit comments

Comments
 (0)