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/postgresql/hyperscale/quickstart-connect-psql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ To follow this quickstart, you'll first need to:
22
22
23
23
When you create your Azure Database for PostgreSQL server, a default database named **citus** is created. To connect to your database server, you need a connection string and the admin password.
24
24
25
-
1. Obtain the connection string. In the server group page click the **Connection strings** menu item. (It's under **Settings**.) Find the string marked **psql**. It will be of the form, `psql "host=hostname.postgres.database.azure.com port=5432 dbname=citus user=citus password={your_password} sslmode=require"`
25
+
1. Obtain the connection string. In the server group page, select the **Connection strings** menu item. (It's under **Settings**.) Find the string marked **psql**. It will be of the form, `psql "host=hostname.postgres.database.azure.com port=5432 dbname=citus user=citus password={your_password} sslmode=require"`
26
26
27
-
Copy the string. You will need to replace "{your\_password}" with the administrative password you chose earlier. The system doesn't store your plaintext password and so can't display it for you in the connection string.
27
+
Copy the string. You’ll need to replace "{your\_password}" with the administrative password you chose earlier. The system doesn't store your plaintext password and so can't display it for you in the connection string.
Copy file name to clipboardExpand all lines: includes/azure-postgresql-hyperscale-create-db.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,21 @@ Follow these steps to create an Azure Database for PostgreSQL server:
31
31
|-------------------|-------------------|
32
32
| Subscription | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
33
33
| Resource group | A new resource group name or an existing one from your subscription. |
34
-
| Server group name | A unique name that identifies your Hyperscale server group. The domain name postgres.database.azure.com is appended to the server group name you provide. The server can contain only lowercase letters, numbers, and the hyphen (-) character. It must contain less than 40 characters. |
34
+
| Server group name | A unique name that identifies your Hyperscale server group. The domain name postgres.database.azure.com is appended to the server group name you provide. The server can contain only lowercase letters, numbers, and the hyphen (-) character. It must contain fewer than 40 characters. |
35
35
| Location | The location that is closest to your users. |
36
-
| Admin username | Currently required to be the value "citus", and can't be changed. |
36
+
| Admin username | Currently required to be the value `citus`, and can't be changed. |
37
37
| Password | A new password for the server admin account. It must contain between 8 and 128 characters. Your password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers (0 through 9), and non-alphanumeric characters (!, $, #, %, etc.). |
38
38
| Version | The latest PostgreSQL major version, unless you have specific requirements. |
39
39
| Compute + storage | The compute, storage, and Tier configurations for your new server. Select **Configure server group**. |
40
40
41
41

42
42
43
43
5. For the purpose of this quickstart, you can accept the default value of
44
-
**Basic** for **Tiers**. The other option, standard tier, provisions worker
44
+
**Basic** for **Tiers**. The other option, standard tier, creates worker
45
45
nodes for greater total data capacity and query parallelism. See
46
-
[tiers](concepts-server-group.md#tiers) for a more in-depth comparison.
47
-
6. Click **Next : Networking >** at the bottom of the screen.
0 commit comments