Skip to content

Commit e88867f

Browse files
Merge pull request #292477 from anboisve/patch-30
Update run-job-in-virtual-network.md
2 parents c83845a + d2ae80c commit e88867f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

articles/stream-analytics/run-job-in-virtual-network.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ahartoon
55
ms.author: anboisve
66
ms.service: azure-stream-analytics
77
ms.topic: how-to
8-
ms.date: 11/18/2024
8+
ms.date: 12/30/2024
99
ms.custom: references_regions, ignite-2024
1010
---
1111

@@ -32,10 +32,17 @@ If you're interested in enabling virtual network integration in your region, **f
3232
- If you wish to protect storage accounts from public IP based access, consider configuring it using Managed Identity and Trusted Services as well.
3333

3434
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+
3738
> [!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.
3946
>
4047
> 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.
4148
:::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

Comments
 (0)