Skip to content

Commit c3c3aef

Browse files
Merge pull request #294922 from anboisve/patch-33
Update run-job-in-virtual-network.md
2 parents 759b8bb + b786315 commit c3c3aef

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ If you're interested in enabling virtual network integration in your region, **f
5050
For more information about Azure NAT Gateway, see [Azure NAT Gateway](../nat-gateway/nat-overview.md).
5151

5252
## Subnet Requirements
53-
Virtual network integration depends on a dedicated subnet. When you create a subnet, the Azure subnet consumes five IPs from the start.
53+
Virtual network integration depends on a dedicated subnet.
5454

55-
You must take into consideration the IP range associated with your delegated subnet as you think about future needs required to support your ASA workload. Because subnet size can't be changed after assignment, use a subnet that's large enough to accommodate whatever scale your job might reach.
55+
When configuring your delegated subnet, it is crucial to consider the IP range to accommodate both current and future requirements for your ASA workload. Since the subnet size cannot be modified once established, it is recommended to select a subnet size that can support the potential scale of your job. Additionally, be aware that Azure Networking reserves the first five IP addresses within the subnet range for internal use.
5656

5757
The scale operation affects the real, available supported instances for a given subnet size.
5858

@@ -64,11 +64,16 @@ The scale operation affects the real, available supported instances for a given
6464
- **One** IP address is required to facilitate features such as sample data, test connection, and metadata discovery for jobs associated with this subnet.
6565
- **Two** IP addresses are required for every six streaming unit (SU) or one SU V2 (ASA’s V2 pricing structure is launching July 1, 2023, see [here](https://aka.ms/AzureStreamAnalyticsisLaunchingaNewCompetitivePricingModel) for details)
6666

67-
When you indicate virtual network integration with your Azure Stream Analytics job, Azure portal automatically delegates the subnet to the ASA service. Azure portal undelegates the subnet in the following scenarios:
67+
### Releasing the subnet
68+
When you indicate virtual network integration with your Azure Stream Analytics job, Azure portal automatically delegates the subnet to the ASA service. Azure undelegates the subnet in the following scenarios:
6869

6970
- You inform us that virtual network integration is no longer needed for the [last job](#last-job) associated with specified subnet via the ASA portal (see the how-to section).
7071
- You delete the [last job](#last-job) associated with the specified subnet.
7172

73+
### Intra-Subnet traffic
74+
The subnet configuration must enable intra-subnet network traffic. This means that it must allow inbound and outbound traffic where both the source and destination IP addresses reside within the same subnet.
75+
Learn more [here](../virtual-network/network-security-group-how-it-works.md#intra-subnet-traffic).
76+
7277
### Last job
7378
Several Stream Analytics jobs can 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.
7479

0 commit comments

Comments
 (0)