Skip to content

Commit 59dca91

Browse files
committed
changed link text from multitenancy to geolocation
1 parent 893bef9 commit 59dca91

6 files changed

+6
-6
lines changed

articles/iot-dps/how-to-legacy-device-symm-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you can easily install a [hardware security module (HSM)](concepts-service.md
2020

2121
This tutorial also assumes that the device update takes place in a secure environment to prevent unauthorized access to the master group key or the derived device key.
2222

23-
This tutorial is oriented toward a Windows-based workstation. However, you can perform the procedures on Linux. For a Linux example, see [How to provision for multitenancy](how-to-provision-multitenant.md).
23+
This tutorial is oriented toward a Windows-based workstation. However, you can perform the procedures on Linux. For a Linux example, see [How to provision for geolocation](how-to-provision-multitenant.md).
2424

2525
> [!NOTE]
2626
> The sample used in this tutorial is written in C. There is also a [C# device provisioning symmetric key sample](https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/main/provisioning/Samples/device/SymmetricKeySample) available. To use this sample, download or clone the [azure-iot-samples-csharp](https://github.com/Azure-Samples/azure-iot-samples-csharp) repository and follow the in-line instructions in the sample code. You can follow the instructions in this tutorial to create a symmetric key enrollment group using the portal and to find the ID Scope and enrollment group primary and secondary keys needed to run the sample. You can also create individual enrollments using the sample.

articles/iot-dps/how-to-use-custom-allocation-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ The simulated devices will use the derived device keys with each registration ID
407407

408408
In this section, you prepare the development environment used to build the [Azure IoT C SDK](https://github.com/Azure/azure-iot-sdk-c). The SDK includes the sample code for the simulated device. This simulated device will attempt provisioning during the device's boot sequence.
409409

410-
This section is oriented toward a Windows-based workstation. For a Linux example, see the set-up of the VMs in [How to provision for multitenancy](how-to-provision-multitenant.md).
410+
This section is oriented toward a Windows-based workstation. For a Linux example, see the set-up of the VMs in [How to provision for geolocation](how-to-provision-multitenant.md).
411411

412412
1. Download the [CMake build system](https://cmake.org/download/).
413413

articles/iot-dps/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ landingContent:
4848
links:
4949
- text: Link multiple hubs to DPS
5050
url: tutorial-provision-multiple-hubs.md
51-
- text: Provision for multitenancy
51+
- text: Provision for geolocation
5252
url: how-to-provision-multitenant.md
5353
- linkListType: how-to-guide
5454
links:

articles/iot-dps/quick-create-simulated-device-symm-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this quickstart, you'll create a simulated device on your Windows machine. Th
1919

2020
If you're unfamiliar with the process of provisioning, review the [provisioning](about-iot-dps.md#provisioning-process) overview.
2121

22-
This quickstart demonstrates a solution for a Windows-based workstation. However, you can also perform the procedures on Linux. For a Linux example, see [How to provision for multitenancy](how-to-provision-multitenant.md).
22+
This quickstart demonstrates a solution for a Windows-based workstation. However, you can also perform the procedures on Linux. For a Linux example, see [How to provision for geolocation](how-to-provision-multitenant.md).
2323

2424
## Prerequisites
2525

articles/iot-dps/quick-create-simulated-device-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this quickstart, you'll create a simulated device on your Windows machine. Th
1919

2020
If you're unfamiliar with the process of provisioning, review the [provisioning](about-iot-dps.md#provisioning-process) overview. Also make sure you've completed the steps in [Set up IoT Hub Device Provisioning Service with the Azure portal](./quick-setup-auto-provision.md) before continuing.
2121

22-
This quickstart demonstrates a solution for a Windows-based workstation. However, you can also perform the procedures on Linux. For a Linux example, see [How to provision for multitenancy](how-to-provision-multitenant.md).
22+
This quickstart demonstrates a solution for a Windows-based workstation. However, you can also perform the procedures on Linux. For a Linux example, see [How to provision for geolocation](how-to-provision-multitenant.md).
2323

2424
## Prerequisites
2525

articles/iot-dps/tutorial-custom-allocation-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Devices will request provisioning using provisioning sample code included in the
283283
284284
In this section, you prepare the development environment used to build the [Azure IoT C SDK](https://github.com/Azure/azure-iot-sdk-c). The SDK includes the sample code for the simulated device. This simulated device will attempt provisioning during the device's boot sequence.
285285
286-
This section is oriented toward a Windows-based workstation. For a Linux example, see the set-up of the VMs in [How to provision for multitenancy](how-to-provision-multitenant.md).
286+
This section is oriented toward a Windows-based workstation. For a Linux example, see the set-up of the VMs in [How to provision for geolocation](how-to-provision-multitenant.md).
287287

288288
1. Download the [CMake build system](https://cmake.org/download/).
289289

0 commit comments

Comments
 (0)