Skip to content

Commit 431b0b1

Browse files
committed
Fixed links and warnings
1 parent d375fe7 commit 431b0b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/orbital/howto-downlink-aqua.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Sign in to the [Azure portal - Orbital Preview](https://aka.ms/orbital/portal).
8080
8181

8282
## Prepare a virtual machine (VM) to receive the downlinked AQUA data
83-
1. [Create a virtual network](https://docs.microsoft.com/azure/virtual-network/quick-create-portal) to host your data endpoint virtual machine (VM)
84-
2. [Create a virtual machine (VM)](https://docs.microsoft.com/azure/virtual-network/quick-create-portal) within the virtual network above. Ensure that this VM has the following specifications:
83+
1. [Create a virtual network](../virtual-network/quick-create-portal.md) to host your data endpoint virtual machine (VM)
84+
2. [Create a virtual machine (VM)](../virtual-network/quick-create-portal.md) within the virtual network above. Ensure that this VM has the following specifications:
8585
- Operation System: Linux (Ubuntu 18.04 or higher)
8686
- Size: at least 32 GiB of RAM
8787
- Ensure that the VM has at least one standard public IP
@@ -93,7 +93,7 @@ sudo mount -t tmpfs -o size=28G tmpfs /media/aqua
9393
```console
9494
sudo apt install socat
9595
```
96-
5. Edit the [Network Security Group](https://docs.microsoft.com/azure/virtual-network/network-security-groups-overview) for the subnet that your virtual machine is using to allow inbound connections from the following IPs over TCP port 56001:
96+
5. Edit the [Network Security Group](../virtual-network/network-security-groups-overview.md) for the subnet that your virtual machine is using to allow inbound connections from the following IPs over TCP port 56001:
9797
- 20.47.120.4
9898
- 20.47.120.38
9999
- 20.72.252.246
@@ -134,7 +134,7 @@ sudo apt install socat
134134
| IP Address | Enter the Public IP address of the virtual machine you created above (VM) |
135135
| Port | **56001** |
136136
| Protocol | **TCP** |
137-
| Demodulation Configuration | Leave this field **blank** or request a demodulation configuration from the [Azure Orbital team]([email protected]) to use a software modem. Include your Subscription ID, Spacecraft resource ID, and Contact Profile resource ID in your email request.|
137+
| Demodulation Configuration | Leave this field **blank** or request a demodulation configuration from the [Azure Orbital team](mailto:[email protected]) to use a software modem. Include your Subscription ID, Spacecraft resource ID, and Contact Profile resource ID in your email request.|
138138
| Decoding Configuration | Leave this field **blank** |
139139

140140

0 commit comments

Comments
 (0)