-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathindex.yml
208 lines (198 loc) · 8.49 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
### YamlMime:Landing
title: Azure Database for MySQL documentation
summary: "Azure Database for MySQL is a relational database service powered by the MySQL community edition.You can use either Single Server or Flexible Server to host a MySQL database in Azure. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability."
metadata:
description: "Azure Database for MySQL are a relational database service in the Microsoft cloud that is built for developers and powered by the MySQL community edition. You can choose either Single server or Flexible Server to deploy your MySQL database in Azure."
author: savjani
ms.author: pariks
ms.date: 09/10/2021
ms.service: mysql
ms.topic: landing-page
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
landingContent:
# Card 1
- title: About Azure Database for MySQL
linkLists:
- linkListType: overview
links:
- text: What is Azure Database for MySQL?
url: overview.md
- text: Choose the right MySQL option
url: select-right-deployment-type.md
- text: Understand supported MySQL versions
url: concepts-supported-versions.md
- text: Get started for free with an Azure free account
url: flexible-server/how-to-deploy-on-azure-free-account.md
- linkListType: whats-new
links:
- text: Check out our blog
url: https://techcommunity.microsoft.com/t5/Azure-Database-for-MySQL/bg-p/ADforMySQL
# Card 2
- title: Single Server
linkLists:
- linkListType: overview
links:
- text: What is Single Server?
url: single-server-overview.md
- text: What's new in Single Server?
url: single-server-whats-new.md
- text: View all Single server documentation
url: single-server/index.yml
- linkListType: whats-new
links:
- text: What's new in Single Server?
url: single-server-whats-new.md
- linkListType: concept
links:
- text: Server concepts
url: concepts-servers.md
- text: Understand pricing tiers
url: concepts-pricing-tiers.md
- text: Limitations
url: flexible-server/concepts-limitations.md
- linkListType: quickstart
links:
- text: Create a server using the Azure Portal
url: quickstart-create-mysql-server-database-using-azure-portal.md
- text: Create a server using Azure CLI
url: quickstart-create-mysql-server-database-using-azure-cli.md
# Card 3
- title: Flexible Server
linkLists:
- linkListType: overview
links:
- text: What is Flexible Server?
url: flexible-server/overview.md
- text: View all Flexible server documentation
url: flexible-server/index.yml
- linkListType: whats-new
links:
- text: What's new in Flexible Server?
url: flexible-server/whats-new.md
- linkListType: concept
links:
- text: Server concepts
url: flexible-server/concept-servers.md
- text: Understand compute and storage
url: flexible-server/concepts-compute-storage.md
- text: Limitations
url: flexible-server/concepts-limitations.md
- linkListType: quickstart
links:
- text: Create a server using Portal
url: flexible-server/quickstart-create-server-portal.md
- text: Create a server using CLI
url: flexible-server/quickstart-create-server-cli.md
# Card 4
- title: Connect and query
linkLists:
- linkListType: how-to-guide
links:
- text: Connect and query reference guide
url: how-to-connect-overview-single-server.md
- linkListType: quickstart
links:
- text: Connect to Single server using MySQL Workbench
url: connect-workbench.md
- text: Connect to Single server using Java
url: connect-java.md
- text: Connect to Single server using PHP
url: connect-php.md
- text: Connect to Flexible server using MySQL Workbench
url: connect-workbench.md
- text: Connect to Flexible server using PHP
url: flexible-server/connect-php.md
- text: Connect to Flexible server using Python
url: flexible-server/connect-python.md
# Card 5
- title: Migrations
linkLists:
- linkListType: how-to-guide
links:
- text: Choose the right tools for migration to Azure Database for MySQL
url: how-to-decide-on-right-migration-tools.md
- text: Azure Database for MySQL migration guide
url: migrate/mysql-on-premises-azure-db/01-mysql-migration-guide-intro.md
- text: dbForge Studio for MySQL
url: concepts-migrate-dbforge-studio-for-mysql.md
- text: Dump and restore
url: concepts-migrate-dump-restore.md
- text: Import and export
url: concepts-migrate-import-export.md
- text: Migrate Amazon RDS for MySQL with MySQL Workbench
url: how-to-migrate-rds-mysql-workbench.md
- text: Migrate Amazon RDS for MySQL using Data-in replication
url: how-to-migrate-rds-mysql-data-in-replication.md
- text: Minimal-downtime migration
url: howto-migrate-online.md
- text: Common errors during or post migration
url: howto-troubleshoot-common-errors.md
# Card 5
- title: Manage and migrate data
linkLists:
- linkListType: concept
links:
- text: Manage Single Server using Azure portal
url: howto-create-manage-server-portal.md
- text: Manage Flexible Server using Azure portal
url: flexible-server/how-to-manage-server-portal.md
- text: Migrate using dump and restore
url: concepts-migrate-dump-restore.md
- text: Migrate using import and export
url: concepts-migrate-import-export.md
- linkListType: how-to-guide
links:
- text: Migrate RDS MySQL using MySQL Workbench
url: how-to-migrate-rds-mysql-workbench.md
- text: Migrate using Data Migration Service
url: howto-migrate-online.md
- text: Azure Data migration guide
url: https://datamigration.microsoft.com/scenario/mysql-to-azuremysql?step=1
- text: Troubleshoot common errors
url: howto-troubleshoot-common-errors.md
# Card 6
- title: Application Development
linkLists:
- linkListType: concept
links:
- text: Connection resiliency
url: concepts-connectivity.md
- text: Best practices
url: app-development-best-practices.md
- text: Compatible drivers and tools
url: concepts-compatibility.md
- linkListType: tutorial
links:
- text: Design a Database on Single Server
url: tutorial-design-database-using-portal.md
- text: Create a Web Ap with Flexible server in VNET
url: flexible-server/tutorial-webapp-server-vnet.md
- text: Build a PHP (Laravel) web app with Flexible server
url: flexible-server/tutorial-php-database-app.md
- text: Build a PHP (Laravel) web app with Single Server
url: ../app-service/tutorial-php-mysql-app.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
# Card 7
- title: Reference
linkLists:
- linkListType: download
links:
- text: MySQL workbench
url: https://www.mysql.com/products/workbench
- text: MySQL .NET Connector
url: https://dev.mysql.com/doc/connector-net/en/
- linkListType: deploy
links:
- text: Azure CLI Samples - Single Server
url: ./sample-scripts-azure-cli.md
- text: Azure CLI Samples - Flexible Server
url: flexible-server/sample-scripts-azure-cli.md
- text: Azure Resource Manager templates
url: /azure/templates/microsoft.dbformysql/allversions
- linkListType: reference
links:
- text: Azure CLI developer reference
url: /cli/azure/mysql
- text: REST API developer reference
url: /rest/api/mysql/
- text: PowerShell
url: /powershell/module/az.mysql