You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -328,7 +324,7 @@ If you specified a different filename for the `-out` parameter, use that same fi
328
324
## Verify the results
329
325
330
326
**Azure CLI**
331
-
Run [az iot dps show](/cli/azure/iot/dps?view=azure-cli-latest#az-iot-dps-show) to display the Azure DPS resource.
327
+
Run [az iot dps show](/cli/azure/iot/dps#az-iot-dps-show) to display the Azure DPS resource.
332
328
333
329
```azurecli
334
330
az iot dps show \
@@ -337,7 +333,7 @@ Run [az iot dps show](/cli/azure/iot/dps?view=azure-cli-latest#az-iot-dps-show)
337
333
```
338
334
339
335
**Azure PowerShell**
340
-
Run [Get-AzIoTDeviceProvisioningService](/powershell/module/az.deviceprovisioningservices/get-aziotdeviceprovisioningservice?view=azps-8.3.0) to display the Azure DPS resource.
336
+
Run [Get-AzIoTDeviceProvisioningService](/powershell/module/az.deviceprovisioningservices/get-aziotdeviceprovisioningservice) to display the Azure DPS resource.
341
337
342
338
```powershell
343
339
Get-AzIoTDeviceProvisioningService `
@@ -349,7 +345,9 @@ The names of the resource group and the DPS instance are displayed in the terraf
Other articles build upon the resources that you created in this quickstart. If you plan to continue on to subsequent quickstart or to the tutorials, keep the resources created in this quickstart.
349
+
350
+
If you want to delete the resources created in this quickstart, use the following commands:
353
351
354
352
1. Run [terraform plan](https://www.terraform.io/cli/commands/plan) and specify the `destroy` flag.
0 commit comments