You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/concepts-limits.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ manager: jhubbard
8
8
editor: jasonwhowell
9
9
ms.service: mysql-database
10
10
ms.topic: article
11
-
ms.date: 10/03/2017
11
+
ms.date: 10/04/2017
12
12
---
13
-
# Limitations in Azure Database for MySQL (Preview)
13
+
# Limitations in Azure Database for MySQL (preview)
14
14
The Azure Database for MySQL service is in public preview. The following sections describe capacity and functional limits in the database service.
15
15
16
-
## Service Tier Maximums
16
+
## Service tier maximums
17
17
Azure Database for MySQL has multiple service tiers to choose from when creating a server. For more information, see [Understand what’s available in each service tier](concepts-service-tiers.md).
18
18
19
19
There is a maximum number of connections, Compute Units, and storage in each service tier during preview, as follows:
@@ -37,22 +37,22 @@ There is a maximum number of connections, Compute Units, and storage in each ser
37
37
When too many connections are reached, you may receive the following error:
38
38
> ERROR 1040 (08004): Too many connections
39
39
40
-
## Preview functional limitations:
41
-
### Scale operations:
40
+
## Preview functional limitations
41
+
### Scale operations
42
42
- Dynamic scaling of servers across service tiers is currently not supported. That is, switching between Basic and Standard service tiers.
43
43
- Dynamic on-demand increase of storage on pre-created server is currently not supported.
44
44
- Decreasing server storage size is not supported.
45
45
46
-
### Server version upgrades:
46
+
### Server version upgrades
47
47
- Automated migration between major database engine versions is currently not supported.
48
48
49
-
### Subscription management:
49
+
### Subscription management
50
50
- Dynamically moving pre-created servers across subscription and resource group is currently not supported.
51
51
52
-
### Point-in-time-restore:
52
+
### Point-in-time-restore
53
53
- Restoring to different service tier and/or Compute Units and Storage size is not allowed.
54
54
- Restoring a dropped server is not supported.
55
55
56
-
## Next Steps:
56
+
## Next steps
57
57
[What’s available in each service tier](concepts-service-tiers.md)
58
58
[Supported MySQL Database Versions](concepts-supported-versions.md)
0 commit comments