Reputation: 4573
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.
Upvotes: 0
Views: 180
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