Skip to content

Commit e29f039

Browse files
Merge pull request #259689 from kellydevens/main
Update concepts-contact-profile.md
2 parents c7eeffb + 035f117 commit e29f039

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

articles/orbital/concepts-contact-profile.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Orbital Ground Station - contact profile
2+
title: Azure Orbital Ground Station - Contact profile resource
33
description: Learn more about the contact profile resource, including how to create, modify, and delete the profile.
44
author: hrshelar
55
ms.service: orbital
@@ -16,7 +16,7 @@ The contact profile resource stores pass requirements such as links and endpoint
1616

1717
You can create many contact profiles to represent different types of passes depending on your mission operations. For example, you can create a contact profile for a command and control pass or a contact profile for a downlink-only pass.
1818

19-
These resources are mutable and do not undergo an authorization process like the spacecraft resources do. One contact profile can be used with many spacecraft resources.
19+
These resources are mutable and don't undergo an authorization process like the spacecraft resources do. One contact profile can be used with many spacecraft resources.
2020

2121
See [how to configure a contact profile](contact-profile.md) for a full list of parameters.
2222

@@ -37,11 +37,11 @@ The minimum pass time and minimum elevation parameters are used by Azure Orbital
3737

3838
## Understanding links and channels
3939

40-
A whole band, unique in direction and polarity, is called a link. Channels, which are children under links, specify the center frequency, bandwidth, and endpoints. Typically there is only one channel per link, but some applications require multiple channels per link.
40+
A whole band, unique in direction and polarity, is called a link. Channels, which are children under links, specify the center frequency, bandwidth, and endpoints. Typically there's only one channel per link, but some applications require multiple channels per link.
4141

4242
You can specify EIRP and G/T requirements for each link. EIRP applies to uplinks and G/T applies to downlinks. You can provide a name for each link and channel to keep track of these properties. Each channel has a modem associated with it. Follow the steps in [how to setup software modem](modem-chain.md) to understand the options.
4343

44-
Refer to the example below to understand how to specify an RHCP channel and an LHCP channel if your mission requires dual-polarization on downlink.
44+
Refer to the example below to understand how to specify an RHCP channel and an LHCP channel if your mission requires dual-polarization on downlink. To find this information about your contact profile, navigate to the contact profile resource overview and click 'JSON view.'
4545

4646
```json
4747
{
@@ -115,11 +115,17 @@ Refer to the example below to understand how to specify an RHCP channel and an L
115115

116116
## Modifying or deleting a contact profile
117117

118-
You can modify or delete the contact profile via the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/).
118+
You can modify or delete the contact profile via the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/).
119119

120-
## Configuring a contact profile for third party ground stations
120+
In the Azure portal, navigate to the contact profile resource.
121+
- To modify minimum viable contact duration, minimum elevation, auto tracking, or events hubs telemetry, click 'Overview' on the left panel then click 'Edit properties.'
122+
- To edit links and channels, click 'Links' under 'Configurations' on the left panel then click 'Edit link' on the desired link.
123+
- To edit third-party configurations, click 'Third-Party Configurations' under 'Configurations' on the left panel then click 'Edit' on the desired configuration.
124+
- To delete a contact profile, click 'Overview' on the left panel then click 'Delete.'
121125

122-
When you onboard a third party network, you will receive a token that identifies your profile. Use this token in the contact profile resource to link a contact profile to the third party network.
126+
## Configuring a contact profile for applicable partner ground stations
127+
128+
After onboarding with a partner ground station network, you receive a name that identifies your configuration file. When [creating your contact profile](contact-profile.md#create-a-contact-profile-resource), add this configuration name to your link in the 'Third-Party Configuration" parameter. This links your contact profile to the partner network.
123129

124130
## Next steps
125131

0 commit comments

Comments
 (0)