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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,11 @@ Sign in to the [Azure portal - Orbital Preview](https://aka.ms/orbital/portal).
85
85
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:
86
86
- Operation System: Linux (Ubuntu 18.04 or higher)
87
87
- Size: at least 32 GiB of RAM
88
-
- Ensure that the VM has at least one standard public IP
88
+
- Ensure that the VM has internet access for downloading tools by having one standard public IP address
89
+
90
+
> [!TIP]
91
+
> The Public IP Address here is only for internet connectivity (see [Default outbound access in Azure](https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/default-outbound-access) for more ways to achieve this) not Contact data.
92
+
89
93
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:
Copy file name to clipboardExpand all lines: articles/orbital/satellite-imagery-with-orbital-ground-station.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,10 @@ The above tutorial provides a walkthrough for scheduling a contact with Aqua and
39
39
> -**Name:** receiver-vm
40
40
> -**Operating System:** Linux (CentOS Linux 7 or higher)
41
41
> -**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 (see [Default outbound access in Azure](https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/default-outbound-access) for more ways to achieve this) not Contact data.
43
46
44
47
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```.
0 commit comments