Skip to content

Commit 43ab8d1

Browse files
Merge pull request #260074 from kellydevens/patch-91
Update register-spacecraft.md
2 parents 6b2d77d + b424d15 commit 43ab8d1

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

articles/orbital/register-spacecraft.md

Lines changed: 28 additions & 25 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+
# Create and authorize a spacecraft resource
1414

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

@@ -24,17 +24,15 @@ To contact a satellite, it must be registered and authorized as a spacecraft res
2424
- [KSAT Lite](https://azuremarketplace.microsoft.com/marketplace/apps/kongsbergsatelliteservicesas1657024593438.ksatlite?exp=ubp8&tab=Overview)
2525
- [Viasat RTE](https://azuremarketplace.microsoft.com/marketplace/apps/viasatinc1628707641775.viasat-real-time-earth?tab=overview)
2626

27-
## Sign in to Azure
28-
29-
Sign in to the [Azure portal](https://aka.ms/orbital/portal).
30-
3127
## Create a spacecraft resource
3228

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

35-
1. In the Azure portal search box, enter **Spacecraft**. Select **Spacecraft** in the search results.
36-
2. In the **Spacecraft** page, select Create.
37-
3. In **Create spacecraft resource**, enter or select this information in the Basics tab:
31+
### Azure portal method
32+
1. Sign in to the [Azure portal](https://aka.ms/orbital/portal).
33+
2. In the Azure portal search box, enter **Spacecraft**. Select **Spacecraft** in the search results.
34+
3. In the **Spacecraft** page, click **Create**.
35+
4. In **Create spacecraft resource**, enter or select this information in the Basics tab:
3836

3937
| **Field** | **Value** |
4038
| --- | --- |
@@ -48,16 +46,16 @@ Create a [spacecraft resource](spacecraft-object.md) as a representation of your
4846
| TLE line 2 | Enter TLE line 2 |
4947

5048
> [!NOTE]
51-
> TLE stands for Two-Line Element.
52-
> Be sure to update this TLE value before you schedule a contact. A TLE that is more than two weeks old might result in an unsuccessful downlink.
49+
> TLE stands for [Two-Line Element](spacecraft-object.md#ephemeris).
50+
> Be sure to update this TLE value before you schedule a contact. A TLE that's more than two weeks old might result in an unsuccessful downlink.
5351
5452
> [!NOTE]
5553
> Spacecraft resources can be created in any Azure region with a Microsoft ground station and can schedule contacts on any ground station. Current eligible Azure regions are West US 2, Sweden Central, Southeast Asia, Brazil South, and South Africa North.
5654
5755
:::image type="content" source="media/orbital-eos-register-bird.png" alt-text="Register Spacecraft Resource Page" lightbox="media/orbital-eos-register-bird.png":::
5856

59-
4. Select the **Links** tab, or select the **Next: Links** button at the bottom of the page.
60-
5. In the **Links** page, enter or select this information:
57+
5. Click the **Links** tab, or click the **Next: Links** button at the bottom of the page.
58+
6. In the **Links** page, enter or select this information:
6159

6260
| **Field** | **Value** |
6361
| --- | --- |
@@ -68,12 +66,16 @@ Create a [spacecraft resource](spacecraft-object.md) as a representation of your
6866

6967
:::image type="content" source="media/orbital-eos-register-links.png" alt-text="Spacecraft Links Resource Page" lightbox="media/orbital-eos-register-links.png":::
7068

71-
6. Select the **Review + create** tab, or select the **Review + create** button.
72-
7. Select **Create**
69+
7. Click the **Review + create** tab, or click the **Review + create** button.
70+
8. Click **Create**.
71+
72+
### API method
73+
74+
Use the Spacecrafts REST Operation Group to [create a spacecraft resource](/rest/api/orbital/azureorbitalgroundstation/spacecrafts/create-or-update/) in the Azure Orbital Ground Station API.
7375

7476
## Request authorization of the new spacecraft resource
7577

76-
Submit a spacecraft authorization request in order to schedule [contacts](concepts-contact.md) with your new spacecraft resource at applicable ground station sites.
78+
Submit a spacecraft authorization request in order to schedule [contacts](concepts-contact.md) with your new spacecraft resource at applicable ground station sites.
7779

7880
> [!NOTE]
7981
> A [Basic Support Plan](https://azure.microsoft.com/support/plans/) or higher is required to submit a spacecraft authorization request.
@@ -83,9 +85,10 @@ Submit a spacecraft authorization request in order to schedule [contacts](concep
8385
>
8486
> **Public spacecraft**: licensing is not required for authorization. The Azure Orbital Ground Station service supports several public satellites including Aqua, Suomi NPP, JPSS-1/NOAA-20, and Terra.
8587
86-
1. Navigate to the newly created spacecraft resource's overview page.
87-
2. Select **New support request** in the Support + troubleshooting section of the left-hand blade.
88-
3. In the **New support request** page, enter or select this information in the Basics tab:
88+
1. Sign in to the [Azure portal](https://aka.ms/orbital/portal).
89+
2. Navigate to the newly created spacecraft resource's overview page.
90+
3. Click **New support request** in the Support + troubleshooting section of the left-hand blade.
91+
4. In the **New support request** page, enter or select the following information in the Basics tab:
8992

9093
| **Field** | **Value** |
9194
| --- | --- |
@@ -97,8 +100,8 @@ Submit a spacecraft authorization request in order to schedule [contacts](concep
97100
| Problem type | Select **Spacecraft Management and Setup** |
98101
| Problem subtype | Select **Spacecraft Registration** |
99102

100-
4. Select the Details tab at the top of the page
101-
5. In the Details tab, enter this information in the Problem details section:
103+
4. Click the **Details** tab at the top of the page.
104+
5. In the Details tab, enter the following information in the **problem details section**:
102105

103106
| **Field** | **Value** |
104107
| --- | --- |
@@ -109,15 +112,15 @@ Submit a spacecraft authorization request in order to schedule [contacts](concep
109112
| File upload | Upload any **pertinent licensing material**, if applicable. |
110113

111114
6. Complete the **Advanced diagnostic information** and **Support method** sections of the **Details** tab.
112-
7. Select the **Review + create** tab, or select the **Review + create** button.
113-
8. Select **Create**.
115+
7. Click the **Review + create** tab, or click the **Review + create** button.
116+
8. Click **Create**.
114117

115-
After the spacecraft authorization request is submitted, the Azure Orbital Ground Station team will review the request and authorize the spacecraft resource at relevant ground stations according to the licenses. Authorization requests for public satellites will be quickly approved.
118+
After the spacecraft authorization request is submitted, the Azure Orbital Ground Station team reviews the request and authorizes the spacecraft resource at relevant ground stations according to the licenses. Authorization requests for public satellites will be quickly approved.
116119

117120
## Confirm spacecraft is authorized
118121

119-
1. In the Azure portal search box, enter **Spacecraft**. Select **Spacecraft** in the search results.
120-
2. In the **Spacecraft** page, select the newly registered spacecraft.
122+
1. In the Azure portal search box, enter **Spacecrafts**. Select **Spacecrafts** in the search results.
123+
2. In the **Spacecraft** page, click the newly registered spacecraft.
121124
3. In the new spacecraft's overview page, check that the **Authorization status** shows **Allowed**.
122125

123126
## Next steps

0 commit comments

Comments
 (0)