Skip to content

Commit 73aa4ca

Browse files
authored
Update prepare-network.md
Minor phrase/word changes
1 parent cb2dee8 commit 73aa4ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/orbital/prepare-network.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.author: hrshelar
1111

1212
# Prepare the network for Azure Orbital Ground Station integration
1313

14-
The Azure Orbital Ground Station platform interfaces with your resources using VNET injection, which is used in both uplink and downlink directions. This page describes how to ensure your Subnet and Orbital ground station objects are configured correctly.
14+
The Azure Orbital Ground Station platform interfaces with your resources using VNET injection, which is used in both uplink and downlink directions. This page describes how to ensure your Subnet and Azure Orbital Ground Station objects are configured correctly.
1515

16-
Ensure the objects comply with the recommendations in this article. Note, these steps don't have to be followed in order.
16+
Ensure the objects comply with the recommendations in this article. Note that these steps do not have to be followed in order.
1717

1818
## Prepare subnet for VNET injection
1919

@@ -24,9 +24,9 @@ Steps:
2424
1. Delegate a subnet to service named: Microsoft.Orbital/orbitalGateways. Follow instructions here: [Add or remove a subnet delegation in an Azure virtual network](../virtual-network/manage-subnet-delegation.md).
2525

2626
> [!NOTE]
27-
> Address range needs to be at least /24 (example 10.0.0.0/23)
27+
> Address range needs to be at least /24 (e.g., 10.0.0.0/23)
2828
29-
Here is an example of a typical VNET setup with a subnet delegated to Azure Orbital Ground Station.
29+
The following is an example of a typical VNET setup with a subnet delegated to Azure Orbital Ground Station.
3030

3131
:::image type="content" source="media/azure-ground-station-subnet-example.png" alt-text="Screenshot of subnet configuration with Orbital delegated subnet." lightbox="media/azure-ground-station-subnet-example.png":::
3232

@@ -37,21 +37,21 @@ Set the MTU of all desired endpoints to at least 3650.
3737
## Setting up the contact profile
3838

3939
Prerequisites:
40-
- The subnet/vnet is in the same region as the contact profile
40+
- The subnet/vnet is in the same region as the contact profile.
4141

42-
Make sure the contact profile properties are set as follows:
43-
44-
1. subnetId (under networkConfiguration): The full ID to the delegated subnet, which can be found inside the VNET's JSON view
45-
1. For each link
46-
1. ipAddress: Enter an IP here for TCP/UDP server mode. Leave blank for TCP/UDP client mode. See section below for a detailed explanation on configuring this property.
47-
1. port: Needs to be within 49152 and 65535 range and need to be unique across all links in the contact profile.
42+
Ensure the contact profile properties are set as follows:
43+
| Property | Setting |
44+
|----------|---------|
45+
| subnetId | Enter the full ID to the delegated subnet, which can be found inside the VNET's JSON view. subnetID is found under networkConfiguration. |
46+
| ipAddress | For each link, enter an IP for TCP/UDP server mode. Leave blank for TCP/UDP client mode. See section below for a detailed explanation on configuring this property. |
47+
| port | For each link, post must be within 49152 and 65535 range and must be unique across all links in the contact profile.|
4848

4949
> [!NOTE]
50-
> You can have multiple links/channels in a contact profile, and you can have multiple IPs. But the combination of port/protocol needs to be unique. You can't have two identical ports, even if you have two different destination IPs.
50+
> You can have multiple links/channels in a contact profile, and you can have multiple IPs. But the combination of port/protocol must be unique. You cannot have two identical ports, even if you have two different destination IPs.
5151
5252
## Scheduling the contact
5353

54-
The platform pre-reserves IPs in the subnet when the contact is scheduled. These IPs represent the platform side endpoints for each link. IPs will be unique between contacts, and if multiple concurrent contacts are using the same subnet, we guarantee those IPs to be distinct. The service will fail to schedule the contact and an error will be returned if the service runs out of IPs or can't allocate an IP.
54+
The platform pre-reserves IPs in the subnet when the contact is scheduled. These IPs represent the platform side endpoints for each link. IPs will be unique between contacts, and if multiple concurrent contacts are using the same subnet, Microsoft guarantees those IPs to be distinct. The service will fail to schedule the contact and an error will be returned if the service runs out of IPs or cannot allocate an IP.
5555

5656
When you create a contact, you can find these IPs by viewing the contact properties. Select JSON view in the portal or use the GET contact API call to view the contact properties. Make sure to use the current API version of 2022-03-01. The parameters of interest are below:
5757

@@ -72,7 +72,7 @@ You can use this information to set up network policies or to distinguish betwee
7272

7373
## Client/Server, TCP/UDP, and link direction
7474

75-
Here's how to set up the link flows based on direction on tcp or udp preference.
75+
The following sections describe how to set up the link flows based on direction on tcp or udp preference.
7676

7777
### Uplink
7878

0 commit comments

Comments
 (0)