Skip to content

Commit 84eabe1

Browse files
committed
rename custom alloction how-to to tutorial
1 parent 970a83d commit 84eabe1

14 files changed

+31
-31
lines changed

.openpublishing.redirection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34009,8 +34009,8 @@
3400934009
"redirect_document_id": false
3401034010
},
3401134011
{
34012-
"source_path_from_root": "/articles/iot-dps/tutorial-custom-allocation-policies.md",
34013-
"redirect_url": "/azure/iot-dps/how-to-use-custom-allocation-policies",
34012+
"source_path_from_root": "/articles/iot-dps/how-to-use-custom-allocation-policies.md",
34013+
"redirect_url": "/azure/iot-dps/tutorial-custom-allocation-policies",
3401434014
"redirect_document_id": false
3401534015
},
3401634016
{

articles/iot-dps/concepts-custom-allocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following steps describe how custom allocation polices work:
3434

3535
1. The device connects to the assigned IoT hub and downloads its initial twin state. If a custom payload is returned in the registration response, the device uses it according to its own client-side logic.
3636

37-
The following sections provide more detail about the custom allocation request and response, custom payloads, and policy implementation. For a complete end-to-end example of a custom allocation policy, see [How to use custom allocation policies](how-to-use-custom-allocation-policies.md).
37+
The following sections provide more detail about the custom allocation request and response, custom payloads, and policy implementation. For a complete end-to-end example of a custom allocation policy, see [Use custom allocation policies](tutorial-custom-allocation-policies.md).
3838

3939
## Custom allocation policy request
4040

@@ -270,6 +270,6 @@ The DPS device SDKs provide APIs in C, C#, Java, and Node.js to help you registe
270270

271271
## Next Steps
272272

273-
* For an end-to-end example using a custom allocation policy, see [How to use custom allocation policies](how-to-use-custom-allocation-policies.md)
273+
* For an end-to-end example using a custom allocation policy, see [Use custom allocation policies](tutorial-custom-allocation-policies.md)
274274

275275
* To learn more about Azure Functions, see the [Azure Functions documentation](../azure-functions/index.yml)

articles/iot-dps/how-to-send-additional-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ The payload file (in this case `/home/aziot/payload/json`) can contain any valid
9999

100100
* For an overview of custom allocation policies, see [Using custom allocation policies](./concepts-custom-allocation.md)
101101

102-
* To learn how to provision devices using a custom allocation policy, see [How to use custom allocation policies](./how-to-use-custom-allocation-policies.md)
102+
* To learn how to provision devices using a custom allocation policy, see [Ue custom allocation policies](./tutorial-custom-allocation-policies.md)

articles/iot-dps/media/how-to-use-custom-allocation-policies/click-create-new-function.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/click-create-new-function.png

File renamed without changes.

articles/iot-dps/media/how-to-use-custom-allocation-policies/create-custom-allocation-enrollment.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/create-custom-allocation-enrollment.png

File renamed without changes.

articles/iot-dps/media/how-to-use-custom-allocation-policies/create-function-app.bak.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/create-function-app.bak.png

File renamed without changes.

articles/iot-dps/media/how-to-use-custom-allocation-policies/create-function-app.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/create-function-app.png

File renamed without changes.

articles/iot-dps/media/how-to-use-custom-allocation-policies/function-app-create.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/function-app-create.png

File renamed without changes.

articles/iot-dps/media/how-to-use-custom-allocation-policies/function-app-deployment-complete.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/function-app-deployment-complete.png

File renamed without changes.

articles/iot-dps/media/how-to-use-custom-allocation-policies/function-choose-upload-file.png renamed to articles/iot-dps/media/tutorial-custom-allocation-policies/function-choose-upload-file.png

File renamed without changes.

0 commit comments

Comments
 (0)