Skip to content

Commit 9d0f912

Browse files
authored
Merge pull request #260039 from kellydevens/patch-88
Update contact-profile.md
2 parents 13d5e36 + 373357c commit 9d0f912

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

articles/orbital/contact-profile.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,22 @@ ms.author: apoorvanori
1212

1313
# Configure a contact profile
1414

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).
1616

1717
## Prerequisites
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- 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).
2222
- 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).
2324

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
2926

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:
3331

3432
| **Field** | **Value** |
3533
| --- | --- |
@@ -47,8 +45,8 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
4745

4846
:::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":::
4947

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:
5250

5351
| **Field** | **Value** |
5452
| --- | --- |
@@ -60,7 +58,7 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
6058

6159
:::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":::
6260

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:
6462

6563
| **Field** | **Value** |
6664
| --- | --- |
@@ -77,8 +75,8 @@ Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
7775
| **Modulation Configuration** (_uplink only_) | Refer to [configure the RF chain](modem-chain.md) for options. |
7876
| **Encoding Configuration** (_uplink only_)| If applicable, paste your encoding configuration. |
7977

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.
8280

8381
> [!NOTE]
8482
> 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).
9694

9795
After a successful deployment, the contact profile is added to your resource group.
9896

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.
100+
99101
## Next steps
100102

101103
- [Receive real-time antenna telemetry](receive-real-time-telemetry.md)

0 commit comments

Comments
 (0)