Skip to content

Commit d25b47a

Browse files
Merge pull request #278594 from spelluru/docs-editor/process-data-azure-stream-anal-1718735658
ASA job must be same network if event hub has only a private endpoint
2 parents 0e96c4e + 1094556 commit d25b47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/process-data-azure-stream-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Here are the key benefits of Azure Event Hubs and Azure Stream Analytics integra
1919
## End-to-end flow
2020

2121
> [!IMPORTANT]
22-
> If you aren't a member of [owner](../role-based-access-control/built-in-roles.md#owner) or [contributor](../role-based-access-control/built-in-roles.md#contributor) roles at the Azure subscription level, you must be a member of the [Stream Analytics Query Tester](../role-based-access-control/built-in-roles.md#stream-analytics-query-tester) role at the Azure subscription level to successfully complete steps in this section. This role allows you to perform testing queries without creating a stream analytics job first. For instructions on assigning a role to a user, see [Assign AD roles to users](../active-directory/roles/manage-roles-portal.md).
23-
22+
> - If you aren't a member of [owner](../role-based-access-control/built-in-roles.md#owner) or [contributor](../role-based-access-control/built-in-roles.md#contributor) roles at the Azure subscription level, you must be a member of the [Stream Analytics Query Tester](../role-based-access-control/built-in-roles.md#stream-analytics-query-tester) role at the Azure subscription level to successfully complete steps in this section. This role allows you to perform testing queries without creating a stream analytics job first. For instructions on assigning a role to a user, see [Assign AD roles to users](../active-directory/roles/manage-roles-portal.md).
23+
> - If your event hub allows only the private access via private endpoints, you must have the Stream Analytics job joined to the same network so that the job can access events in the event hub.
2424
1. Sign in to the [Azure portal](https://portal.azure.com).
2525
1. Navigate to your **Event Hubs namespace** and then navigate to the **event hub**, which has the incoming data.
2626
1. Select **Process Data** on the event hub page or select **Process data** on the left menu.

0 commit comments

Comments
 (0)