Skip to content

Commit 4491192

Browse files
Merge pull request #218897 from w-azure/winona-routing-nxt
Added next steps to all 4 routing articles
2 parents 07ea00a + 7b7184e commit 4491192

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

articles/iot-hub/how-to-routing-arm.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,10 @@ To view your new route in the [Azure portal](https://portal.azure.com/), go to y
334334

335335
To confirm your template deployed successfully to Azure, check in your resource group resource on the **Deployments** page of the **Settings** menu in the Azure portal.
336336

337-
:::image type="content" source="media/how-to-routing-arm/confirm-template-deployment.jpg" alt-text="Screenshot that shows location of a deployment log in a resource group on the Deployments page of the Azure portal.":::
337+
:::image type="content" source="media/how-to-routing-arm/confirm-template-deployment.jpg" alt-text="Screenshot that shows location of a deployment log in a resource group on the Deployments page of the Azure portal.":::
338+
339+
## Next Steps
340+
341+
In this how-to article you learned how to create a route and endpoint for your Event Hubs, Service Bus queue or topic, and Azure Storage.
342+
343+
To further your exploration into message routing, see [Tutorial: Send device data to Azure Storage using IoT Hub message routing](/azure/iot-hub/tutorial-routing?tabs=portal). In this tutorial, you'll create a storage route and test it with a device in your IoT hub.

articles/iot-hub/how-to-routing-azure-cli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,10 @@ az iot hub route delete --resource-group my-resource-group --hub-name my-iot-hub
405405

406406
> [!TIP]
407407
> Deleting a route won't delete endpoints in your Azure account. The endpoints must be deleted separately.
408+
409+
410+
## Next Steps
411+
412+
In this how-to article you learned how to create a route and endpoint for your Event Hubs, Service Bus queue or topic, and Azure Storage.
413+
414+
To further your exploration into message routing, see [Tutorial: Send device data to Azure Storage using IoT Hub message routing](/azure/iot-hub/tutorial-routing?tabs=cli). In this tutorial, you'll create a storage route and test it with a device in your IoT hub.

articles/iot-hub/how-to-routing-powershell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,9 @@ Remove-AzIotHubRoute -ResourceGroupName MyResourceGroup -Name MyIotHub -RouteNam
270270

271271
> [!TIP]
272272
> Deleting a route won't delete endpoints in your Azure account. The endpoints must be deleted separately.
273+
274+
## Next Steps
275+
276+
In this how-to article you learned how to create a route and endpoint for your Event Hubs, Service Bus queue or topic, and Azure Storage.
277+
278+
To further your exploration into message routing, see [Tutorial: Send device data to Azure Storage using IoT Hub message routing](/azure/iot-hub/tutorial-routing?tabs=portal). In this tutorial, you'll create a storage route and test it with a device in your IoT hub.

0 commit comments

Comments
 (0)