Skip to content

Commit ed4fde2

Browse files
Merge pull request #220455 from danielorlan/main
Clarify Public IP Address is for Internet Connectivity
2 parents fdb93b1 + 7514617 commit ed4fde2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/orbital/downlink-aqua.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ Sign in to the [Azure portal - Orbital Preview](https://aka.ms/orbital/portal).
107107
2. [Create a virtual machine (VM)](../virtual-network/quick-create-portal.md#create-virtual-machines) within the virtual network above. Ensure that this VM has the following specifications:
108108
- Operation System: Linux (Ubuntu 18.04 or higher)
109109
- Size: at least 32 GiB of RAM
110-
- Ensure that the VM has at least one standard public IP
110+
- Ensure that the VM has internet access for downloading tools by having one standard public IP address
111+
112+
> [!TIP]
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+
111115
3. Create a tmpfs on the virtual machine. This virtual machine is where the data will be written to in order to avoid slow writes to disk:
112116
```console
113117
sudo mkdir /media/aqua

articles/orbital/satellite-imagery-with-orbital-ground-station.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ The above tutorial provides a walkthrough for scheduling a contact with Aqua and
3939
> - **Name:** receiver-vm
4040
> - **Operating System:** Linux (CentOS Linux 7 or higher)
4141
> - **Size:** Standard_D8s_v5 or higher
42-
> - **IP Address:** Ensure that the VM has at least one standard public IP address
42+
> - **IP Address:** Ensure that the VM has internet access for downloading tools by having one standard public IP address
43+
44+
> [!TIP]
45+
> 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).
4346
4447
At the end of this step, you should have the raw direct broadcast data saved as ```.bin``` files under the ```~/aquadata``` folder on the ```receiver-vm```.
4548

0 commit comments

Comments
 (0)