Skip to content

Commit ac080a5

Browse files
committed
Renamed includes for consistency
1 parent 03cef4b commit ac080a5

File tree

40 files changed

+67
-67
lines changed

40 files changed

+67
-67
lines changed

articles/iot-edge/how-to-provision-devices-at-scale-linux-on-windows-symmetric.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ Symmetric key attestation is a simple approach to authenticating a device with a
2727
## Prerequisites
2828

2929
<!-- Cloud resources prerequisites H3 and content -->
30-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
30+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
3131

3232
<!-- IoT Edge for Linux on Windows installation prerequisites H3 and content -->
33-
[!INCLUDE [iot-edge-for-linux-on-windows-prerequisites.md](../../includes/iot-edge-for-linux-on-windows-prerequisites.md)]
33+
[!INCLUDE [iot-edge-prerequisites-linux-on-windows.md](../../includes/iot-edge-prerequisites-linux-on-windows.md)]
3434

3535
<!-- Create a DPS enrollment using symmetric keys H2 and content -->
36-
[!INCLUDE [provision-devices-at-scale-create-a-dps-enrollment-symmetric.md](../../includes/provision-devices-at-scale-create-a-dps-enrollment-symmetric.md)]
36+
[!INCLUDE [iot-edge-create-dps-enrollment-symmetric.md](../../includes/iot-edge-create-dps-enrollment-symmetric.md)]
3737

3838
<!-- Install IoT Edge for Linux on Windows H2 and content -->
39-
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/install-iot-edge-linux-on-windows.md)]
39+
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/iot-edge-install-linux-on-windows.md)]
4040

4141
## Provision the device with its cloud identity
4242

articles/iot-edge/how-to-provision-devices-at-scale-linux-on-windows-tpm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ The tasks are as follows:
4444
## Prerequisites
4545

4646
<!-- Cloud resources prerequisites H3 and content -->
47-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
47+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
4848

4949
<!-- IoT Edge for Linux on Windows installation prerequisites H3 and content -->
50-
[!INCLUDE [iot-edge-for-linux-on-windows-prerequisites.md](../../includes/iot-edge-for-linux-on-windows-prerequisites.md)]
50+
[!INCLUDE [iot-edge-prerequisites-linux-on-windows.md](../../includes/iot-edge-prerequisites-linux-on-windows.md)]
5151

5252
> [!NOTE]
5353
> TPM 2.0 is required when you use TPM attestation with the device provisioning service.
5454
>
5555
> You can only create individual, not group, device provisioning service enrollments when you use a TPM.
5656
5757
<!-- Install IoT Edge for Linux on Windows H2 and content -->
58-
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/install-iot-edge-linux-on-windows.md)]
58+
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/iot-edge-install-linux-on-windows.md)]
5959

6060
There are some steps to prepare your device for provisioning with TPM. Leave your deployment open while you prepare your device. You'll return to your deployment later in the article.
6161

articles/iot-edge/how-to-provision-devices-at-scale-linux-on-windows-x509.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Using X.509 certificates as an attestation mechanism is an excellent way to scal
2828
## Prerequisites
2929

3030
<!-- Cloud resources prerequisites H3 and content -->
31-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
31+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
3232

3333
<!-- IoT Edge for Linux on Windows installation prerequisites H3 and content -->
34-
[!INCLUDE [iot-edge-for-linux-on-windows-prerequisites.md](../../includes/iot-edge-for-linux-on-windows-prerequisites.md)]
34+
[!INCLUDE [iot-edge-prerequisites-linux-on-windows.md](../../includes/iot-edge-prerequisites-linux-on-windows.md)]
3535

3636
## Generate device identity certificates
3737

@@ -62,10 +62,10 @@ To create test certificates, follow the steps in [Create demo certificates to te
6262
You need both these certificates on the IoT Edge device. If you're going to use individual enrollment in DPS, then you will upload the .cert.pem file. If you're going to use group enrollment in DPS, then you also need an intermediate or root CA certificate in the same certificate chain of trust to upload. If you're using demo certs, use the `<WRKDIR>\certs\azure-iot-test-only.root.ca.cert.pem` certificate for group enrollment.
6363

6464
<!-- Create a DPS enrollment using X.509 certificates H2 and content -->
65-
[!INCLUDE [provision-devices-at-scale-create-a-dps-enrollment-x509.md](../../includes/provision-devices-at-scale-create-a-dps-enrollment-x509.md)]
65+
[!INCLUDE [iot-edge-create-dps-enrollment-x509.md](../../includes/iot-edge-create-dps-enrollment-x509.md)]
6666

6767
<!-- Install IoT Edge for Linux on Windows H2 and content -->
68-
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/install-iot-edge-linux-on-windows.md)]
68+
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/iot-edge-install-linux-on-windows.md)]
6969

7070
## Provision the device with its cloud identity
7171

articles/iot-edge/how-to-provision-devices-at-scale-linux-symmetric.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Symmetric key attestation is a simple approach to authenticating a device with a
3030
## Prerequisites
3131

