Skip to content

Commit e24d3cd

Browse files
Merge pull request #222944 from w-azure/winona-linkfix
Fixed some links
2 parents 6102324 + 28bde9e commit e24d3cd

5 files changed

+14
-14
lines changed

articles/iot-edge/includes/iot-edge-generate-device-identity-certs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When you provision an IoT Edge device with X.509 certificates, you use what is c
1515

1616
For X.509 certificate authentication, each device's authentication information is provided in the form of *thumbprints* taken from your device identity certificates. These thumbprints are given to IoT Hub at the time of device registration so that the service can recognize the device when it connects.
1717

18-
For more information about how the CA certificates are used in IoT Edge devices, see [Understand how Azure IoT Edge uses certificates](/articles/iot-edge/iot-edge-certs.md).
18+
For more information about how the CA certificates are used in IoT Edge devices, see [Understand how Azure IoT Edge uses certificates](../iot-edge-certs.md).
1919

2020
You need the following files for manual provisioning with X.509:
2121

@@ -27,7 +27,7 @@ You need the following files for manual provisioning with X.509:
2727

2828
Thumbprint values are 40-hex characters for SHA-1 hashes or 64-hex characters for SHA-256 hashes. Both thumbprints are provided to IoT Hub at the time of device registration.
2929

30-
If you don't have certificates available, you can [Create demo certificates to test IoT Edge device features](/articles/iot-edge/how-to-create-test-certificates.md). Follow the instructions in that article to set up certificate creation scripts, create a root CA certificate, and then create two IoT Edge device identity certificates.
30+
If you don't have certificates available, you can [Create demo certificates to test IoT Edge device features](../how-to-create-test-certificates.md). Follow the instructions in that article to set up certificate creation scripts, create a root CA certificate, and then create two IoT Edge device identity certificates.
3131

3232
One way to retrieve the thumbprint from a certificate is with the following openssl command:
3333

articles/iot-edge/includes/iot-edge-install-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Install the Moby engine and CLI.
9898
```
9999
---
100100

101-
Once the Moby engine is successfully installed, configure it to use [`local` logging driver](https://docs.docker.com/config/containers/logging/local/) as the logging mechanism. To learn more about logging configuration, see [Production Deployment Checklist](/articles/iot-edge/production-checklist.md#set-up-default-logging-driver).
101+
Once the Moby engine is successfully installed, configure it to use [`local` logging driver](https://docs.docker.com/config/containers/logging/local/) as the logging mechanism. To learn more about logging configuration, see [Production Deployment Checklist](../production-checklist.md#set-up-default-logging-driver).
102102

103103
* Create or open the Docker daemon's config file at `/etc/docker/daemon.json`.
104104
* Set the default logging driver to the `local` logging driver as shown in the example below.

articles/iot-edge/includes/iot-edge-prerequisites-device-requirements-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ An X64, ARM32, or ARM64 Linux device.
1313

1414
Microsoft publishes installation packages for a variety of operating systems.
1515

16-
For the latest information about which operating systems are currently supported for production scenarios, see [Azure IoT Edge supported systems](/articles/iot-edge/support.md#operating-systems).
16+
For the latest information about which operating systems are currently supported for production scenarios, see [Azure IoT Edge supported systems](../support.md#operating-systems).

articles/iot-edge/includes/iot-edge-prerequisites-linux-on-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ A Windows device with the following minimum requirements:
2222

2323
* Virtualization support
2424
* On Windows 10, enable Hyper-V. For more information, see [Install Hyper-V on Windows 10](/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v).
25-
* On Windows Server, install the Hyper-V role and create a default network switch. For more information, see [Nested virtualization for Azure IoT Edge for Linux on Windows](/articles/iot-edge/nested-virtualization.md).
26-
* On a virtual machine, configure nested virtualization. For more information, see [nested virtualization](/articles/iot-edge/nested-virtualization.md).
25+
* On Windows Server, install the Hyper-V role and create a default network switch. For more information, see [Nested virtualization for Azure IoT Edge for Linux on Windows](../nested-virtualization.md).
26+
* On a virtual machine, configure nested virtualization. For more information, see [nested virtualization](../nested-virtualization.md).
2727

2828
* Networking support
29-
* Windows Server does not come with a default switch. Before you can deploy EFLOW to a Windows Server device, you need to create a virtual switch. For more information, see [Create virtual switch for Linux on Windows](/articles/iot-edge/how-to-create-virtual-switch.md).
29+
* Windows Server does not come with a default switch. Before you can deploy EFLOW to a Windows Server device, you need to create a virtual switch. For more information, see [Create virtual switch for Linux on Windows](../how-to-create-virtual-switch.md).
3030
* Windows Desktop versions come with a default switch that can be used for EFLOW installation. If needed, you can create your own custom virtual switch.
3131

3232
> [!TIP]
3333
> If you want to use **GPU-accelerated Linux modules** in your Azure IoT Edge for Linux on Windows deployment, there are several configuration options to consider.
3434
>
35-
> You will need to install the correct drivers depending on your GPU architecture, and you may need access to a Windows Insider Program build. To determine your configuration needs and satisfy these prerequisites, see [GPU acceleration for Azure IoT Edge for Linux on Windows](/articles/iot-edge/gpu-acceleration.md).
35+
> You will need to install the correct drivers depending on your GPU architecture, and you may need access to a Windows Insider Program build. To determine your configuration needs and satisfy these prerequisites, see [GPU acceleration for Azure IoT Edge for Linux on Windows](../gpu-acceleration.md).
3636
>
3737
> Make sure you take the time to satisfy the prerequisites for GPU acceleration now. You will need to restart the installation process if you decide you want GPU acceleration during installation.
3838
@@ -59,7 +59,7 @@ If you want to use PowerShell, use the following steps to prepare your target de
5959
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Force
6060
```
6161

