Pankaj Rawat
Pankaj Rawat

Reputation: 4573

Deprovision device using Azure Device Provisioning Service

I'm trying to understand Azure Device Provisioning Service. I provision my virtual device using X.509 certificate and send messages in IoThub.

Now,I tried to temporary disable my device as mention in docs but I don't see any impact in IoThub side. I can see device status is disabled in DPS but enabled in IoThub.

Last I removed my device from DPS but still I can see device in IoThub.

enter image description here

Upvotes: 0

Views: 180

Answers (1)

Matthijs van der Veer
Matthijs van der Veer

Reputation: 4085

The behaviour you're seeing is correct. The Device Provisioning Service will assign your device to an IoT Hub, but will not remove it once you delete the enrollment. The process of deprovisioning a device is described here.

Upvotes: 1

Related Questions