-
Notifications
You must be signed in to change notification settings - Fork 74
/
index.html
120 lines (90 loc) · 4.94 KB
/
index.html
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
<html>
<head>
<link rel="stylesheet" href="index.css" />
<link rel="icon" href="MySQL_logo.png">
<title>Azure Database for MySQL Community</title>
<link href="Azure_MySQL.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<h1><img src="./MySQL_logo.png" height="80px"> Azure Database for MySQL
<span class="SubHeading"> Resources</span>
</h1>
<p>
<a href="https://aka.ms/MySQL-Resources">aka.ms/MySQL-Resources</a>
</p>
<table>
<colgroup>
<col style="width: 30%;">
<col style="width: 30%">
<col style="width: 30%">
</colgroup>
<tr>
<td style="max-width: 350pt">
<h2>Overview</h2>
<p>
This page provides links to a variety of resources related to <a href="https://azure.microsoft.com/products/mysql/">Azure Database for MySQL</a>.
</p>
<p>
</p>
<h2>Latest news</h2>
<p>
For recent blog posts, see <a href="https://aka.ms/azure-mysql-blog/">aka.ms/Azure-MySQL-Blog</a>.
<br>
<br>
For recent feature/functionality updates, see <a href="https://learn.microsoft.com/azure/mysql/flexible-server/whats-new">What's new in Azure Database for MySQL - Flexible Server?</a>.
</p>
</td>
<td style="max-width: 350pt">
<h2>Resources</h2>
<ul>
<li><a href="https://azure.microsoft.com/products/mysql/">Service page</a></li>
<li><a href="http://aka.ms/MySQLDocs">Product documentation</a></li>
<li><a href="https://learn.microsoft.com/training/browse/?expanded=azure&terms=MySQL">Learning paths and modules</a></li>
<li><a href="https://aka.ms/AzureMySQLYt">YouTube videos</a></li>
</ul>
<p>
</p>
<h2>Git repo</h2>
<ul>
<li><a href="https://github.com/Azure/azure-mysql">Repo with the HTML for this page</a> </li>
</ul>
<p>
</p>
<h2>Try the service for free!</h2>
<ul>
<li><a href="https://aka.ms/try-mysql-free">Try Azure Database for MySQL - Flexible Server free with an Azure free account!</a> </li>
</ul>
<p>
</p>
</td>
<td style="max-width: 350pt">
<h2>Tell us what you think</h2>
<p>
Suggest and vote on ideas for improving Azure Database for MySQL at <a href="https://aka.ms/mysql-ideas">aka.ms/MySQL-Ideas</a>.
</p>
<p>
</p>
<h2>Browse and ask technical questions</h2>
<ul>
<li> Azure Database for MySQL on <a href="https://learn.microsoft.com/en-us/answers/topics/25395/azure-database-mysql.html">Microsoft Q&A</a></li>
<li> Azure Database for MySQL on <a href="https://stackoverflow.com/questions/tagged/azure-database-mysql">StackOverflow</a></li>
</ul>
<p>
<b>Note</b>: For guidance, see <a href="https://stackoverflow.com/help/how-to-ask">How do I ask a good question</a> on StackOverflow.
</p>
<p>
</p>
<h2>Social media<h2>
<p>Participate in the <b>Azure Database for MySQL Contributor initiative</b>: <a href="http://aka.ms/mysql-contributors">http://aka.ms/mysql-contributors</a></p>
<p>
<b>Twitter</b>: <a href="https://twitter.com/AzureDBMySQL">@AzureDBMySQL</a>
<br>
<b>LinkedIn</b>: <a href="https://www.linkedin.com/company/azure-database-for-mysq">Azure Database for MySQL</a>
<br>
<b>YouTube</b>: <a href="https://www.youtube.com/@azuredbmysql">@AzureDBMySQL</a>
</p>
</td>
</tr>
</table>
</body>
</html>