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/downlink-aqua.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.author: wamota
12
12
13
13
# Tutorial: Downlink data from NASA's Aqua public satellite
14
14
15
-
You can communicate with satellites directly from Azure by using the Azure Orbital Ground Station service. After you downlink the data, you can process and analyze it in Azure. In this guide, you'll learn how to:
15
+
You can communicate with satellites directly from Azure by using the Azure Orbital Ground Station service. After you downlink data, you can process and analyze it in Azure. In this guide, you'll learn how to:
16
16
17
17
> [!div class="checklist"]
18
18
> * Create and authorize a spacecraft for the Aqua public satellite.
19
-
> * Prepare a virtual machine (VM) to receive the downlinked Aqua data.
19
+
> * Prepare a virtual machine (VM) to receive downlinked Aqua data.
20
20
> * Configure a contact profile for an Aqua downlink mission.
21
21
> * Schedule a contact with Aqua by using Azure Orbital and save the downlinked data.
22
22
@@ -112,7 +112,7 @@ Sign in to the [Azure portal - Azure Orbital Preview](https://aka.ms/orbital/por
112
112
> [!TIP]
113
113
> The public IP address here is only for internet connectivity, not contact data. For more information, see [Default outbound access in Azure](../virtual-network/ip-services/default-outbound-access.md).
114
114
115
-
3. Enter the following commands to create a temporary file system (tmpfs) on the virtual machine. This virtual machine is where the data will be written to avoid slow writes to disk.
115
+
3. Enter the following commands to create a temporary file system (*tmpfs*) on the virtual machine. This virtual machine is where the data will be written to avoid slow writes to disk.
116
116
117
117
```console
118
118
sudo mkdir /media/aqua
@@ -164,12 +164,12 @@ Sign in to the [Azure portal - Azure Orbital Preview](https://aka.ms/orbital/por
164
164
8. Select the **Review + create** tab, or select the **Next: Review + create** button.
165
165
9. Select **Create**.
166
166
167
-
## Schedule a contact with Aqua by using Azure Orbital and save the downlinked data
167
+
## Schedule a contact with Aqua and save the downlinked data
168
168
169
169
1. In the Azure portal's search box, enter **Spacecraft**. Select **Spacecraft** in the search results.
170
170
2. On the **Spacecraft** page, select **AQUA**.
171
171
3. Select **Schedule contact** on the top bar of the spacecraft's overview.
172
-
4. On the **Schedule contact** page, specify this information from the top of the page:
172
+
4. On the **Schedule contact** page, specify this information:
173
173
174
174
|**Field**|**Value**|
175
175
| --- | --- |
@@ -186,7 +186,7 @@ Sign in to the [Azure portal - Azure Orbital Preview](https://aka.ms/orbital/por
Copy file name to clipboardExpand all lines: articles/orbital/satellite-imagery-with-orbital-ground-station.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Execute steps listed in [Tutorial: Downlink data from NASA's AQUA public satelli
34
34
The above tutorial provides a walkthrough for scheduling a contact with Aqua and collecting the direct broadcast data on an Azure VM.
35
35
36
36
> [!NOTE]
37
-
> In the section [Prepare a virtual machine (VM) to receive the downlinked AQUA data](downlink-aqua.md#prepare-your-virtual-machine-vm-and-network-to-receive-aqua-data), use the following values:
37
+
> In the section [Prepare a virtual machine (VM) to receive the downlinked AQUA data](downlink-aqua.md#prepare-your-virtual-machine-and-network-to-receive-aqua-data), use the following values:
38
38
>
39
39
> -**Name:** receiver-vm
40
40
> -**Operating System:** Linux (CentOS Linux 7 or higher)
0 commit comments