Skip to content

Commit bb72f69

Browse files
authored
Merge pull request #87322 from JasonWHowell/mysql
MySQL: Creating new landing page format
2 parents 5835763 + 375fee8 commit bb72f69

File tree

1 file changed

+144
-56
lines changed

1 file changed

+144
-56
lines changed

articles/mysql/index.yml

Lines changed: 144 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,148 @@
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 powered by the MySQL community edition. 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 and powered by the MySQL community edition."
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 1
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 2
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+
- linkListType: tutorial
48+
links:
49+
- text: Design a Database using the Azure portal
50+
url: tutorial-design-database-using-portal.md
51+
- text: Design a Database using Azure CLI
52+
url: tutorial-design-database-using-cli.md
53+
- text: Deploy Wordpress in containers
54+
url: ../app-service/containers/tutorial-multi-container-app.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
55+
- text: Build a Web App using PHP in Azure CLI
56+
url: ../app-service/app-service-web-tutorial-php-mysql.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
57+
# Card 3
58+
- title: Back up and migrate data
59+
linkLists:
60+
- linkListType: concept
61+
links:
62+
- text: Back up and restore
63+
url: concepts-backup.md
64+
- text: Migrate using dump and restore
65+
url: concepts-migrate-dump-restore.md
66+
- text: Migrate using import and export
67+
url: concepts-migrate-import-export.md
68+
- linkListType: how-to-guide
69+
links:
70+
- text: Restore a server using the Azure portal
71+
url: howto-restore-server-portal.md
72+
- text: Restore a server using Azure CLI
73+
url: howto-restore-server-cli.md
74+
- text: Minimal downtime migrations
75+
url: howto-migrate-online.md
76+
# Card 4
77+
- title: Connect to Azure Database for MySQL
78+
linkLists:
79+
- linkListType: concept
80+
links:
81+
- text: Understand the firewall
82+
url: concepts-firewall-rules.md
83+
- text: Understand SSL
84+
url: concepts-ssl-connection-security.md
85+
- text: Understand Virtual Networks
86+
url: concepts-data-access-and-security-vnet.md
87+
- linkListType: how-to-guide
88+
links:
89+
- text: Create firewall rules
90+
url: howto-manage-firewall-using-portal.md
91+
- text: Configure SSL connectivity
92+
url: howto-configure-ssl.md
93+
- text: Connect an existing Azure App Service
94+
url: howto-connect-webapp.md
95+
- text: Connection strings
96+
url: howto-connection-string.md
97+
- text: Troubleshoot connection issues
98+
url: howto-troubleshoot-common-connection-issues.md
99+
- linkListType: get-started
100+
links:
101+
- text: Connect using MySQL Workbench
102+
url: connect-workbench.md
103+
- text: Connect using PHP
104+
url: connect-php.md
105+
- text: Connect using Java
106+
url: connect-java.md
107+
- text: Connect using .Net
108+
url: connect-csharp.md
109+
- text: Connect using Python
110+
url: connect-python.md
111+
- text: Connect using Node.js
112+
url: connect-nodejs.md
113+
- text: Connect using Ruby
114+
url: connect-ruby.md
115+
- text: Connect using C++
116+
url: connect-cpp.md
117+
- text: Connect using Go
118+
url: connect-go.md
119+
# Card 5
120+
- title: Replicate data
121+
linkLists:
122+
- linkListType: concept
123+
links:
124+
- text: Understand data-in replication
125+
url: concepts-data-in-replication.md
126+
- text: Understand read replicas
127+
url: concepts-read-replicas.md
128+
- linkListType: how-to-guide
129+
links:
130+
- text: Configure data-in replication
131+
url: howto-data-in-replication.md
132+
- text: Create a read replica using the Azure portal
133+
url: howto-read-replicas-portal.md
134+
# Card 6
135+
- title: Code with programming APIs
136+
linkLists:
137+
- linkListType: get-started
138+
links:
139+
- text: Azure CLI scripts for common tasks
140+
url: /azure/mysql/sample-scripts-azure-cli
141+
- linkListType: reference
142+
links:
143+
- text: Azure CLI developer reference
144+
url: /rest/api/mysql/
145+
- text: REST API developer reference
146+
url: /cli/azure/mysql
147+
- text: Azure Resource Manager templates
148+
url: /azure/templates/microsoft.dbformysql/allversions

0 commit comments

Comments
 (0)