Skip to content

Commit 0dc6f33

Browse files
authored
Merge pull request #287753 from anboisve/patch-29
Update run-job-in-virtual-network.md
2 parents 5ba1a2d + a3ec5b5 commit 0dc6f33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you're interested in enabling VNet integration in your region, **fill out thi
3434
- An existing **Azure Virtual Network** or [create one](../virtual-network/quick-create-portal.md).
3535

3636
> [!IMPORTANT]
37-
> ASA VNET injected jobs use an internal container injection technology provided by Azure networking. At this time, Azure Networking recommends that all customers set up Azure NAT Gateway for security and reliability.
37+
> ASA VNET injected jobs use an internal container injection technology provided by Azure networking. Azure Networking requires that all customers set up Azure NAT Gateway on subnets for security and reliability.
3838
>
3939
> 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.
4040
@@ -53,9 +53,9 @@ The scale operation affects the real, available supported instances for a given
5353

5454
- Make sure the subnet range doesn't collide with ASA’s subnet range. Avoid IP range 10.0.0.0 to 10.0.255.255 as it's used by ASA.
5555
- Reserve:
56-
- 5 IP addresses for Azure Networking
57-
- 1 IP address is required to facilitate features such as sample data, test connection and metadata discovery for jobs associated with this subnet.
58-
- 2 IP addresses are required for every 6 SU or 1 SU V2 (ASA’s V2 pricing structure is launching July 1, 2023, see [here](https://aka.ms/AzureStreamAnalyticsisLaunchingaNewCompetitivePricingModel) for details)
56+
- Five IP addresses for Azure Networking
57+
- One IP address is required to facilitate features such as sample data, test connection and metadata discovery for jobs associated with this subnet.
58+
- Two IP addresses are required for every six SU or one SU V2 (ASA’s V2 pricing structure is launching July 1, 2023, see [here](https://aka.ms/AzureStreamAnalyticsisLaunchingaNewCompetitivePricingModel) for details)
5959

6060
When you indicate VNET integration with your Azure Stream Analytics job, Azure portal will automatically delegate the subnet to the ASA service. Azure portal will undelegate the subnet in the following scenarios:
6161

@@ -109,7 +109,7 @@ If the virtual network is in a different subscription than your ASA job, you mus
109109

110110
## Limitations
111111

112-
- VNET jobs require a minimum of 1 SU V2 (new pricing model) or 6 SUs (current)
112+
- VNET jobs require a minimum of one SU V2 (new pricing model) or six SUs (current)
113113
- Make sure the subnet range doesn't collide with ASA subnet range (that is, don't use subnet range 10.0.0.0/16).
114114
- ASA job(s) and the virtual network must be in the same region.
115115
- The delegated subnet can only be used by Azure Stream Analytics.

0 commit comments

Comments
 (0)