@@ -12,7 +12,7 @@ metadata:
12
12
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
13
13
14
14
landingContent :
15
- # Card
15
+ # Card 1
16
16
- title : About Azure Database for MySQL
17
17
linkLists :
18
18
- linkListType : overview
@@ -23,7 +23,7 @@ landingContent:
23
23
links :
24
24
- text : Check out our blog
25
25
url : https://techcommunity.microsoft.com/t5/Azure-Database-for-MySQL/bg-p/ADforMySQL
26
- # Card
26
+ # Card 2
27
27
- title : Create a server
28
28
linkLists :
29
29
- linkListType : quickstart
@@ -54,7 +54,26 @@ landingContent:
54
54
url : ../app-service/containers/tutorial-multi-container-app.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
55
55
- text : Build a Web App using PHP in Azure CLI
56
56
url : ../app-service/app-service-web-tutorial-php-mysql.md?toc=%2fazure%2fmysql%2ftoc.json&bc=%2Fazure%2Fbread%2Ftoc.json
57
- # Card
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
58
77
- title : Connect to Azure Database for MySQL
59
78
linkLists :
60
79
- linkListType : concept
@@ -97,7 +116,22 @@ landingContent:
97
116
url : connect-cpp.md
98
117
- text : Connect using Go
99
118
url : connect-go.md
100
- # Card
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
101
135
- title : Code with programming APIs
102
136
linkLists :
103
137
- linkListType : get-started
@@ -111,38 +145,4 @@ landingContent:
111
145
- text : REST API developer reference
112
146
url : /cli/azure/mysql
113
147
- text : Azure Resource Manager templates
114
- url : /azure/templates/microsoft.dbformysql/allversions
115
- # Card
116
- - title : Back up and migrate data
117
- linkLists :
118
- - linkListType : concept
119
- links :
120
- - text : Back up and restore
121
- url : concepts-backup.md
122
- - text : Migrate using dump and restore
123
- url : concepts-migrate-dump-restore.md
124
- - text : Migrate using import and export
125
- url : concepts-migrate-import-export.md
126
- - linkListType : how-to-guide
127
- links :
128
- - text : Restore a server using the Azure portal
129
- url : howto-restore-server-portal.md
130
- - text : Restore a server using Azure CLI
131
- url : howto-restore-server-cli.md
132
- - text : Minimal downtime migrations
133
- url : howto-migrate-online.md
134
- # Card
135
- - title : Replicate data
136
- linkLists :
137
- - linkListType : concept
138
- links :
139
- - text : Understand replication
140
- url : concepts-data-in-replication.md
141
- - text : Understand read replicas
142
- url : concepts-read-replicas.md
143
- - linkListType : how-to-guide
144
- links :
145
- - text : Configure data-in replication
146
- url : howto-data-in-replication.md
147
- - text : Create a read replica using the Azure portal
148
- url : howto-read-replicas-portal.md
148
+ url : /azure/templates/microsoft.dbformysql/allversions
0 commit comments