Skip to content

Commit dee41dc

Browse files
authored
Merge pull request #153647 from savjani/master
Quick updates
2 parents 09d7b80 + fafcae4 commit dee41dc

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

articles/mariadb/concepts-pricing-tiers.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ The storage you provision is the amount of storage capacity available to your Az
4141
| Storage attributes | Basic | General Purpose | Memory Optimized |
4242
|:---|:----------|:--------------------|:---------------------|
4343
| Storage type | Basic Storage | General Purpose Storage | General Purpose Storage |
44-
| Storage size | 5 GB to 1 TB | 5 GB to 4 TB | 5 GB to 4 TB |
44+
| Storage size | 5 GB to 1 TB | 5 GB to 16 TB | 5 GB to 16 TB |
4545
| Storage increment size | 1 GB | 1 GB | 1 GB |
4646
| IOPS | Variable |3 IOPS/GB<br/>Min 100 IOPS<br/>Max 6000 IOPS | 3 IOPS/GB<br/>Min 100 IOPS<br/>Max 6000 IOPS |
4747

48+
>[!IMPORTANT]
49+
> Storage up to 16TB and 20,000 IOPS is supported in the following regions: East US, East US 2, Central US, Brazil South, West US, North Central US, South Central US, North Europe, West Europe, UK South, UK West, Southeast Asia, East Asia, Japan East, Japan West, Korea Central, Korea South, Australia East, Australia South East, West US 2, West Central US, Canada East, and Canada Central.
50+
> All other regions support up to 4TB of storage and up to 6000 IOPS.
51+
4852
You can add additional storage capacity during and after the creation of the server, and allow the system to grow storage automatically based on the storage consumption of your workload.
4953

5054
>[!NOTE]
@@ -54,23 +58,6 @@ The Basic tier does not provide an IOPS guarantee. In the General Purpose and Me
5458

5559
You can monitor your I/O consumption in the Azure portal or by using Azure CLI commands. The relevant metrics to monitor are [storage limit, storage percentage, storage used, and IO percent](concepts-monitoring.md).
5660

57-
### Large storage (Preview)
58-
59-
We are increasing the storage limits in our General Purpose and Memory Optimized tiers. Newly created servers that opt-in to the preview can provision up to 16 TB of storage. The IOPS scale at a 3:1 ratio up to 20,000 IOPS. As with the current generally available storage, you can add additional storage capacity after the creation of the server, and allow the system to grow storage automatically based on the storage consumption of your workload.
60-
61-
| Storage attributes | General Purpose | Memory Optimized |
62-
|:-------------|:--------------------|:---------------------|
63-
| Storage type | Azure Premium Storage | Azure Premium Storage |
64-
| Storage size | 32 GB to 16 TB| 32 to 16 TB |
65-
| Storage increment size | 1 GB | 1 GB |
66-
| IOPS | 3 IOPS/GB<br/>Min 100 IOPS<br/>Max 20,000 IOPS| 3 IOPS/GB<br/>Min 100 IOPS<br/>Max 20,000 IOPS |
67-
68-
> [!IMPORTANT]
69-
> Large storage is currently in public preview in the following regions: East US, East US 2, Brazil South, Central US, West US, North Central US, South Central US, North Europe, West Europe, UK South, UK West, Southeast Asia, East Asia, Japan East, Japan West, Korea Central, Korea South, Australia East, Australia South East, West US 2, West Central US, Canada East, and Canada Central.
70-
>
71-
> All other regions support up to 4TB of storage and up to 6000 IOPS.
72-
>
73-
7461
### Reaching the storage limit
7562

7663
Servers with less than equal to 100 GB provisioned storage are marked read-only if the free storage is less than 5% of the provisioned storage size. Servers with more than 100 GB provisioned storage are marked read only when the free storage is less than 5 GB.
@@ -107,4 +94,4 @@ For the most up-to-date pricing information, see the service [pricing page](http
10794

10895
## Next steps
10996
- Learn about the [service limitations](concepts-limits.md).
110-
- Learn how to [create a MariaDB server in the Azure portal](quickstart-create-mariadb-server-database-using-azure-portal.md).
97+
- Learn how to [create a MariaDB server in the Azure portal](quickstart-create-mariadb-server-database-using-azure-portal.md).

articles/mysql/concepts-compatibility.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ms.topic: conceptual
88
ms.date: 3/18/2020
99
---
1010
# MySQL drivers and management tools compatible with Azure Database for MySQL
11-
[!INCLUDE[applies-to-single-flexible-server](includes/applies-to-single-flexible-server.md)]
12-
This article describes the drivers and management tools that are compatible with Azure Database for MySQL.
11+
12+
This article describes the drivers and management tools that are compatible with Azure Database for MySQL Single Server.
13+
14+
>[!NOTE]
15+
>This article is only applicable to Azure Database for MySQL Single Server to ensure drivers are compatible with [connectivity architecture](concepts-connectivity-architecture.md) of Single Server service. [Azure Database for MySQL Flexible Server](/../flexible-server/overview.md) is compatible with all the drivers and tools supported and compatible with MySQL community edition.
1316
1417
## MySQL Drivers
1518
Azure Database for MySQL uses the world's most popular community edition of MySQL database. Therefore, it is compatible with a wide variety of programming languages and drivers. The goal is to support the three most recent versions MySQL drivers, and efforts with authors from the open source community to constantly improve the functionality and usability of MySQL drivers continue. A list of drivers that have been tested and found to be compatible with Azure Database for MySQL 5.6 and 5.7 is provided in the following table:

0 commit comments

Comments
 (0)