Skip to content

Commit 039af9e

Browse files
Merge pull request #210185 from sidramadoss/patch-133
Sept 2022 Update to ASA
2 parents 7442135 + 72de9d9 commit 039af9e

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
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

articles/stream-analytics/private-endpoints.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ ms.date: 05/20/2021
1414

1515
You can connect your Azure Stream Analytics jobs running on a cluster to input and output resources that are behind a firewall or an Azure Virtual Network (VNet). First, you create a managed private endpoint for a resource, such as Azure Event Hub or Azure SQL Database, in your Stream Analytics cluster. Then, approve the private endpoint connection from your input or output.
1616

17-
Once you approve the connection, any job running in your Stream Analytics cluster can access the resource through the private endpoint. This article shows you how to create and delete private endpoints in a Stream Analytics cluster. You can create private endpoints for Azure SQL Database, Azure Cosmos DB, Azure Storage, Azure Data Lake Storage Gen2, Azure Event Hub, Azure IoT Hubs and Azure Service Bus.
17+
Once you approve the connection, any job running in your Stream Analytics cluster can access the resource through the private endpoint. This article shows you how to create and delete private endpoints in a Stream Analytics cluster. You can create private endpoints for:
18+
* Azure SQL Database
19+
* Azure Cosmos DB
20+
* Azure Blob Storage
21+
* Azure Data Lake Storage Gen2
22+
* Azure Event Hub
23+
* Azure IoT Hubs
24+
* Azure Service Bus
25+
* Azure Synapse Analytics - Dedicated SQL pool
1826

1927
## Create managed private endpoint in Stream Analytics cluster
2028

@@ -53,6 +61,9 @@ In this section, you learn how to create a private endpoint in a Stream Analytic
5361

5462
![delete private endpoint](./media/private-endpoints/delete-private-endpoint.png)
5563

64+
## Limitation
65+
When configuring managed private endpoints to Azure Synapse Analytics (Dedicated SQL pool), you must add your Synapse SQL output to your job using **Provide SQL Database settings manually** mode. Provide the full Dedicated Synapse SQL pool URL such as **{WorkspaceName}.sql.azuresynapse.net** for the **Server name** field.
66+
5667
## Next steps
5768

5869
You now have an overview of how to manage private endpoints in an Azure Stream Analytics cluster. Next, you can learn how to scale your clusters and run jobs in your cluster:

articles/stream-analytics/service-bus-managed-identity.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 08/10/2022
99
ms.custom: subject-rbac-steps
1010
---
1111

12-
# Use managed identities to access Service Bus from an Azure Stream Analytics job (preview)
12+
# Use managed identities to access Service Bus from an Azure Stream Analytics job
1313

1414
Azure Stream Analytics supports managed identity authentication for both Azure Service Bus output. Managed identities for Azure resources is a cross-Azure feature that enables you to create a secure identity associated with the deployment under which your application code runs. You can then associate that identity with access-control roles that grant custom permissions for accessing specific Azure resources that your application needs.
1515

@@ -69,9 +69,6 @@ Now that your managed identity is configured, you're ready to add the Service
6969

7070
1. Fill out the rest of the properties and select **Save**.
7171

72-
### Limitation
73-
Test connection on the azure portal is not expected to work when authentication mode for Service Bus is set to user-assigned or system-assigned managed identity.
74-
7572
## Next steps
7673

7774
* [Understand outputs from Azure Stream Analytics](stream-analytics-define-outputs.md)

0 commit comments

Comments
 (0)