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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ If you're interested in enabling VNet integration in your region, **fill out thi
34
34
- An existing **Azure Virtual Network** or [create one](../virtual-network/quick-create-portal.md).
35
35
36
36
> [!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.
38
38
>
39
39
> 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.
40
40
@@ -53,9 +53,9 @@ The scale operation affects the real, available supported instances for a given
53
53
54
54
- 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.
55
55
- 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)
59
59
60
60
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:
61
61
@@ -109,7 +109,7 @@ If the virtual network is in a different subscription than your ASA job, you mus
109
109
110
110
## Limitations
111
111
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)
113
113
- Make sure the subnet range doesn't collide with ASA subnet range (that is, don't use subnet range 10.0.0.0/16).
114
114
- ASA job(s) and the virtual network must be in the same region.
115
115
- The delegated subnet can only be used by Azure Stream Analytics.
0 commit comments