Skip to content

Commit 5d64593

Browse files
committed
large storage preview added on pricing tier pages
1 parent 88ef2e9 commit 5d64593

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

articles/mysql/concepts-pricing-tiers.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,27 @@ The storage you provision is the amount of storage capacity available to your Az
4242
| | **Basic** | **General Purpose** | **Memory Optimized** |
4343
|:---|:----------|:--------------------|:---------------------|
4444
| Storage type | Azure Standard Storage | Azure Premium Storage | Azure Premium Storage |
45-
| Storage size | 5 GB to 1 TB | 5 GB to 4 TB | 5 GB to 4 TB |
45+
| Storage size | 5 GB to 1 TB | 5 GB to 4 TB<br>up to 16 TB (preview) | 5 GB to 4 TB <br>up to 16 TB (preview) |
4646
| Storage increment size | 1 GB | 1 GB | 1 GB |
47-
| IOPS | Variable |3 IOPS/GB<br/>Min 100 IOPS<br/>Max 6000 IOPS | 3 IOPS/GB<br/>Min 100 IOPS<br/>Max 6000 IOPS |
47+
| IOPS | Variable |3 IOPS/GB<br/>Min 100 IOPS<br/>Max 6,000 IOPS | 3 IOPS/GB<br/>Min 100 IOPS<br/>Max 6,000 IOPS |
4848

4949
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. The Basic tier does not provide an IOPS guarantee. In the General Purpose and Memory Optimized pricing tiers, the IOPS scale with the provisioned storage size in a 3:1 ratio.
5050

5151
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).
5252

53+
### Large storage preview
54+
55+
| | **General Purpose** | **Memory Optimized** |
56+
|:-------------|:--------------------|:---------------------|
57+
| Storage type | Azure Premium Storage | Azure Premium Storage |
58+
| Storage size | 32 GB to 16 TB| 32 to 16 TB |
59+
| Storage increment size | 1 GB | 1 GB | 1 GB |
60+
| 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 |
61+
62+
> [!IMPORTANT]
63+
> Large storage is currently in public preview in the following regions: East US, East US 2, Central US, South Central US, West US, West US 2, North Europe, West Europe, Southeast Asia, Japan East, Korea Central, Australia East
64+
>
65+
5366
### Reaching the storage limit
5467

5568
Servers with less than 100 GB provisioned storage are marked read-only if the free storage is less than 512MB or 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.

articles/postgresql/concepts-pricing-tiers.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ You can add additional storage capacity during and after the creation of the ser
5050

5151
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).
5252

53+
### Large storage preview
54+
55+
| | **General Purpose** | **Memory Optimized** |
56+
|:-------------|:--------------------|:---------------------|
57+
| Storage type | Azure Premium Storage | Azure Premium Storage |
58+
| Storage size | 32 GB to 16 TB| 32 to 16 TB |
59+
| Storage increment size | 1 GB | 1 GB | 1 GB |
60+
| 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 |
61+
62+
> [!IMPORTANT]
63+
> Large storage is currently in public preview in the following regions: East US, East US 2, Central US, South Central US, West US, West US 2, North Europe, West Europe, Southeast Asia, Japan East, Korea Central, Australia East
64+
>
65+
5366
### Reaching the storage limit
5467

5568
Servers with less than 100 GB provisioned storage are marked read-only if the free storage is less than 512MB or 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.

0 commit comments

Comments
 (0)