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/orbital/prepare-network.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.author: hrshelar
11
11
12
12
# Prepare the network for Azure Orbital Ground Station integration
13
13
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.
15
15
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.
17
17
18
18
## Prepare subnet for VNET injection
19
19
@@ -24,9 +24,9 @@ Steps:
24
24
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).
25
25
26
26
> [!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)
28
28
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.
30
30
31
31
:::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":::
32
32
@@ -37,21 +37,22 @@ Set the MTU of all desired endpoints to at least 3650.
37
37
## Setting up the contact profile
38
38
39
39
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.
41
41
42
-
Make sure the contact profile properties are set as follows:
42
+
Ensure the contact profile properties are set as follows:
43
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.
44
+
| Property | Setting |
45
+
|----------|---------|
46
+
| subnetId | Enter the full ID to the delegated subnet, which can be found inside the VNET's JSON view. subnetID is found under networkConfiguration. |
47
+
| 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. |
48
+
| port | For each link, post must be within 49152 and 65535 range and must be unique across all links in the contact profile.|
48
49
49
50
> [!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.
51
+
> 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.
51
52
52
53
## Scheduling the contact
53
54
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.
55
+
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.
55
56
56
57
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:
57
58
@@ -72,7 +73,7 @@ You can use this information to set up network policies or to distinguish betwee
72
73
73
74
## Client/Server, TCP/UDP, and link direction
74
75
75
-
Here's how to set up the link flows based on direction on tcp or udp preference.
76
+
The following sections describe how to set up the link flows based on direction on tcp or udp preference.
0 commit comments