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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ahartoon
5
5
ms.author: anboisve
6
6
ms.service: azure-stream-analytics
7
7
ms.topic: how-to
8
-
ms.date: 11/18/2024
8
+
ms.date: 12/30/2024
9
9
ms.custom: references_regions, ignite-2024
10
10
---
11
11
@@ -32,10 +32,17 @@ If you're interested in enabling virtual network integration in your region, **f
32
32
- If you wish to protect storage accounts from public IP based access, consider configuring it using Managed Identity and Trusted Services as well.
33
33
34
34
For more information on storage accounts, see [Storage account overview](../storage/common/storage-account-overview.md) and [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-portal.md).
35
-
- An existing **Azure Virtual Network** or [create one](../virtual-network/quick-create-portal.md).
36
-
35
+
- An **Azure Virtual Network**, you can use existing or [create one](../virtual-network/quick-create-portal.md).
36
+
- An operational [**Azure Nat Gateway**](../nat-gateway/quickstart-create-nat-gateway-portal.md), see IMPORTANT note below.
37
+
37
38
> [!IMPORTANT]
38
-
> ASA virtual network injected jobs use an internal container injection technology provided by Azure networking. As per networking requirements, Azure NAT Gateway must be configured for virtual network injected ASA jobs for security and reliability purposes.
39
+
> ASA virtual network injected jobs use an internal container injection technology provided by Azure networking.
40
+
>
41
+
> To enhance the security and reliability of your Azure Stream Analytics jobs, you will need to either:
42
+
>
43
+
> - Configure a NAT Gateway: This will ensure that all outbound traffic from your VNET is routed through a secure and consistent public IP address.
44
+
>
45
+
> - Disable Default Outbound Access: This will prevent any unintended outbound traffic from your VNET, enhancing the security of your network.
39
46
>
40
47
> Azure NAT Gateway is a fully managed and highly resilient Network Address Translation (NAT) service. When configured on a subnet, all outbound connectivity uses the NAT gateway's static public IP addresses.
41
48
:::image type="content" source="./media/run-job-in-virtual-network/vnet-nat.png" alt-text="Diagram showing the architecture of the virtual network.":::
0 commit comments