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/concepts-contact-profile.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Orbital Ground Station - contact profile
2
+
title: Azure Orbital Ground Station - Contact profile resource
3
3
description: Learn more about the contact profile resource, including how to create, modify, and delete the profile.
4
4
author: hrshelar
5
5
ms.service: orbital
@@ -16,7 +16,7 @@ The contact profile resource stores pass requirements such as links and endpoint
16
16
17
17
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.
18
18
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.
20
20
21
21
See [how to configure a contact profile](contact-profile.md) for a full list of parameters.
22
22
@@ -37,11 +37,11 @@ The minimum pass time and minimum elevation parameters are used by Azure Orbital
37
37
38
38
## Understanding links and channels
39
39
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.
41
41
42
42
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.
43
43
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.'
45
45
46
46
```json
47
47
{
@@ -115,11 +115,17 @@ Refer to the example below to understand how to specify an RHCP channel and an L
115
115
116
116
## Modifying or deleting a contact profile
117
117
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/).
119
119
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.'
121
125
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.
0 commit comments