Skip to content

Commit b02e8d4

Browse files
Merge pull request #246552 from timlt/renincludes
Add includes for cleanup
2 parents afe00da + 94329a7 commit b02e8d4

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

articles/iot-develop/quickstart-devkit-renesas-rx65n-cloud-kit-iot-hub.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ms.author: timlt
66
ms.service: iot-develop
77
ms.devlang: c
88
ms.topic: quickstart
9-
ms.date: 05/22/2023
10-
ms.custom:
9+
ms.date: 06/27/2023
1110
---
1211

1312
# Quickstart: Connect a Renesas RX65N Cloud Kit to IoT Hub
@@ -403,27 +402,7 @@ If you experience issues building the device code, flashing the device, or conne
403402

404403
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
405404

406-
## Clean up resources
407-
408-
If you no longer need the Azure resources created in this quickstart, you can use the Azure CLI to delete the resource group and all of its resources.
409-
410-
> [!IMPORTANT]
411-
> Deleting a resource group is irreversible. The resource group and all the resources contained in it are permanently deleted. Make sure that you do not accidentally delete the wrong resource group or resources.
412-
413-
To delete a resource group by name:
414-
415-
1. Run the [az group delete](/cli/azure/group#az-group-delete) command. This command removes the resource group, the IoT Hub, and the device registration you created.
416-
417-
```azurecli-interactive
418-
az group delete --name MyResourceGroup
419-
```
420-
421-
1. Run the [az group list](/cli/azure/group#az-group-list) command to confirm the resource group is deleted.
422-
423-
```azurecli-interactive
424-
az group list
425-
```
426-
405+
[!INCLUDE [iot-develop-cleanup-resources](../../includes/iot-develop-cleanup-resources.md)]
427406

428407
## Next steps
429408

0 commit comments

Comments
 (0)