62-
For more information on the Azure IoT Edge for Linux on Windows PowerShell module, see the [PowerShell functions reference](/articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md).
62+
For more information on the Azure IoT Edge for Linux on Windows PowerShell module, see the [PowerShell functions reference](../reference-iot-edge-for-linux-on-windows-functions.md).
6363

6464
# [Windows Admin Center](#tab/windowsadmincenter)
6565

@@ -73,7 +73,7 @@ If you want to use Windows Admin Center, use the following steps to download and
7373

7474
1. Install the Azure IoT Edge extension. Select the gear icon in the top right of the Windows Admin Center dashboard.
7575

76-
![Select the gear icon in the top right of the dashboard to access the settings, PNG.](/articles/iot-edge/media/how-to-provision-devices-at-scale-linux-on-windows-x509/select-gear-icon.png)
76+
![Select the gear icon in the top right of the dashboard to access the settings, PNG.](../media/how-to-provision-devices-at-scale-linux-on-windows-x509/select-gear-icon.png)
7777

7878
1. On the **Settings** menu, under **Gateway**, select **Extensions**.
7979

@@ -102,7 +102,7 @@ Prepare your target device for the installation of Azure IoT Edge for Linux on W
102102
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Force
103103
```
104104

105-
For more information on the Azure IoT Edge for Linux on Windows PowerShell module, see the [PowerShell functions reference](/articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md).
105+
For more information on the Azure IoT Edge for Linux on Windows PowerShell module, see the [PowerShell functions reference](../reference-iot-edge-for-linux-on-windows-functions.md).
106106

107107
:::moniker-end
108108
<!-- end iotedge-2020-11 -->

articles/iot-edge/includes/iot-edge-prerequisites-register-device.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ You can use the **Azure portal**, **Visual Studio Code**, or **Azure CLI** for t
1313

1414
# [Portal](#tab/azure-portal)
1515

16-
A free or standard [IoT hub](/articles/iot-hub/iot-hub-create-through-portal.md) in your Azure subscription.
16+
A free or standard [IoT hub](../../iot-hub/iot-hub-create-through-portal.md) in your Azure subscription.
1717

1818
# [Visual Studio Code](#tab/visual-studio-code)
1919

20-
* A free or standard [IoT hub](/articles/iot-hub/iot-hub-create-through-portal.md) in your Azure subscription
20+
* A free or standard [IoT hub](../../iot-hub/iot-hub-create-through-portal.md) in your Azure subscription
2121
* [Visual Studio Code](https://code.visualstudio.com/)
2222
* [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) for Visual Studio Code
2323
* [Azure IoT Edge](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge) for Visual Studio Code
2424

2525
# [Azure CLI](#tab/azure-cli)
2626

27-
* A free or standard [IoT hub](/articles/iot-hub/iot-hub-create-using-cli.md) in your Azure subscription
27+
* A free or standard [IoT hub](../../iot-hub/iot-hub-create-using-cli.md) in your Azure subscription
2828
* [Azure CLI](/cli/azure/install-azure-cli) in your environment
2929

3030
At a minimum, your Azure CLI version must be 2.0.70 or newer. Use `az --version` to validate. This version supports az extension commands and introduces the Knack command framework.

0 commit comments

Comments
 (0)