From 46a664abe2bc9393484f89c3046d75417e0ad4fe Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 14 Sep 2021 15:55:00 -0400 Subject: [PATCH 1/2] Updated note re: storage support Updated note re: storage support in step 10 --- .../docs/edbcloud/beta/getting_started/03_create_cluster.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx b/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx index 69de6e8d594..13efca522fc 100644 --- a/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx +++ b/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx @@ -26,9 +26,9 @@ To create a cluster: 8. Select the region where you want your cluster to be deployed in the **Region** field. For the best performance, EDB typically recommends that this region should be the same as other resources you have that communicate with your cluster. 9. Enable or disable high availablity using the **High Availability** slide button. High availability is enabled by default. When high availability is enabled, clusters are configured with one primary and two replicas with synchronous streaming replication. Clusters are configured across availability zones in regions with availability zones. When high availability is disabled, only one instance is provisioned. See [Supported Architectures](../overview/02_high_availibility) for more information. 10. In the the **Instance Type** section, select the number of vCPUs and amount of memory you desire. -11. In the **Storage** field, select the type and amount of storage needed for your cluster. +11. In the **Storage** field, select the type and amount of storage needed for your cluster. !!! Note - Azure premium storage is the only option for the Preview. + The supported storage types for the Preview include all Azure Premium SSD types. See [Premium SSD](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types#premium-ssd) for more information. 12. (Optional) Expand the **Advanced Customization** section, to specify: 1. The desired amount of connections your cluster allows for other applications. You can either enter the amount or use the arrows. The default is 100. From e7aba5ed992746efa9fbd16a6e92fe7646b12eaa Mon Sep 17 00:00:00 2001 From: drothery-edb <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:22:14 -0400 Subject: [PATCH 2/2] Ben's feedback Co-authored-by: Benjamin Anderson <79652654+ba-edb@users.noreply.github.com> --- .../docs/edbcloud/beta/getting_started/03_create_cluster.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx b/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx index 13efca522fc..c4fe225bd83 100644 --- a/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx +++ b/product_docs/docs/edbcloud/beta/getting_started/03_create_cluster.mdx @@ -28,7 +28,7 @@ To create a cluster: 10. In the the **Instance Type** section, select the number of vCPUs and amount of memory you desire. 11. In the **Storage** field, select the type and amount of storage needed for your cluster. !!! Note - The supported storage types for the Preview include all Azure Premium SSD types. See [Premium SSD](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types#premium-ssd) for more information. + EDB Cloud currently supports Azure Premium SSD storage types. See [the Azure documentation](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types#premium-ssd) for more information. 12. (Optional) Expand the **Advanced Customization** section, to specify: 1. The desired amount of connections your cluster allows for other applications. You can either enter the amount or use the arrows. The default is 100.