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.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,31 @@ The contact resource contains the start time and end time of the pass and other
36
36
37
37
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.
38
38
39
-
## Create a contact
39
+
## Schedule a contact
40
40
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.
42
42
43
43
## Cancel a scheduled contact
44
44
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.
0 commit comments