Skip to content

Commit db57290

Browse files
author
stevestein
committed
sqldb update to new landing page style
1 parent b71044a commit db57290

File tree

1 file changed

+115
-124
lines changed

1 file changed

+115
-124
lines changed
Lines changed: 115 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -1,131 +1,122 @@
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 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+
ms.tgt_pltfrm: na
13+
ms.devlang:
14+
ms.topic: landing-page
1215
author: jovanpop-msft
1316
ms.author: jovanpop
1417
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>
18+
ms.date: 03/30/2020
19+
20+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
21+
22+
landingContent:
23+
# Cards and links should be based on top customer tasks or top subjects
24+
# Start card title with a verb
25+
26+
# Card
27+
- title: Single Database
28+
linkLists:
29+
- linkListType: overview
30+
links:
31+
- text: What is SQL Database?
32+
url: sql-database-technical-overview.md
33+
- text: Which SQL Database option should I choose?
34+
url: sql-database-paas-vs-sql-server-iaas.md
35+
- text: Purchasing options
36+
url: sql-database-purchase-models.md
37+
- text: Service tiers
38+
url: sql-database-service-tiers-general-purpose-business-critical.md
39+
- linkListType: concept
40+
links:
41+
- text: Scalability
42+
url: sql-database-scalability-index.yml
43+
- text: Platform as a Service
44+
url: sql-database-paas-index.yml
45+
- text: Advanced security
46+
url: sql-database-security-overview.md
47+
48+
49+
50+
51+
# Card
52+
- title: Elastic pools
53+
linkLists:
54+
- linkListType: overview
55+
links:
56+
- text: Elastic pools
57+
url: sql-database-elastic-pool.md
58+
- text: Manage elastic pools
59+
url: sql-database-elastic-pool-manage.md
60+
- text: Scaling elastic pools
61+
url: sql-database-elastic-pool-scale.md
62+
63+
64+
# Card
65+
- title: SQL Database server
66+
linkLists:
67+
- linkListType: overview
68+
links:
69+
- text: SQL Database servers
70+
url: sql-database-servers.md
71+
- text: Connectivity settings
72+
url: sql-database-connectivity-settings.md
73+
- text: Firewall rules
74+
url: sql-database-server-level-firewall-rule.md
75+
76+
77+
# Card
78+
- title: Advanced security
79+
linkLists:
80+
- linkListType: overview
81+
links:
82+
- text: Security capabilities
83+
url: sql-database-security-overview.md
84+
- text: Security best practices
85+
url: sql-database-security-best-practices.md
86+
- text: Logins, user accounts, roles, and permissions
87+
url: sql-database-manage-logins.md
88+
- text: Azure Active Directory
89+
url: sql-database-aad-authentication.md
90+
91+
92+
# Card
93+
- title: Scalability
94+
linkLists:
95+
- linkListType: overview
96+
links:
97+
- text: Dynamically scale up or down
98+
url: sql-database-scale-resources.md
99+
- text: Read Scale-Out
100+
url: sql-database-read-scale-out.md
101+
- text: Cross database jobs
102+
url: sql-database-elastic-jobs-overview.md
103+
104+
105+
106+
107+
# Card
108+
- title: Prices and service tiers
109+
linkLists:
110+
- linkListType: overview
111+
links:
112+
- text: Purchasing models
113+
url: sql-database-purchase-models.md
114+
- text: Service tiers
115+
url: sql-database-service-tiers-general-purpose-business-critical.md
116+
- text: Serverless
117+
url: sql-database-serverless.md
118+
- text: Hyperscale
119+
url: sql-database-service-tier-hyperscale.md
120+
121+
122+

0 commit comments

Comments
 (0)