Skip to content

Commit 6d2409b

Browse files
authored
Update get-started.md
1 parent abb0b5d commit 6d2409b

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

articles/orbital/get-started.md

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,30 @@ ms.author: kellydevens
1414

1515
Azure Orbital Ground Station can be used to communicate with a private satellite or a selection of public satellites.
1616

17-
## Learn about resources
17+
## Learn about Azure Orbital Ground Station resources
1818

19-
Azure Orbital Ground Station uses three different types of Azure resources:
19+
Azure Orbital Ground Station uses three types of Azure resources:
2020
- [Spacecraft](spacecraft-object.md)
2121
- [Contact profile](concepts-contact-profile.md)
2222
- [Contact](concepts-contact.md)
2323

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.
2527

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.
2728
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.
2829

29-
## 1. Register a spacecraft
30+
## Register a spacecraft
3031

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.
3233

3334
> [!NOTE]
3435
> Before spacecraft resources can be created and authorized for private satellites, proper regulatory licenses for both satellites and relevant ground stations must be obtained.
3536
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
4738

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.
4940

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
5742

5843
[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

Comments
 (0)