How to link a currently existing Azure app with a newly register microsoft dev center application to gain access to wns services.
Hi, I am trying to register for push notifications using the sample provided at the official windows github. I could not get access to the company infrastructure and needed to register my own. In order to add wns to my azure subscription i need a…
Azure Notification Hubs
Why am I being charged ~10 EUR/day for Notification Hub Free Tier?
Hi, I'm being charged around 10 euros per day for Azure Notification Hub, even though I selected the Free Tier. I double-checked the configuration and I haven’t enabled any of the paid options like: Availability Zones ("Enable availability…
Azure Notification Hubs
Notification Hub - Can't add WNS service - Invalid WNS credentials
https://learn.microsoft.com/en-us/azure/notification-hubs/create-notification-hub-portal. I need to push a WNS to my UWP app, and follow the guide above like belows. First, add a new App on Store, get the SID. Second, go to Azure and find the App, Then,…
Azure Notification Hubs
Windows App SDK Push Notifications Mapping Request is not processed
I followed the instructions here to send a Windows App SDK Push Notifications Mapping Request 21 days ago, but I haven't received a completion notification yet.I see this question has been asked before and received an answer albeit vague. Is there any…
Azure Notification Hubs
Notification Hub Logs Not Appearing in Log Analytics Despite Diagnostic Settings
We have a Notification Hub namespace (VN-a99fb) configured with diagnostic settings to send logs to a Log Analytics workspace (gps-a99fb) in the canadacentral region. Despite triggering activity via test notifications, no logs appear in the…
Azure Notification Hubs
unable to receive logs from notificationhubnamesapce to log analytic workspace
I have added diagnostic setting to notification hub ang directed logs to log analytic workspace but I am not receiving any logs
Azure Notification Hubs
Azure Notification Hub on Free Plan get billed $400 / month
We are using the Azure Notification Hub free tier. Previously, we were in the paid tier with 'availability zone' turned on; later, we switched to the free tier. However, we are still being billed for the last two months for notification hub usage. Has…
Azure Notification Hubs
Microsoft.Azure.NotificationHubs does not register Android and iOS Devices
We are running a .NET 4.8 server application that is handling APN and FCMv1 registrations for our Android and iOS Client devices. This server application uses the Azure Notification Hubs Nuget-Package to do so, while we construct the necessary…
Azure Notification Hubs
Devices aren't registering after creating a new namespace in notification hubs.
Hi Everyone, I had to create a new notification hub namespace and I've updated my code connection string, however the devices aren't registering like it did on the old namespace. I made sure FCM v1 is configured identical to the old namespace and…
Azure Notification Hubs
Where to get App SID for a Windows Notification Server if I have a Entra Id Line of Business App?
I have a WinUI .NET Maui Windows App that does not get published on the Windows Store - it is a Line of Business app - when setting up Windows Push Notification server via Azure Portal as part of Azure Notifications Hubs - it requires that I get the App…
Azure Notification Hubs
Unable to update FCMV1 credentials on Azure
Hi - I'm trying to update my FCMv1 credentials on Azure Notification hubs. Here is my JSON file. project_id: REDACTED private_key: -----BEGIN PRIVATE KEY-----\nREDACTED\n-----END PRIVATE KEY-----\n client_email: REDACTED.iam.gserviceaccount.com I keep…
Azure Notification Hubs
Status Check: Crash in Azure Notification Hub for iOS (GitHub Issue #146)
Are there any updates on the crash issue related to Azure Notification Hub for iOS? GitHub Issue #146
Azure Notification Hubs


There is no notification hub resource in my subscription but billing support said there is nottification hub availability zones usage
I have deleted notification hub in Azure web portal resource last year. There is nottification hub charge suddenly generated since Jan2025. I checked with Azure billing support and they said there is nottification hub availability zones usage, so there…
Azure Notification Hubs
I am having problem with Android Push Notifications.
I am encountering an issue while trying to register an Android device for push notifications via Firebase Cloud Messaging (FCM) v1 in Azure and also using a azure chatUI library version(1.0.0-beta3) with chat client. Despite following the documentation,…
Azure Notification Hubs
Azure Notification Hub: Test Send returning unknown error on browser push, although info is passed correctly with tags
We are experiencing failure when test sending notification to browser Test Send returning unknown error on browser push, although info is correctly passed, and we also have on our side browser registered with tag which is passed. (check screenshots) …
Azure Notification Hubs
Azure Notification Hubs: not registering device using "Create or overwrite an installation" REST API, but API giving 200
We are experiencing issues with registering devices in our Azure Notification Hubs using the "Create or overwrite an installation" REST API. Although the API returns 200, the device doesn't get registered, and the "Installation GET"…
Azure Notification Hubs
I am getting internal server error when trying to send notification using anh.
Notification payload: { "notification": { "title": "Notification Without URL", "body": "This notification does not include a URL" }, "data": { "url": "" } } Error…
Azure Notification Hubs
WNS sometimes not received
We are experiencing issues with Windows Push Notifications (WNS) not being delivered to our application endpoints. The push notification is sent successfully from our server, but the response indicates the message is dropped due to a blocked…
Azure Notification Hubs
Azure Notification Hub: FCM V1 (The Push Notification System rejected the request because of an invalid credential)
Hi, I have setup Azure Notification from scratch and set up FCM V1 using the tutorial https://learn.microsoft.com/en-us/dotnet/maui/data-cloud/push-notifications?view=net-maui-9.0 When all setup I receive the message The Push Notification System…
Azure Notification Hubs
Notifications Hub Completely Down
Starting early this morning, we can't seem to make any requests to an Azure Notifications Hub. Any attempt to hit an endpoint results in a timeout. I went to check the access policies tab in the Notifications Hub namespace to make sure there wasn't an…