Skip to content

Commit 305782a

Browse files
committed
Changes has been fixed as per suggestion
1 parent ecb256e commit 305782a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-common-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following section addresses the common errors when installing the EFLOW MSI
2020
- [Azure IoT Edge for Linux on Windows prerequisites](https://aka.ms/AzEFLOW-Requirements)
2121
- [Nested virtualization for Azure IoT Edge for Linux on Windows](./nested-virtualization.md)
2222
- [Networking configuration for Azure IoT Edge for Linux on Windows](./how-to-configure-iot-edge-for-linux-on-windows-networking.md)
23-
- [Azure IoT Edge for Linux on Windows virtual switch creation](/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines)
23+
- [Azure IoT Edge for Linux on Windows virtual switch creation](./how-to-create-virtual-switch.md)
2424
- [PowerShell functions for IoT Edge for Linux on Windows](./reference-iot-edge-for-linux-on-windows-functions.md)
2525

2626
> [!div class="mx-tdCol2BreakAll"]
@@ -90,7 +90,7 @@ The following section addresses the common errors related to EFLOW networking an
9090

9191
- [Azure IoT Edge for Linux on Windows networking](./iot-edge-for-linux-on-windows-networking.md)
9292
- [Networking configuration for Azure IoT Edge for Linux on Windows](./how-to-configure-iot-edge-for-linux-on-windows-networking.md)
93-
- [Azure IoT Edge for Linux on Windows virtual switch creation](/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines)
93+
- [Azure IoT Edge for Linux on Windows virtual switch creation](./how-to-create-virtual-switch.md)
9494

9595
> [!div class="mx-tdCol2BreakAll"]
9696
> | Error | Error Description | Solution |

articles/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For more information about EFLOW VM firewall, see [IoT Edge for Linux on Windows
122122
sudo iptables -L
123123
```
124124
125-
To add a firewall rule to the EFLOW VM, you can use the [EFLOW Util - Firewall Rules](https://github.com/Azure/iotedge-eflow/blob/main/eflow-util/EflowUtil-SetFirewallRules.ps1) sample PowerShell cmdlets. Also, you can achieve the same rules creation by following these steps:
125+
To add a firewall rule to the EFLOW VM, you can use the [EFLOW Util - Firewall Rules](https://github.com/Azure/iotedge-eflow/tree/main/eflow-util#get-eflowvmfirewallrules) sample PowerShell cmdlets. Also, you can achieve the same rules creation by following these steps:
126126
127127
1. Start an elevated _PowerShell_ session using **Run as Administrator**.
128128
1. Connect to the EFLOW virtual machine

0 commit comments

Comments
 (0)