Skip to content

Commit d793dab

Browse files
authored
Merge pull request #247393 from kellydevens/kellydevens-patch-getstarted
Create get-started.md
2 parents 1c1fe35 + 95a4eb6 commit d793dab

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

articles/orbital/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ items:
55
items:
66
- name: Why use Azure Orbital Ground Station?
77
href: overview.md
8+
- name: Get started with Azure Orbital Ground Staion
9+
href: get-started.md
810
- name: What is the Azure Space Partner Community?
911
href: space-partner-program-overview.md
1012

articles/orbital/get-started.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Get Started with Azure Orbital Ground Station
3+
description: How to get started with Azure Orbital Ground Station.
4+
author: kellydevens
5+
ms.service: orbital
6+
ms.topic: overview
7+
ms.custom: ga
8+
ms.date: 8/4/2023
9+
ms.author: kellydevens
10+
# Customer intent: As a satellite operator, I want to learn how to get started with Azure Orbital Ground Station.
11+
---
12+
13+
# Get Started with Azure Orbital Ground Station
14+
15+
Azure Orbital Ground Station can be used to communicate with a private satellite or a selection of public satellites.
16+
17+
## Learn about resources
18+
19+
Azure Orbital Ground Station uses three different types of resources:
20+
- [Spacecraft](spacecraft-object.md)
21+
- [Contact profile](concepts-contact-profile.md)
22+
- [Contact](concepts-contact.md)
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.
25+
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+
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+
## 1. Register a spacecraft
30+
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+
33+
> [!NOTE]
34+
> 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+
## 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.
47+
48+
## 5. Set up telemetry
49+
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
57+
58+
[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)