Azure Notification Hub - Certain Hubs Completely "Locked Up"

Westfall, Nathan 0 Reputation points
2025-04-25T21:53:55.1166667+00:00

I've got a really strange issue. I have two hubs in Azure Notification Hub that are "locked up". What I mean by this, is the SDK and API get timeouts trying to register new devices and I can't create new Access Policies in the Azure Console.

I wrote a test project that does a simple connect and register with the .NET SDK like our application is. It times out everytime we try it with one of these two hubs. If we switch hubs, it works immediately.

Both hubs that are "locked" are well below the devices and message limit, one of them being on the "Standard" tier.

Any guidance on what to do next? Can't figure out a way to get them running again... It's been over a day now.

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
367 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Prabhavathi Manchala 1,055 Reputation points Microsoft External Staff
    2025-04-29T20:56:02.6666667+00:00

    Hi Westfall, Nathan,

    Thanks for the update, you're right—there’s no way to restart a Notification Hub from the Azure Portal, and the issue seems to be that your hubs are stuck in a locked backend state, isolated to those two.

    To fix this, create a new Notification Hub, copy the settings from the old one, and update your app to use the new hub. Devices will re-register automatically when the app runs again, ensuring no data loss. Additionally, switching to the Installation model for registrations can help prevent similar issues in the future. Please accept as "Yes" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    Let me know if you have any further Queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.