An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Microsoft.DeviceUpdate RP stuck in 'Registering' state — all instance creates fail with InternalServerError
We are unable to create any new Microsoft.DeviceUpdate/accounts/instances resources in our subscription. Every attempt — via Bicep, ARM, Azure CLI, and the Azure Portal — fails with the same opaque error:
{
"code": "InternalServerError",
"message": "Job failed due to an internal error."
}
Activity log shows no further detail beyond ResourceOperationFailure → InternalServerError.
The Microsoft.DeviceUpdate resource provider in this subscription has been stuck in Registering state for 24+ hours.
registrationState : Registering
registrationPolicy : RegistrationRequired
namespace : Microsoft.DeviceUpdate
providerAuthorizationConsentState: (empty)
Forcing re-registration (az provider register -n Microsoft.DeviceUpdate --wait) does not complete and the RP never returns to Registered.
Environment:
- Subscription: [REDACTED]
- Tenant: Microsoft TME [REDACTED]
- Region: West US 2 (account location)
- API version tried: Both
2022-10-01and2023-07-01
What we've verified:
- Existing ADU resources in the same subscription (created Oct 2025) work normally — only new instance creates fail.
- The IoT Hub being linked is healthy (
provisioningState: Succeeded,state: Active) and has thedeviceupdateserviceshared access policy. - The ADU first-party service principal in this tenant (objectId [REDACTED], appId [REDACTED], displayName
Azure Device Update) has been grantedIoT Hub Data Contributoron the linked hub. - The parent
Microsoft.DeviceUpdate/accountsresource provisions successfully and showsprovisioningState: Succeeded— only the childaccounts/instancesresource fails. - Resource locks, policies, and quotas are not blocking the operation.
- All ADU subscription feature flags are
NotRegistered, but they were alsoNotRegisteredwhen our existing working instances were created, so this should not be the cause.
Repro:
- In subscription above, create any
Microsoft.DeviceUpdate/accounts/instancesresource (any name, any RG, link to any healthy IoT Hub). - Resource transitions to
provisioningState: Failedwithin 30s withInternalServerError.
What we need:
- Confirmation whether
Microsoft.DeviceUpdateRP being stuck inRegisteringis a known issue or service-side problem. - Guidance on how to force the RP back to a healthy
Registeredstate, or whether this requires PG intervention.Forcing re-registration (az provider register -n Microsoft.DeviceUpdate --wait) does not complete and the RP never returns toRegistered. Environment:
What we've verified:- **Subscription:** [REDACTED] - **Tenant:** Microsoft TME [REDACTED] - **Region:** West US 2 (account location) - **API version tried:** Both `2022-10-01` and `2023-07-01`- Existing ADU resources in the same subscription (created Oct 2025) work normally — only new instance creates fail.
- The IoT Hub being linked is healthy (
provisioningState: Succeeded,state: Active) and has thedeviceupdateserviceshared access policy.- The ADU first-party service principal in this tenant (objectId [REDACTED] , appId[REDACTED], displayName
Azure Device Update) has been grantedIoT Hub Data Contributoron the linked hub.- The parent `Microsoft.DeviceUpdate/accounts` resource provisions successfully and shows `provisioningState: Succeeded` — only the child `accounts/instances` resource fails. - Resource locks, policies, and quotas are not blocking the operation. - All ADU subscription feature flags are `NotRegistered`, but they were also `NotRegistered` when our existing working instances were created, so this should not be the cause. **Repro:**- In subscription above, create any
Microsoft.DeviceUpdate/accounts/instancesresource (any name, any RG, link to any healthy IoT Hub). - Resource transitions to
provisioningState: Failedwithin 30s withInternalServerError.
- In subscription above, create any
- The ADU first-party service principal in this tenant (objectId [REDACTED] , appId[REDACTED], displayName
- The IoT Hub being linked is healthy (
- Confirmation whether
Microsoft.DeviceUpdateRP being stuck inRegisteringis a known issue or service-side problem. - Guidance on how to force the RP back to a healthy
Registeredstate, or whether this requires PG intervention.
- Existing ADU resources in the same subscription (created Oct 2025) work normally — only new instance creates fail.