@@ -44,7 +44,6 @@ landingContent:
44
44
url : howto-server-parameters.md
45
45
- text : Plan for high availability
46
46
url : concepts-high-availability.md
47
-
48
47
- linkListType : tutorial
49
48
links :
50
49
- text : Design a Database using the Azure portal
@@ -76,6 +75,8 @@ landingContent:
76
75
url : howto-connect-webapp.md
77
76
- text : Connection strings
78
77
url : howto-connection-string.md
78
+ - text : Troubleshoot connection issues
79
+ url : howto-troubleshoot-common-connection-issues.md
79
80
- linkListType : get-started
80
81
links :
81
82
- text : Connect using MySQL Workbench
@@ -97,7 +98,7 @@ landingContent:
97
98
- text : Connect using Go
98
99
url : connect-go.md
99
100
# Card
100
- - title : Code with programming APIs
101
+ - title : Manage a server with programming APIs
101
102
linkLists :
102
103
- linkListType : get-started
103
104
links :
@@ -129,4 +130,19 @@ landingContent:
129
130
- text : Restore a server using Azure CLI
130
131
url : howto-restore-server-cli.md
131
132
- 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