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/iot-edge/includes/iot-edge-generate-device-identity-certs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ When you provision an IoT Edge device with X.509 certificates, you use what is c
15
15
16
16
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.
17
17
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).
19
19
20
20
You need the following files for manual provisioning with X.509:
21
21
@@ -27,7 +27,7 @@ You need the following files for manual provisioning with X.509:
27
27
28
28
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.
29
29
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.
31
31
32
32
One way to retrieve the thumbprint from a certificate is with the following openssl command:
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-install-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Install the Moby engine and CLI.
98
98
```
99
99
---
100
100
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).
102
102
103
103
* Create or open the Docker daemon's config file at `/etc/docker/daemon.json`.
104
104
* Set the default logging driver to the `local` logging driver as shown in the example below.
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-prerequisites-device-requirements-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ An X64, ARM32, or ARM64 Linux device.
13
13
14
14
Microsoft publishes installation packages for a variety of operating systems.
15
15
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).
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-prerequisites-linux-on-windows.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ A Windows device with the following minimum requirements:
22
22
23
23
* Virtualization support
24
24
* 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).
27
27
28
28
* 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).
30
30
* 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.
31
31
32
32
> [!TIP]
33
33
> 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.
34
34
>
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).
36
36
>
37
37
> 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.
38
38
@@ -59,7 +59,7 @@ If you want to use PowerShell, use the following steps to prepare your target de
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).
63
63
64
64
# [Windows Admin Center](#tab/windowsadmincenter)
65
65
@@ -73,7 +73,7 @@ If you want to use Windows Admin Center, use the following steps to download and
73
73
74
74
1. Install the Azure IoT Edge extension. Select the gear icon in the top right of the Windows Admin Center dashboard.
75
75
76
-

76
+

77
77
78
78
1. On the **Settings** menu, under **Gateway**, select **Extensions**.
79
79
@@ -102,7 +102,7 @@ Prepare your target device for the installation of Azure IoT Edge for Linux on W
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).
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-prerequisites-register-device.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,18 @@ You can use the **Azure portal**, **Visual Studio Code**, or **Azure CLI** for t
13
13
14
14
# [Portal](#tab/azure-portal)
15
15
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.
17
17
18
18
# [Visual Studio Code](#tab/visual-studio-code)
19
19
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
21
21
*[Visual Studio Code](https://code.visualstudio.com/)
22
22
*[Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) for Visual Studio Code
23
23
*[Azure IoT Edge](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge) for Visual Studio Code
24
24
25
25
# [Azure CLI](#tab/azure-cli)
26
26
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
28
28
*[Azure CLI](/cli/azure/install-azure-cli) in your environment
29
29
30
30
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