Skip to content

Commit e8ada9d

Browse files
Merge pull request #221020 from jonels-msft/cdbpg-asa
Remove Azure DB for PG Hyperscale
2 parents 95621ee + a8d04a9 commit e8ada9d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/stream-analytics/postgresql-database-output.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,22 @@ author: enkrumah
55
ms.author: ebnkruma
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 10/27/2022
8+
ms.date: 12/09/2022
99
---
1010

1111
# Azure Database for PostgreSQL output from Azure Stream Analytics
1212

1313
You can use [Azure Database for PostgreSQL](https://azure.microsoft.com/services/postgresql/) as an output for data that is relational in nature or for applications that depend on the content being hosted in a relational database. Azure Stream Analytics jobs write to an existing table in PostgreSQL Database. The table schema must exactly match the fields and their types in your job's output.
1414

15-
Azure Database for PostgreSQL powered by the PostgreSQL community edition is available in three deployment options:
15+
Azure Database for PostgreSQL powered by the PostgreSQL community edition is available in two deployment options:
1616
* Single Server
1717
* Flexible Server
18-
* Hyperscale (Citus)
1918

2019
For more information about Azure Database for PostgreSQL please visit the: [What is Azure Database for PostgreSQL documentation.](../postgresql/overview.md)
2120

2221
To learn more about how to create an Azure Database for PostgreSQL server by using the Azure portal please visit:
2322
* [Quick start for Azure Database for PostgreSQL – Single server](../postgresql/quickstart-create-server-database-portal.md)
2423
* [Quick start for Azure Database for PostgreSQL – Flexible server](../postgresql/flexible-server/quickstart-create-server-portal.md)
25-
* [Quick start for Azure Database for PostgreSQL – Hyperscale (Citus)](../postgresql/hyperscale/quickstart-create-portal.md)
2624

2725

2826
> [!NOTE]
@@ -38,7 +36,7 @@ The following table lists the property names and their description for creating
3836
| Subscription | select the desired Azure Subscription. |
3937
| Server or server group name | A unique name that identifies your Azure Database for PostgreSQL server. The domain name postgres.database.azure.com is appended to the name of the server you provide. The server can contain only lowercase letters, numbers, and the hyphen (-) character. It must contain at least 3 through 63 characters. |
4038
| Database | The name of the database where you are sending your output |
41-
| Username | The username that has write access to the database. Stream Analytics supports only username/password authentication. The username should be in the "username@hostname" format for Single Server, "username" for Flexible servers and Hyperscale (Citus) server groups. |
39+
| Username | The username that has write access to the database. Stream Analytics supports only username/password authentication. The username should be in the "username@hostname" format for Single Server, "username" for Flexible server. |
4240
| Password | The password to connect to the database. |
4341
| Table | The table name where the output is written. The table name is case-sensitive. The schema of this table should exactly match the number of fields and their types that your job output generates. |
4442

0 commit comments

Comments
 (0)