Skip to content

Commit 106a0e9

Browse files
authored
Sept 2022 Update to ASA
1 parent 0350696 commit 106a0e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Database for PostgreSQL output from Azure Stream Analytics (Preview)
2+
title: Azure Database for PostgreSQL output from Azure Stream Analytics
33
description: This article describes Azure Database for PostgreSQL as output for Azure Stream Analytics.
44
author: enkrumah
55
ms.author: ebnkruma
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 04/27/2022
99
---
1010

11-
# Azure Database for PostgreSQL output from Azure Stream Analytics (Preview)
11+
# 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

@@ -47,8 +47,6 @@ The following table lists the property names and their description for creating
4747

4848
Partitioning needs to enabled and is based on the PARTITION BY clause in the query. When the Inherit Partitioning option is enabled, it follows the input partitioning for [fully parallelizable queries](stream-analytics-scale-jobs.md).
4949

50-
## Limitation
51-
Test connection functionality to Azure Database for PostgreSQL is not supported at the time of preview.
5250

5351
## Next steps
5452

0 commit comments

Comments
 (0)