Skip to content

Commit 695ab18

Browse files
committed
MySQL: Creating new landing page format
1 parent cf85090 commit 695ab18

File tree

1 file changed

+128
-56
lines changed

1 file changed

+128
-56
lines changed

articles/mysql/index.yml

Lines changed: 128 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,132 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure Database for MySQL Documentation
4-
metadata:
5-
document_id: 8d915ae6-9101-ad37-0736-3eaa59c2dd34
6-
title: Azure MySQL Documentation - Tutorials, API Reference | Microsoft Docs
7-
description: Azure Database for MySQL is a relational database service in the Microsoft cloud that is built for developers based on the open-source MySQL database engine.
1+
### YamlMime:Landing
2+
title: Azure Database for MySQL documentation
3+
summary: "Azure Database for MySQL is a relational database service based on the open-source MySQL Server engine. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability. Develop applications with Azure Database for MySQL leveraging the open-source tools and platform of your choice. Learn how to use Azure Database for MySQL with our quickstarts, tutorials, and samples."
4+
metadata:
5+
description: "Azure Database for MySQL is a relational database service in the Microsoft cloud that is built for developers based on the open-source MySQL database engine."
86
author: ajlam
97
ms.author: andrela
8+
ms.date: 09/03/2019
109
ms.service: mysql
1110
ms.topic: landing-page
12-
ms.date: 02/25/2019
13-
abstract:
14-
description: Azure Database for MySQL is a relational database service based on the open-source MySQL Server engine. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability. Develop applications with Azure Database for MySQL leveraging the open-source tools and platform of your choice. Learn how to use Azure Database for MySQL with our quickstarts, tutorials, and samples.
15-
sections:
16-
- title: 5-Minute Quickstarts
17-
items:
18-
- type: paragraph
19-
text: 'Learn how to create a MySQL database on Azure using:'
20-
- type: list
21-
style: icon48
22-
items:
23-
- image:
24-
src: /azure/virtual-machines/linux/media/index/portal.svg
25-
text: Azure Portal
26-
href: /azure/mysql/quickstart-create-mysql-server-database-using-azure-portal
27-
- image:
28-
src: /azure/virtual-machines/linux/media/index/cli.svg
29-
text: Azure CLI
30-
href: /azure/mysql/quickstart-create-mysql-server-database-using-azure-cli
31-
- title: Step-by-Step Tutorials
32-
items:
33-
- type: paragraph
34-
text: 'Learn how to design your database and develop apps:'
35-
- type: list
36-
style: ordered
37-
items:
38-
- html: Design a Database&#58; <a href="/azure/mysql/tutorial-design-database-using-portal">Azure portal</a> | <a href="/azure/mysql/tutorial-design-database-using-cli">Azure CLI</a>
39-
- html: Create a Web App&#58; <a href="https://portal.azure.com/#create/hub">Wordpress - Portal</a> | <a href="../app-service-web/app-service-web-tutorial-php-mysql.md?toc=%2fazure%2fmysql%2ftoc.json">PHP - Azure CLI</a>
40-
- title: Samples
41-
items:
42-
- type: paragraph
43-
text: Find scripts to manage common tasks.
44-
- type: list
45-
style: unordered
46-
className: spaced noBullet
47-
items:
48-
- html: <a href="/azure/mysql/sample-scripts-azure-cli">Azure CLI</a>
49-
- title: Reference
50-
items:
51-
- type: list
52-
style: cards
53-
className: cardsD
54-
items:
55-
- title: Command-Line
56-
html: <p><a href="/cli/azure/mysql">Azure CLI</a></p>
57-
- title: REST
58-
html: <p><a href="/rest/api/mysql">REST API</a></p>
59-
- title: Azure Resource Manager
60-
html: <p><a href="/azure/templates/microsoft.dbformysql/allversions">Resource Manager templates</a></p>
11+
12+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
13+
14+
landingContent:
15+
# Card
16+
- title: About Azure Database for MySQL
17+
linkLists:
18+
- linkListType: overview
19+
links:
20+
- text: What is Azure Database for MySQL?
21+
url: overview.md
22+
- linkListType: whats-new
23+
links:
24+
- text: Check out our blog
25+
url: https://techcommunity.microsoft.com/t5/Azure-Database-for-MySQL/bg-p/ADforMySQL
26+
# Card
27+
- title: Create a server
28+
linkLists:
29+
- linkListType: quickstart
30+
links:
31+
- text: Create a server using the Azure Portal
32+
url: quickstart-create-mysql-server-database-using-azure-portal.md
33+
- text: Create a server using Azure CLI
34+
url: quickstart-create-mysql-server-database-using-azure-cli.md
35+
- linkListType: concept
36+
links:
37+
- text: Understand pricing tiers
38+
url: concepts-pricing-tiers.md
39+
- text: Understand limits
40+
url: concepts-limits.md
41+
- text: Understand supported MySQL versions
42+
url: concepts-supported-versions.md
43+
- text: Configure server parameters
44+
url: howto-server-parameters.md
45+
- text: Plan for high availability
46+
url: concepts-high-availability.md
47+
48+
- linkListType: tutorial
49+
links:
50+
- text: Design a Database using the Azure portal
51+
url: tutorial-design-database-using-portal.md
52+
- text: Design a Database using Azure CLI
53+
url: tutorial-design-database-using-cli.md
54+
- text: Deploy Wordpress in containers
55+
url: ../app-service/containers/tutorial-multi-container-app.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
56+
- text: Build a Web App using PHP in Azure CLI
57+
url: ../app-service/app-service-web-tutorial-php-mysql.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
58+
# Card
59+
- title: Connect to Azure Database for MySQL
60+
linkLists:
61+
- linkListType: concept
62+
links:
63+
- text: Understand the firewall
64+
url: concepts-firewall-rules.md
65+
- text: Understand SSL
66+
url: concepts-ssl-connection-security.md
67+
- text: Understand Virtual Networks
68+
url: concepts-data-access-and-security-vnet.md
69+
- linkListType: how-to-guide
70+
links:
71+
- text: Create firewall rules
72+
url: howto-manage-firewall-using-portal.md
73+
- text: Configure SSL connectivity
74+
url: howto-configure-ssl.md
75+
- text: Connect an existing Azure App Service
76+
url: howto-connect-webapp.md
77+
- text: Connection strings
78+
url: howto-connection-string.md
79+
- linkListType: get-started
80+
links:
81+
- text: Connect using MySQL Workbench
82+
url: connect-workbench.md
83+
- text: Connect using PHP
84+
url: connect-php.md
85+
- text: Connect using Java
86+
url: connect-java.md
87+
- text: Connect using .Net
88+
url: connect-csharp.md
89+
- text: Connect using Python
90+
url: connect-python.md
91+
- text: Connect using Node.js
92+
url: connect-nodejs.md
93+
- text: Connect using Ruby
94+
url: connect-ruby.md
95+
- text: Connect using C++
96+
url: connect-cpp.md
97+
- text: Connect using Go
98+
url: connect-go.md
99+
# Card
100+
- title: Code with programming APIs
101+
linkLists:
102+
- linkListType: get-started
103+
links:
104+
- text: Azure CLI scripts for common tasks
105+
url: /azure/mysql/sample-scripts-azure-cli
106+
- linkListType: reference
107+
links:
108+
- text: Azure CLI developer reference
109+
url: /rest/api/mysql/
110+
- text: REST API developer reference
111+
url: /cli/azure/mysql
112+
- text: Azure Resource Manager templates
113+
url: /azure/templates/microsoft.dbformysql/allversions
114+
# Card
115+
- title: Back up and migrate data
116+
linkLists:
117+
- linkListType: concept
118+
links:
119+
- text: Back up and restore
120+
url: concepts-backup.md
121+
- text: Migrate using dump and restore
122+
url: concepts-migrate-dump-restore.md
123+
- text: Migrate using import and export
124+
url: concepts-migrate-import-export.md
125+
- linkListType: how-to-guide
126+
links:
127+
- text: Restore a server using the Azure portal
128+
url: howto-restore-server-portal.md
129+
- text: Restore a server using Azure CLI
130+
url: howto-restore-server-cli.md
131+
- text: Minimal downtime migrations
132+
url: howto-migrate-online.md

0 commit comments

Comments
 (0)