Skip to content

Commit 90a382e

Browse files
authored
Update concepts-contact.md
1 parent ce8dad8 commit 90a382e

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

articles/orbital/concepts-contact.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,31 @@ The contact resource contains the start time and end time of the pass and other
3636

3737
The RX and TX start/end times might differ depending on the individual station masks. Billing meters are engaged between the Reservation Start Time and Reservation End Time.
3838

39-
## Create a contact
39+
## Schedule a contact
4040

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.
41+
Use the [Azure portal](https://aka.ms/orbital/portal) or [Azure Orbital Ground Station API](/rest/api/orbital/) to [create a contact resource](schedule-contact.md) for your spacecraft resource.
4242

4343
## Cancel a scheduled contact
4444

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).
45+
In order to cancel a scheduled contact, you must delete the contact resource.
46+
47+
### Azure portal method
48+
1. Sign in to the [Azure portal - Orbital](https://aka.ms/orbital/portal).
49+
2. In the Azure portal search box, enter **Spacecraft**. Select **Spacecraft** in the search results.
50+
3. In the **Spacecraft** page, select the name of the spacecraft for the scheduled contact.
51+
4. Select **Contacts** from the left menu bar in the spacecraft’s overview page.
52+
53+
:::image type="content" source="media/orbital-eos-delete-contact.png" alt-text="Select a scheduled contact" lightbox="media/orbital-eos-delete-contact.png":::
54+
55+
5. Select the name of the contact to be deleted
56+
6. Select **Delete** from the top bar of the contact's configuration view
57+
58+
:::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":::
59+
60+
7. The scheduled contact will be canceled once the contact entry is deleted.
61+
62+
### API method
63+
Use the Contacts REST Operation Group to [delete a contact](/rest/api/orbital/azureorbitalgroundstation/contacts/delete/) with the Azure Orbital Ground Station API.
4664

4765
## Next steps
4866

0 commit comments

Comments
 (0)