3232
<!-- Cloud resources prerequisites H3 and content -->
33-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
33+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
3434

3535
### IoT Edge installation
3636

@@ -39,10 +39,10 @@ A physical or virtual Linux device to be the IoT Edge device.
3939
You will need to define a *unique* **registration ID** to identify each device. You can use the MAC address, serial number, or any unique information from the device. For example, you could use a combination of a MAC address and serial number forming the following string for a registration ID: `sn-007-888-abc-mac-a1-b2-c3-d4-e5-f6`. Valid characters are lowercase alphanumeric and dash (`-`).
4040

4141
<!-- Create a DPS enrollment using symmetric keys H2 and content -->
42-
[!INCLUDE [provision-devices-at-scale-create-a-dps-enrollment-symmetric.md](../../includes/provision-devices-at-scale-create-a-dps-enrollment-symmetric.md)]
42+
[!INCLUDE [iot-edge-create-dps-enrollment-symmetric.md](../../includes/iot-edge-create-dps-enrollment-symmetric.md)]
4343

4444
<!-- Install IoT Edge on Linux H2 and content -->
45-
[!INCLUDE [install-iot-edge-linux.md](../../includes/install-iot-edge-linux.md)]
45+
[!INCLUDE [install-iot-edge-linux.md](../../includes/iot-edge-install-linux.md)]
4646

4747
## Provision the device with its cloud identity
4848

articles/iot-edge/how-to-provision-devices-at-scale-linux-tpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The tasks are as follows:
4444
## Prerequisites
4545

4646
<!-- Cloud resources prerequisites H3 and content -->
47-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
47+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
4848

4949
### IoT Edge installation
5050

@@ -166,7 +166,7 @@ After you have your registration ID and endorsement key, you're ready to continu
166166
[!INCLUDE [tpm-create-a-device-provision-service-enrollment.md](../../includes/tpm-create-a-device-provision-service-enrollment.md)]
167167

168168
<!-- Install IoT Edge on Linux H2 and content -->
169-
[!INCLUDE [install-iot-edge-linux.md](../../includes/install-iot-edge-linux.md)]
169+
[!INCLUDE [install-iot-edge-linux.md](../../includes/iot-edge-install-linux.md)]
170170

171171
## Provision the device with its cloud identity
172172

articles/iot-edge/how-to-provision-devices-at-scale-linux-x509.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Using X.509 certificates as an attestation mechanism is an excellent way to scal
2727
## Prerequisites
2828

2929
<!-- Cloud resources prerequisites H3 and content -->
30-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
30+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
3131

3232
### IoT Edge installation
3333

