Skip to content

Commit ce8dad8

Browse files
authored
Update concepts-contact.md
1 parent 8421d11 commit ce8dad8

1 file changed

Lines changed: 4 additions & 36 deletions

File tree

articles/orbital/concepts-contact.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.author: hrshelar
1212

1313
# Ground station contact resource
1414

15-
A contact occurs when the spacecraft passes over a specified ground station. You can find available passes and schedule contacts for your spacecraft through the Azure Orbital Ground Station platform. A contact and ground station pass mean the same thing.
15+
To establish connectivity with your spacecraft, schedule and execute a contact on a ground station. A contact, sometimes called a ground station 'pass,' can only occur when the spacecraft passes over a specified ground station while orbiting. You can find available contact opportunities and schedule contacts for your spacecraft through the Azure Orbital Ground Station [API](/rest/api/orbital/) or [Azure portal](https://aka.ms/orbital/portal).
1616

17-
When you schedule a contact for a spacecraft, a contact resource is created under your spacecraft resource in your resource group. The contact is only associated with that particular spacecraft and can't be transferred to another spacecraft, resource group, or region.
17+
Contacts are scheduled for a particular combination of a [spacecraft](spacecraft-object.md) and [contact profile](concepts-contact-profile.md). When you schedule a contact for a spacecraft, a contact resource is created under your spacecraft resource in your Azure resource group. The contact is only associated with that particular spacecraft and can't be transferred to another spacecraft, resource group, or region.
1818

1919
## Contact parameters
2020

@@ -38,43 +38,11 @@ The RX and TX start/end times might differ depending on the individual station m
3838

3939
## Create a contact
4040

41-
In order to create a contact, you must have the following prerequisites:
42-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
43-
- An [authorized](register-spacecraft.md) spacecraft resource.
44-
- A [contact profile](contact-profile.md) with links in accordance with the spacecraft resource above.
45-
46-
Contacts are created on a per-pass and per-site basis. If you already know the pass timings for your spacecraft and desired ground station, you can directly proceed to schedule the pass with these times. The service will succeed in creating the contact resource if the window is available and fail if the window is unavailable.
47-
48-
If you don't know your spacecraft's pass timings or which ground station sites are available, you can use the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/) to determine those details. Query the available passes and use the results to schedule your passes accordingly.
49-
50-
| Method | List available contacts | Schedule contacts | Notes |
51-
|-|-|-|-|
52-
|Portal| Yes | Yes | Custom pass timings aren't supported. You must use the results from the query. |
53-
|API | Yes | Yes | Custom pass timings are supported. |
54-
55-
See [how-to schedule a contact](schedule-contact.md) for instructions to use the Azure portal. See [API documentation](/rest/api/orbital/) for instructions to use the Azure Orbital Ground Station API.
41+
Use the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/) to [schedule a contact](schedule-contact.md) for your spacecraft resource.
5642

5743
## Cancel a scheduled contact
5844

59-
In order to cancel a scheduled contact, you must delete the contact resource. You must have the following prerequisites:
60-
61-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
62-
- An [authorized](register-spacecraft.md) spacecraft resource.
63-
- A [contact profile](contact-profile.md) with links in accordance with the spacecraft resource above.
64-
- A [scheduled contact](schedule-contact.md).
65-
66-
1. In the Azure portal search box, enter **Spacecraft**. Select **Spacecraft** in the search results.
67-
2. In the **Spacecraft** page, select the name of the spacecraft for the scheduled contact.
68-
3. Select **Contacts** from the left menu bar in the spacecraft’s overview page.
69-
70-
:::image type="content" source="media/orbital-eos-delete-contact.png" alt-text="Select a scheduled contact" lightbox="media/orbital-eos-delete-contact.png":::
71-
72-
4. Select the name of the contact to be deleted
73-
5. Select **Delete** from the top bar of the contact's configuration view
74-
75-
:::image type="content" source="media/orbital-eos-contact-config-view.png" alt-text="Delete a scheduled contact" lightbox="media/orbital-eos-contact-config-view.png":::
76-
77-
6. The scheduled contact will be canceled once the contact entry is deleted.
45+
In order to cancel a scheduled contact, you must delete the contact resource. Use the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/) to [delete a contact](schedule-contact.md).
7846

7947
## Next steps
8048

0 commit comments

Comments
 (0)