Skip to content

Commit 3a12255

Browse files
Merge pull request #257393 from kellydevens/patch-80
Patch 80
2 parents 8790b6a + 545976b commit 3a12255

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

articles/orbital/about-ground-stations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ In addition, we support public satellites for downlink-only operations that util
3434

3535
Azure Orbital Ground Station offers a common data plane and API to access all antenna in the global network. An active contract with the partner network(s) you wish to integrate with Azure Orbital Ground Station is required to onboard with a partner.
3636

37-
## Next Steps
37+
## Next steps
3838

39+
- [Get started with Azure Orbital Ground Station](get-started.md)
3940
- [Support all mission phases](mission-phases.md)

articles/orbital/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get Started with Azure Orbital Ground Station
2+
title: Azure Orbital Ground Station - Get started
33
description: How to get started with Azure Orbital Ground Station.
44
author: kellydevens
55
ms.service: orbital
@@ -10,7 +10,7 @@ ms.author: kellydevens
1010
# Customer intent: As a satellite operator, I want to learn how to get started with Azure Orbital Ground Station.
1111
---
1212

13-
# Get Started with Azure Orbital Ground Station
13+
# Get started with Azure Orbital Ground Station
1414

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

articles/orbital/receive-real-time-telemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can update the settings of an existing contact profile by
5757

5858
You can verify both the presence and content of incoming telemetry data multiple ways.
5959

60-
### Event Hubs Namespace
60+
### Event Hubs namespace dashboard
6161

6262
To verify that events are being received in your Event Hubs, you can check the graphs present on the overview page of your Event Hubs namespace within your resource group. This view shows data across all Event Hubs instances within a namespace. You can navigate to the overview page of a specific Event Hub instance in your resource group to see the graphs for that instance.
6363

@@ -68,7 +68,7 @@ Follow the [instructions to enable Capture](../../articles/event-hubs/event-hubs
6868

6969
## Understand telemetry points
7070

71-
### Current Telemetry Schema Version: 4.0
71+
### Current telemetry schema version: 4.0
7272
The ground station provides telemetry using Avro as a schema. The schema is below:
7373

7474
```json
@@ -293,7 +293,7 @@ The following table provides the source device/point, possible values, and defin
293293
| modemLockStatus | Modem: carrierLockState | • NULL (Modem model other than QRadio or QRx; couldn’t parse lock status Enum) <br> • Empty string (if metric reading was null) <br> • String: Lock status | Confirmation that the modem was locked. |
294294
| commandsSent | Modem: commandsSent | • NULL (if not Uplink and QRadio) <br> • Double: # of commands sent | Confirmation that commands were sent during the contact. |
295295

296-
## Event Consumers
296+
## Event consumers
297297

298298
You can write simple consumer apps to receive events from your Event Hubs using [event consumers](../../articles/event-hubs/event-hubs-features.md#event-consumers). Refer to the following documentation to learn how to send and receive events Event Hubs in various languages:
299299
- [Python](../event-hubs/event-hubs-python-get-started-send.md)

articles/orbital/register-spacecraft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: apoorvanori
1010
# Customer intent: As a satellite operator, I want to ingest data from my satellite into Azure.
1111
---
1212

13-
# Register and Authorize Spacecraft
13+
# Register and authorize spacecraft
1414

1515
To contact a satellite, it must be registered and authorized as a spacecraft resource with Azure Orbital Ground Station.
1616

@@ -26,7 +26,7 @@ To contact a satellite, it must be registered and authorized as a spacecraft res
2626

2727
Sign in to the [Azure portal](https://aka.ms/orbital/portal).
2828

29-
## Create spacecraft resource
29+
## Create a spacecraft resource
3030

3131
Create a [spacecraft resource](spacecraft-object.md) as a representation of your satellite in Azure.
3232

0 commit comments

Comments
 (0)