You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/stream-analytics/run-job-in-virtual-network.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
7
7
ms.date: 05/23/2023
8
8
---
9
9
10
-
# Run your Azure Stream Analytics job in an Azure Virtual Network (Public Preview)
10
+
# Run your Azure Stream Analytics job in an Azure Virtual Network (Public preview)
11
11
This article describes how to run your Azure Stream Analytics (ASA) job in an Azure virtual network.
12
12
13
13
## Overview
@@ -37,6 +37,7 @@ Currently, this capability is only available in select regions. If you're inter
37
37
> Azure NAT Gateway is a fully managed and highly resilient Network Address Translation (NAT) service. Azure NAT Gateway simplifies outbound Internet connectivity for virtual networks. When configured on a subnet, all outbound connectivity uses the NAT gateway's static public IP addresses.
38
38
39
39
:::image type="content" source="./media/run-job-in-virtual-network/vnet-nat.png" alt-text="Diagram showing the architecture of the virtual network.":::
40
+
40
41
To learn about setup and pricing, see [Azure NAT Gateway](../nat-gateway/nat-overview.md).
41
42
42
43
## Subnet Requirements
@@ -62,7 +63,7 @@ When you indicate VNET integration with your Azure Stream Analytics job, Azure p
62
63
### Last job
63
64
Several ASA jobs may utilize the same subnet. The last job here refers to no other jobs utilizing the specified subnet. When the last job has been deleted or removed by associated, Azure Stream Analytics releases the subnet as a resource, which was delegated to ASA as a service. Allow several minutes for this action to be completed.
64
65
65
-
## Setup VNET integration
66
+
## Set up VNET integration
66
67
67
68
### Azure portal
68
69
1. From the Azure portal, navigate to **Networking** from menu bar and select **Run this job in virtual network**. This step informs us that your job must work with a VNET:
@@ -78,7 +79,7 @@ Several ASA jobs may utilize the same subnet. The last job here refers to no ot
78
79
:::image type="content" source="./media/run-job-in-virtual-network/virtual-network-configuration.png" alt-text="Screenshot of the sample virtual network configuration." lightbox="./media/run-job-in-virtual-network/virtual-network-configuration.png":::
79
80
80
81
81
-
## Set up an associated Storage Account
82
+
## Set up an associated storage account
82
83
1. On the **Stream Analytics job** page, select **Storage account settings** under **Configure** on the left menu.
83
84
1. On the **Storage account settings** page, select **Add storage account**.
84
85
1. Follow instructions to configure your storage account settings.
0 commit comments