Skip to content

Commit c9fd787

Browse files
authored
Merge pull request #46082 from jovanpop-msft/index3x3
SQLDB Index page with 3x3 grid
2 parents f23fe2b + ed01387 commit c9fd787

File tree

4 files changed

+140
-78
lines changed

4 files changed

+140
-78
lines changed

articles/sql-database/index.yml

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
ms.tgt_pltfrm: na
1313
ms.devlang:
1414
ms.topic: landing-page
15-
ms.date: 04/01/2018
15+
ms.date: 07/07/2018
1616
ms.author: carlrab
1717
abstract:
1818
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, reliable, and secure database you can use to build data-driven applications and websites in the programming language of your choice, without needing to manage infrastructure. Learn how to use SQL Database with our quickstarts, tutorials, and samples.
@@ -34,40 +34,55 @@ sections:
3434
columns: 3
3535
items:
3636
- href: /azure/sql-database/sql-database-technical-overview
37-
html: <p><a href="/azure/sql-database/sql-database-high-availability">Highly-available</a> PaaS database that is always running on the latest stable version of SQL Server Database Engine and patched OS with <a href="/azure/sql-database/sql-database-automated-backups">automatic database backups</a>.</p>
37+
html: <p>PaaS database that is always running on the latest stable version of SQL Server Database Engine and patched OS with 99.99% availability.</p>
3838
image:
3939
src: media/index/i_managed.svg
4040
title: Fully managed
4141
- href: /azure/sql-database/sql-database-service-tiers
42-
html: <p>Tailor price/performance ratio to your needs with <a href="/azure/sql-database/sql-database-service-tiers">flexible performance tiers</a> that span from affordable 5$/month to powerfull 80 core databases.</p>
42+
html: <p>Tailor price/performance ratio to your needs with flexible performance tiers that span from affordable $5/month to powerful 80-core databases.</p>
4343
image:
4444
src: media/index/i_perftier.svg
4545
title: Price/performance tiers
4646
- href: /azure/sql-database/sql-database-scale-resources
47-
html: <p>Easily <a href="/azure/sql-database/sql-database-single-database-scale">scale up</a>, <a href="/azure/sql-database/sql-database-read-scale-out">scale out</a>, or shard your databases depending on your needs to improve performance of your application.</p>
47+
html: <p>Easily scale up, scale out, or shard your databases depending on your needs to improve performance of your application.</p>
4848
image:
4949
src: media/index/i_scale.svg
50-
title: Scalability and elasticity
51-
- href: /azure/sql-database/sql-database-technical-overview#built-in-intelligence
52-
html: <p>Let intelligence built-in into the service to <a href="/azure/sql-database/sql-database-automatic-tuning">automatically tune your database performance</a>, <a href="/azure/sql-database/sql-advanced-threat-protection">identify threats</a> and <a href="/azure/sql-database/sql-vulnerability-assessment">vulnerabilities</a> in your databases.</p>
53-
image:
54-
src: media/index/i_intelligence.svg
55-
title: Built-in intelligence
50+
title: Scalability
5651
- href: /azure/sql-database/sql-database-servers-databases
57-
html: <p>Use the <a href="/azure/sql-database/sql-database-managed-instance">Single database hosted in logical servers</a> for your <a href="/azure/sql-database/saas-tenancy-app-design-patterns">SaaS aplications</a> and microservices that need a single database with the predictable performances.</p>
52+
html: <p>Use the Single database hosted in logical servers for your SaaS aplications and microservices that need a single database with the predictable performances.</p>
5853
image:
5954
src: media/index/i_db.svg
6055
title: Single Database
56+
- href: /azure/sql-database/sql-database-elastic-pool
57+
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>
58+
image:
59+
src: media/index/i_elasticpool.svg
60+
title: Elastic pools
6161
- href: /azure/sql-database/sql-database-managed-instance
62-
html: <p>Use the <a href="/azure/sql-database/sql-database-managed-instance">Managed Instance</a> to easily <a href="azure/sql-database/sql-database-managed-instance-migrate">migrate your on-premises databases</a> to Azure PaaS with minimal or no database code changes.</p>
62+
html: <p>Use the Managed Instance to easily migrate your on-premises databases to the fully managed Azure PaaS database service with minimal or no database code changes.</p>
6363
image:
6464
src: media/index/i_mi.svg
6565
title: Managed Instance
66+
- href: /azure/sql-database/sql-database-business-continuity
67+
html: <p>Built-in High-availability, automated backups, and geo-replication, will prevent maintenance operations, infrastructure or hardware failures from stopping your business.</p>
68+
image:
69+
src: media/index/gear.svg
70+
title: Business continuity
71+
- href: /azure/sql-database/sql-database-security-overview
72+
html: <p>Secure your database with Azure AD authentication, Virtual Networks, Firewalls, Always Encrypted connections. Identify threats and vulnerabilities with built-in security.</p>
73+
image:
74+
src: media/index/i_security.svg
75+
title: Advanced security
76+
- href: /azure/sql-database/sql-database-technical-overview#built-in-intelligence
77+
html: <p>Built-in intelligence helps you dramatically reduce the costs of running and managing databases and maximizes both performance and security of your application.</p>
78+
image:
79+
src: media/index/i_intelligence.svg
80+
title: Built-in intelligence
6681

