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/get-started.md
+10-30Lines changed: 10 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,50 +14,30 @@ ms.author: kellydevens
14
14
15
15
Azure Orbital Ground Station can be used to communicate with a private satellite or a selection of public satellites.
16
16
17
-
## Learn about resources
17
+
## Learn about Azure Orbital Ground Station resources
18
18
19
-
Azure Orbital Ground Station uses three different types of Azure resources:
19
+
Azure Orbital Ground Station uses three types of Azure resources:
20
20
-[Spacecraft](spacecraft-object.md)
21
21
-[Contact profile](concepts-contact-profile.md)
22
22
-[Contact](concepts-contact.md)
23
23
24
-
You need to create each of these resources before you can successfully contact your satellite. Click the links to learn more about each of these resources.
24
+
You need to create each of these resources before you can successfully contact your satellite.
25
+
26
+
A spacecraft object is a representation of your satellite in Azure and stores links, ephemeris, and licensing information. A contact profile stores pass requirements such as links, channels, and network endpoint details.
25
27
26
-
A spacecraft object is a representation of your satellite in Azure Orbital Ground Station and stores links, ephemeris, and licensing information. A contact profile stores pass requirements such as links, channels, and network endpoint details.
27
28
Contacts are scheduled at a designated time for a particular combination of a spacecraft and contact profile. When you schedule a contact for a spacecraft, a contact object is created under your spacecraft object in your resource group.
28
29
29
-
## 1. Register a spacecraft
30
+
## Register a spacecraft
30
31
31
-
[Register a spacecraft](register-spacecraft.md) to add it to your subscription. This process includes creating the spacecraft resource and requesting authorization to use this spacecraft according to the spacecraft and ground station licenses.
32
+
[Register a spacecraft](register-spacecraft.md)resource to add it to your subscription. This process includes creating the spacecraft resource and requesting authorization to use this spacecraft according to the spacecraft and ground station licenses.
32
33
33
34
> [!NOTE]
34
35
> Before spacecraft resources can be created and authorized for private satellites, proper regulatory licenses for both satellites and relevant ground stations must be obtained.
35
36
36
-
## 2. Prepare the network
37
-
38
-
[Set up your network](prepare-network.md) by preparing your subnet for VNET injection, setting the endpoints, and ensuring your objects are configured correctly.
39
-
40
-
## 3. Integrate partner networks
41
-
42
-
If you're using one of Azure Orbital Ground Station's partner ground station networks, [integrate the partner network](partner-network-integration.md).
43
-
44
-
## 4. Configure the modem
45
-
46
-
[Configure the RF chain](modem-chain.md), choosing to utilize a managed modem or virtual RF.
37
+
## Configure a contact profile
47
38
48
-
## 5. Set up telemetry
39
+
[Configure a contact profile](contact-profile.md) resource for your spacecraft to store details such as channels, links, and endpoint details.
49
40
50
-
Use Azure Event Hubs to [set up real-time antenna telemetry](receive-real-time-telemetry.md).
51
-
52
-
## 6. Configure a contact profile
53
-
54
-
[Configure a contact profile](contact-profile.md) for your spacecraft.
55
-
56
-
## 7. Schedule a contact
41
+
## Schedule a contact
57
42
58
43
[Schedule a contact](schedule-contact.md) for a particular spacecraft and contact profile.
59
-
If needed, you can [cancel a contact](delete-contact.md).
60
-
61
-
## 8. Update spacecraft TLE
62
-
63
-
[Update your spacecraft's TLE](update-tle.md) to ensure it remains current.
0 commit comments