Share via

was trying to move notificationhub resource to different subscription and it vanished

Andrew Lindzon 5 Reputation points
2025-12-10T15:07:31.2833333+00:00

I was moving the notification hub and related services to a different subscription, and got an error on one of the things i was trying to move. Now the ones without the error are just gone. It is like the move started but never finished so they are in limbo somewhere or lost.

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.

{count} vote

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-12-12T23:24:37.66+00:00

    Hi @Andrew Lindzon

    Thanks for sharing the details. Since your Notification Hub is still working, the registrations may not be lost, they might still exist but not be visible in the portal.

    Here are a few things you can check:

    • Verify Registrations & PNS Credentials:
      • Confirm that your Push Notification Service (PNS) credentials are still configured correctly. This helps ensure registrations are still valid even if they don’t show in the portal.
    • Export/Import Registrations:
      • If you decide to recreate the Notification Hub, you can export the existing registrations from the old hub and import them into the new one to retain all connections.
    • Create a New Namespace:
    • Check Resource Provider Status:
      • Ensure Microsoft.NotificationHubs and related providers are registered in both subscriptions. Missing registration can cause silent move failures.
    • Check “Moving” or “Failed” State: In Resource Explorer (https://resources.azure.com), check if the affected resources show:
      • "provisioningState": "Moving"
      • "provisioningState": "Failed"
      • Resources in these states may not appear in the portal but still exist.

    Feel free to share the provisioning state or Activity Log details if you need further help.

    1 person found this answer helpful.
    0 comments No comments

Your answer

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