An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
If the notification hub namespace is not visible in the Azure portal after a failed move operation but is still accessible via the Azure CLI and continues to function, it may be a temporary issue with the Azure portal's display. Here are a few steps you can take to troubleshoot and potentially resolve the issue:
- Refresh the Azure Portal: Sometimes, the portal may not reflect the latest state of resources. Try refreshing the portal or logging out and back in.
- Check Resource Group and Subscription: Ensure that you are viewing the correct resource group and subscription in the Azure portal where the namespace is supposed to be located.
- Use Azure CLI for Verification: Since you can see the resource in the Azure CLI, you can verify its properties and ensure it is correctly configured. You can use commands like
az notification-hub namespace showto get details about the namespace. - Contact Azure Support: If the namespace still does not appear in the portal after refreshing and verifying, it may be necessary to contact Azure support for assistance. They can investigate the issue further and help restore visibility in the portal.
- Wait for Propagation: Occasionally, changes in Azure can take some time to propagate fully across the platform. If the move operation was recent, it might resolve itself after some time.
These steps should help you address the visibility issue of the notification hub namespace in the Azure portal.