@@ -40,34 +40,10 @@ Follow these steps to create an Azure Database for PostgreSQL server:
40
40
41
41
![ compute and storage] ( ./media/azure-postgresql-hyperscale-create-db/compute.png )
42
42
43
- Hyperscale Citus has two deployment options for Tiers:
44
-
45
- ** Basic tier**
46
-
47
- * 2 to 8 vCores, 8 to 32 GiB memory.
48
- * Consists of a single database node which can be scaled vertically.
49
- * Supports sharding on a single node and can be easily upgraded to a Standard Tier.
50
- * Economical deployment option for initial development, testing.
51
-
52
- ** Standard tier**
53
-
54
- * 8 to 1000+ vCores, up to 8+ TiB memory
55
- * Distributed Postgres cluster which consists of a dedicated coordinator
56
- node and at least two worker nodes.
57
- * Supports Sharding on multiple worker nodes. The cluster can be scaled
58
- horizontally by adding new worker nodes and scaled vertically by
59
- increasing the vCores of the nodes.
60
- * Best for performance and scale.
61
-
62
- Learn more about [ choosing tiers] ( ../articles/postgresql/hyperscale/concepts-server-group.md#tiers ) .
63
-
64
- ** High availability** :
65
-
66
- Enable high availability to have standby replicas of every node with
67
- automatic failover in your server group.
68
-
69
- 5 . Click ** Next : Networking >** at the bottom of the screen.
70
- 6 . In the ** Networking** tab, select ** Allow public access from Azure services
43
+ 5 . For the purpose of this quickstart, you can accept the default values of
44
+ compute and storage. Click ** Save** .
45
+ 6 . Click ** Next : Networking >** at the bottom of the screen.
46
+ 7 . In the ** Networking** tab, select ** Allow public access from Azure services
71
47
and resources within Azure to this server group** . Then select ** + Add
72
48
current client IP address** .
73
49
@@ -80,11 +56,11 @@ Follow these steps to create an Azure Database for PostgreSQL server:
80
56
> to your Hyperscale (Citus) cluster unless your IT department opens port
81
57
> 5432 .
82
58
83
- 7 . Select ** Review + create** and then ** Create** to provision the server.
59
+ 8 . Select ** Review + create** and then ** Create** to provision the server.
84
60
Provisioning takes a few minutes.
85
- 8 . The page will redirect to monitor deployment. When the live status changes
61
+ 9 . The page will redirect to monitor deployment. When the live status changes
86
62
from ** Your deployment is underway** to ** Your deployment is complete** ,
87
63
click the ** Outputs** menu item on the left of the page.
88
- 9 . The outputs page will contain a coordinator hostname with a button next to
64
+ 10 . The outputs page will contain a coordinator hostname with a button next to
89
65
it to copy the value to the clipboard. Record this information for later
90
66
use.
0 commit comments