Skip to content

Commit 1ba2f20

Browse files
committed
Adding another card
1 parent 695ab18 commit 1ba2f20

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

articles/mysql/index.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ landingContent:
4444
url: howto-server-parameters.md
4545
- text: Plan for high availability
4646
url: concepts-high-availability.md
47-
4847
- linkListType: tutorial
4948
links:
5049
- text: Design a Database using the Azure portal
@@ -76,6 +75,8 @@ landingContent:
7675
url: howto-connect-webapp.md
7776
- text: Connection strings
7877
url: howto-connection-string.md
78+
- text: Troubleshoot connection issues
79+
url: howto-troubleshoot-common-connection-issues.md
7980
- linkListType: get-started
8081
links:
8182
- text: Connect using MySQL Workbench
@@ -97,7 +98,7 @@ landingContent:
9798
- text: Connect using Go
9899
url: connect-go.md
99100
# Card
100-
- title: Code with programming APIs
101+
- title: Manage a server with programming APIs
101102
linkLists:
102103
- linkListType: get-started
103104
links:
@@ -129,4 +130,19 @@ landingContent:
129130
- text: Restore a server using Azure CLI
130131
url: howto-restore-server-cli.md
131132
- text: Minimal downtime migrations
132-
url: howto-migrate-online.md
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

0 commit comments

Comments
 (0)