Skip to content

Commit f5683e7

Browse files
committed
fixed blocking issues
1 parent e72fce8 commit f5683e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.date: 05/23/2023
88
---
99

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)
1111
This article describes how to run your Azure Stream Analytics (ASA) job in an Azure virtual network.
1212

1313
## Overview
@@ -37,6 +37,7 @@ Currently, this capability is only available in select regions. If you're inter
3737
> 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.
3838
3939
:::image type="content" source="./media/run-job-in-virtual-network/vnet-nat.png" alt-text="Diagram showing the architecture of the virtual network.":::
40+
4041
To learn about setup and pricing, see [Azure NAT Gateway](../nat-gateway/nat-overview.md).
4142

4243
## Subnet Requirements
@@ -62,7 +63,7 @@ When you indicate VNET integration with your Azure Stream Analytics job, Azure p
6263
### Last job
6364
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.
6465

65-
## Setup VNET integration
66+
## Set up VNET integration
6667

6768
### Azure portal
6869
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
7879
:::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":::
7980

8081

81-
## Set up an associated Storage Account
82+
## Set up an associated storage account
8283
1. On the **Stream Analytics job** page, select **Storage account settings** under **Configure** on the left menu.
8384
1. On the **Storage account settings** page, select **Add storage account**.
8485
1. Follow instructions to configure your storage account settings.

0 commit comments

Comments
 (0)