Skip to content

Commit 44f1181

Browse files
committed
Normal quickstart
1 parent e17baa6 commit 44f1181

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

articles/postgresql/quickstart-create-hyperscale-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: postgresql
77
ms.subservice: hyperscale-citus
88
ms.custom: mvc
99
ms.topic: quickstart
10-
ms.date: 08/17/2020
10+
ms.date: 11/16/2021
1111
#Customer intent: As a developer, I want to provision a hyperscale server group so that I can run queries quickly on large datasets.
1212
---
1313

includes/azure-postgresql-hyperscale-create-db.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,15 @@ Follow these steps to create an Azure Database for PostgreSQL server:
3535
3636
5. Click **Configure server group**. Leave the settings in that section unchanged and click **Save**.
3737
6. Click **Next : Networking >** at the bottom of the screen.
38-
39-
7. In the **Networking** tab, click the **Public endpoint** radio button.
38+
7. In the **Networking** tab, select **Allow public access from Azure services and resources within Azure to this server group**. Then select **+ Add current client IP address**.
4039
![Public endpoint selected](./media/azure-postgresql-hyperscale-create-db/network-public-endpoint.png)
41-
8. Click the link **+ Add current client IP address**.
42-
![Added client IP](./media/azure-postgresql-hyperscale-create-db/network-add-client-ip.png)
43-
4440
> [!NOTE]
4541
> Azure PostgreSQL server communicates over port 5432. If you are trying to connect from within a corporate network, outbound traffic over port 5432 may not be allowed by your network's firewall. If so, you cannot connect to your Hyperscale (Citus) cluster unless your IT department opens port 5432.
4642
>
4743
48-
9. Click **Review + create** and then **Create** to provision the server. Provisioning takes a few minutes.
49-
10. The page will redirect to monitor deployment. When the live status changes from **Your deployment is underway** to **Your deployment is complete**, click the **Outputs** menu item on the left of the page.
50-
11. The outputs page will contain a coordinator hostname with a button next to it to copy the value to the clipboard. Record this information for later use.
44+
8. Click **Review + create** and then **Create** to provision the server. Provisioning takes a few minutes.
45+
9. The page will redirect to monitor deployment. When the live status changes from **Your deployment is underway** to **Your deployment is complete**, click the **Outputs** menu item on the left of the page.
46+
10. The outputs page will contain a coordinator hostname with a button next to it to copy the value to the clipboard. Record this information for later use.
5147

5248
### Connect to the database using psql
5349

0 commit comments

Comments
 (0)