@@ -68,10 +68,10 @@ To create test certificates, follow the steps in [Create demo certificates to te
6868
You need both these certificates on the IoT Edge device. If you're going to use individual enrollment in DPS, then you will upload the .cert.pem file. If you're going to use group enrollment in DPS, then you also need an intermediate or root CA certificate in the same certificate chain of trust to upload. If you're using demo certs, use the `<WRKDIR>/certs/azure-iot-test-only.root.ca.cert.pem` certificate for group enrollment.
6969

7070
<!-- Create a DPS enrollment using X.509 certificates H2 and content -->
71-
[!INCLUDE [provision-devices-at-scale-create-a-dps-enrollment-x509.md](../../includes/provision-devices-at-scale-create-a-dps-enrollment-x509.md)]
71+
[!INCLUDE [iot-edge-create-dps-enrollment-x509.md](../../includes/iot-edge-create-dps-enrollment-x509.md)]
7272

7373
<!-- Install IoT Edge on Linux H2 and content -->
74-
[!INCLUDE [install-iot-edge-linux.md](../../includes/install-iot-edge-linux.md)]
74+
[!INCLUDE [install-iot-edge-linux.md](../../includes/iot-edge-install-linux.md)]
7575

7676
## Provision the device with its cloud identity
7777

articles/iot-edge/how-to-provision-devices-at-scale-windows-symmetric.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Symmetric key attestation is a simple approach to authenticating a device with a
2626
## Prerequisites
2727

2828
<!-- Cloud resources prerequisites H3 and content -->
29-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
29+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
3030

3131
### IoT Edge installation
3232

@@ -35,10 +35,10 @@ A physical or virtual Windows device to be the IoT Edge device.
3535
You will need to define a *unique* **registration ID** to identify each device. You can use the MAC address, serial number, or any unique information from the device. For example, you could use a combination of a MAC address and serial number forming the following string for a registration ID: `sn-007-888-abc-mac-a1-b2-c3-d4-e5-f6`. Valid characters are lowercase alphanumeric and dash (`-`).
3636

3737
<!-- Create a DPS enrollment using symmetric keys H2 and content -->
38-
[!INCLUDE [provision-devices-at-scale-create-a-dps-enrollment-symmetric.md](../../includes/provision-devices-at-scale-create-a-dps-enrollment-symmetric.md)]
38+
[!INCLUDE [iot-edge-create-dps-enrollment-symmetric.md](../../includes/iot-edge-create-dps-enrollment-symmetric.md)]
3939

4040
<!-- Install IoT Edge on Windows H2 and content -->
41-
[!INCLUDE [install-iot-edge-windows.md](../../includes/install-iot-edge-windows.md)]
41+
[!INCLUDE [install-iot-edge-windows.md](../../includes/iot-edge-install-windows.md)]
4242

4343
## Provision the device with its cloud identity
4444

articles/iot-edge/how-to-provision-devices-at-scale-windows-tpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The tasks are as follows:
4444
The prerequisites are the same for physical TPM and virtual TPM solutions.
4545

4646
<!-- Cloud resources prerequisites H3 and content -->
47-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
47+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
4848

4949
### IoT Edge installation
5050

@@ -105,7 +105,7 @@ Simulated TPM samples:
105105
[!INCLUDE [tpm-create-a-device-provision-service-enrollment.md](../../includes/tpm-create-a-device-provision-service-enrollment.md)]
106106

107107
<!-- Install IoT Edge on Windows H2 and content -->
108-
[!INCLUDE [install-iot-edge-windows.md](../../includes/install-iot-edge-windows.md)]
108+
[!INCLUDE [install-iot-edge-windows.md](../../includes/iot-edge-install-windows.md)]
109109

110110
## Provision the device with its cloud identity
111111

articles/iot-edge/how-to-provision-devices-at-scale-windows-x509.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using X.509 certificates as an attestation mechanism is an excellent way to scal
2828
## Prerequisites
2929

3030
<!-- Cloud resources prerequisites H3 and content -->
31-
[!INCLUDE [provision-devices-at-scale-cloud-resources-prerequisities.md](../../includes/provision-devices-at-scale-cloud-resources-prerequisities.md)]
31+
[!INCLUDE [iot-edge-prerequisites-at-scale-cloud-resources.md](../../includes/iot-edge-prerequisites-at-scale-cloud-resources.md)]
3232

3333
### IoT Edge installation
3434

@@ -63,10 +63,10 @@ To create test certificates, follow the steps in [Create demo certificates to te
6363
You need both these certificates on the IoT Edge device. If you're going to use individual enrollment in DPS, then you will upload the .cert.pem file. If you're going to use group enrollment in DPS, then you also need an intermediate or root CA certificate in the same certificate chain of trust to upload. If you're using demo certs, use the `<WRKDIR>\certs\azure-iot-test-only.root.ca.cert.pem` certificate for group enrollment.
6464

6565
<!-- Create a DPS enrollment using X.509 certificates H2 and content -->
66-
[!INCLUDE [provision-devices-at-scale-create-a-dps-enrollment-x509.md](../../includes/provision-devices-at-scale-create-a-dps-enrollment-x509.md)]
66+
[!INCLUDE [iot-edge-create-dps-enrollment-x509.md](../../includes/iot-edge-create-dps-enrollment-x509.md)]
6767

6868
<!-- Install IoT Edge on Windows H2 and content -->
69-
[!INCLUDE [install-iot-edge-windows.md](../../includes/install-iot-edge-windows.md)]
69+
[!INCLUDE [install-iot-edge-windows.md](../../includes/iot-edge-install-windows.md)]
7070

7171
## Provision the device with its cloud identity
7272

articles/iot-edge/how-to-provision-single-device-linux-on-windows-symmetric.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ This article covers using symmetric keys as your authentication method. If you w
4343
This article covers registering your IoT Edge device and installing IoT Edge for Linux on Windows. These tasks have different prerequisites and utilities used to accomplish them. Make sure you have all the prerequisites covered before proceeding.
4444

4545
<!-- Device registration prerequisites H3 and content -->
46-
[!INCLUDE [provision-single-device-registration-prerequisites.md](../../includes/provision-single-device-registration-prerequisites.md)]
46+
[!INCLUDE [iot-edge-prerequisites-register-device.md](../../includes/iot-edge-prerequisites-register-device.md)]
4747

4848
<!-- IoT Edge for Linux on Windows installation prerequisites H3 and content -->
49-
[!INCLUDE [iot-edge-for-linux-on-windows-prerequisites.md](../../includes/iot-edge-for-linux-on-windows-prerequisites.md)]
49+
[!INCLUDE [iot-edge-prerequisites-linux-on-windows.md](../../includes/iot-edge-prerequisites-linux-on-windows.md)]
5050

5151
<!-- Register your device and View provisioning information H2s and content -->
52-
[!INCLUDE [provision-single-device-register-a-device-view-provisioning-information-x509.md](../../includes/provision-single-device-register-a-device-view-provisioning-information-x509.md)]
52+
[!INCLUDE [iot-edge-register-device-symmetric.md](../../includes/iot-edge-register-device-symmetric.md)]
5353

5454
<!-- Install IoT Edge for Linux on Windows H2 and content -->
55-
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/install-iot-edge-linux-on-windows.md)]
55+
[!INCLUDE [install-iot-edge-linux-on-windows.md](../../includes/iot-edge-install-linux-on-windows.md)]
5656

5757
## Provision the device with its cloud identity
5858

0 commit comments

Comments
 (0)