6782
- title: 5-Minute Quickstarts
6883
items:
6984
- type: paragraph
70-
text: 'Azure SQL Database enables you to easily perform basic management tasks using the Azure portal, Azure CLI, and Azure PowerShell. Learn how to perform basic management tasks using the following quick-start samples:'
85+
text: 'Azure SQL Database enables you to easily perform basic management tasks using the Azure portal, Azure CLI, and Azure PowerShell. Learn how to perform basic management tasks using the following quickstart samples:'
7186
- type: table
7287
style: dataMatrix
7388
columns:
@@ -171,6 +186,6 @@ sections:
171186
- title: REST
172187
html: <p><a href="/rest/api/sql/">REST API Reference</a></p>
173188
- title: SQL Server Tools
174-
html: <p><a href="https://msdn.microsoft.com/library/mt238365.aspx">SQL Server Tools</a></p><p><a href="https://msdn.microsoft.com/library/mt238290.aspx">SQL Server Management Studio (SSMS)</a></p><p><a href="https://msdn.microsoft.com/library/mt204009.aspx">SQL Server Data Tools (SSDT)</a></p><p><a href="https://msdn.microsoft.com/library/ms162802.aspx">BCP</a></p><p><a href="https://msdn.microsoft.com/library/ms162773.aspx">SQLCMD</a></p><p><a href="https://msdn.microsoft.com/hh550080.aspx">SqlPackage</a></p><p><a href="https://www.nuget.org/packages/Microsoft.Azure.Management.Sql">SQL Database Management Library package</a></p>
189+
html: <p><a href="https://msdn.microsoft.com/library/mt238365.aspx">SQL Server Tools</a></p><p><a href="https://msdn.microsoft.com/library/mt238290.aspx">SQL Server Management Studio (SSMS)</a></p><p><a href="https://msdn.microsoft.com/library/mt204009.aspx">SQL Server Data Tools (SSDT)</a></p><p><a href="https://msdn.microsoft.com/library/ms162802.aspx">BCP</a></p><p><a href="https://msdn.microsoft.com/library/ms162773.aspx">SQLCMD</a></p><p><a href="https://docs.microsoft.com/sql/tools/sqlpackage">SqlPackage</a></p><p><a href="https://www.nuget.org/packages/Microsoft.Azure.Management.Sql">SQL Database Management Library package</a></p>
175190
- title: SQL Server Drivers
176191
html: <p><a href="https://msdn.microsoft.com/library/mt654049.aspx">SQL Server Drivers</a></p><p><a href="https://msdn.microsoft.com/library/mt657768.aspx">ADO.NET</a></p><p><a href="https://msdn.microsoft.com/library/mt484311.aspx">JDBC</a></p><p><a href="https://msdn.microsoft.com/library/mt654048.aspx">ODBC</a></p>
Lines changed: 66 additions & 0 deletions
Loading
Lines changed: 32 additions & 64 deletions
Loading

0 commit comments

Comments
 (0)