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/contact-profile.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,22 @@ ms.author: apoorvanori
12
12
13
13
# Configure a contact profile
14
14
15
-
Learn how to configure a [contact profile](concepts-contact-profile.md) with Azure Orbital Ground Station to save and reuse contact configurations. To schedule a contact, you must have a contact profile resource and satellite resource.
15
+
Learn how to create a [contact profile](concepts-contact-profile.md) with Azure Orbital Ground Station to save and reuse contact configurations. To schedule a contact, you must have a contact profile resource and [spacecraft resource](spacecraft-object.md).
16
16
17
17
## Prerequisites
18
18
19
19
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
20
- Contributor permissions at the subscription level.
21
-
-To collect telemetry during the contact, [create an event hub](receive-real-time-telemetry.md). [Learn more about Azure Event Hubs](../event-hubs/event-hubs-about.md).
21
+
-A delegated subnet that is created in the relevant VNET and resource group. See [prepare network for Azure Orbital Ground Station integration](prepare-network.md).
22
22
- An IP address (private or public) for data retrieval/delivery. Learn how to [create a VM and use its private IP](../virtual-machines/windows/quick-create-portal.md).
23
+
- To collect telemetry during the contact, [create an event hub](receive-real-time-telemetry.md). [Learn more about Azure Event Hubs](../event-hubs/event-hubs-about.md).
23
24
24
-
## Sign in to Azure
25
-
26
-
Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
27
-
28
-
## Create a contact profile resource
25
+
## Azure portal method
29
26
30
-
1. In the Azure portal search box, enter **Contact Profiles**. Select **Contact Profiles** in the search results. Alternatively, navigate to the Azure Orbital service and click **Contact profiles** in the left column.
31
-
2. In the **Contact Profiles** page, click **Create**.
32
-
3. In **Create Contact Profile Resource**, enter or select the following information in the **Basics** tab:
27
+
1. Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
28
+
2. In the Azure portal search box, enter **Contact Profiles**. Select **Contact Profiles** in the search results. Alternatively, navigate to the Azure Orbital service and click **Contact profiles** in the left column.
29
+
3. In the **Contact Profiles** page, click **Create**.
30
+
4. In **Create Contact Profile Resource**, enter or select the following information in the **Basics** tab:
33
31
34
32
|**Field**|**Value**|
35
33
| --- | --- |
@@ -47,8 +45,8 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
47
45
48
46
:::image type="content" source="media/orbital-eos-contact-profile.png" alt-text="Screenshot of the contact profile basics page." lightbox="media/orbital-eos-contact-profile.png":::
49
47
50
-
4. Click **Next**. In the **Links** pane, click **Add new Link**.
51
-
5. In the **Add Link** page, enter or select the following information per link direction:
48
+
5. Click **Next**. In the **Links** pane, click **Add new Link**.
49
+
6. In the **Add Link** page, enter or select the following information per link direction:
52
50
53
51
|**Field**|**Value**|
54
52
| --- | --- |
@@ -60,7 +58,7 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
60
58
61
59
:::image type="content" source="media/orbital-eos-contact-link.png" alt-text="Screenshot of the contact profile links pane." lightbox="media/orbital-eos-contact-link.png":::
62
60
63
-
6. Click **Add Channel**. In the **Add Channel** pane, enter or select the following information per channel:
61
+
7. Click **Add Channel**. In the **Add Channel** pane, enter or select the following information per channel:
64
62
65
63
|**Field**|**Value**|
66
64
| --- | --- |
@@ -77,8 +75,8 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
77
75
|**Modulation Configuration** (_uplink only_) | Refer to [configure the RF chain](modem-chain.md) for options. |
78
76
|**Encoding Configuration** (_uplink only_)| If applicable, paste your encoding configuration. |
79
77
80
-
7. Click **Submit** to add the channel. After adding all channels, click **Submit** to add the link.
81
-
8. If a mission requires third-party providers, click the **Third-Party Configuration** tab.
78
+
8. Click **Submit** to add the channel. After adding all channels, click **Submit** to add the link.
79
+
9. If a mission requires third-party providers, click the **Third-Party Configuration** tab.
82
80
83
81
> [!NOTE]
84
82
> Mission configurations are agreed upon with partner network providers. Contacts can only be successfully scheduled with the partners if the contact profile contains the appropriate mission configuration.
@@ -96,6 +94,10 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
96
94
97
95
After a successful deployment, the contact profile is added to your resource group.
98
96
97
+
## API method
98
+
99
+
Use the Contact Profiles REST Operation Group to [create a contact profile](/rest/api/orbital/azureorbitalgroundstation/contact-profiles/create-or-update/) in the Azure Orbital Ground Station API.
0 commit comments