Skip to content

Commit e17baa6

Browse files
committed
Basic tier quickstart
1 parent 8ab578e commit e17baa6

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

articles/postgresql/quickstart-create-hyperscale-basic-tier.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/03/2021
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-basic-tier.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ms.service: postgresql
66
ms.subservice: hyperscale-citus
77
ms.topic: include
8-
ms.date: 08/03/2021
8+
ms.date: 11/16/2021
99
ms.author: jonels
1010
ms.custom: include file
1111
---
@@ -36,18 +36,15 @@ Follow these steps to create an Azure Database for PostgreSQL server:
3636
- Click **Save**.
3737
6. Click **Next : Networking >** at the bottom of the screen.
3838

39-
7. In the **Networking** tab, click the **Public endpoint** radio button.
39+
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**.
4040
![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-
4441
> [!NOTE]
4542
> 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.
4643
>
4744
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.
45+
8. Click **Review + create** and then **Create** to provision the server. Provisioning takes a few minutes.
46+
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.
47+
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.
5148

5249
## Connect to the database using psql
5350

Binary file not shown.
18.8 KB
Loading

0 commit comments

Comments
 (0)