How to get the exact alert messages in Notification for detailed Managed Identity operation in Container Apps
I would like to create an alert particularly turning ON/OFF on Managed Identity on Container Apps or any resources under Identity. See screenshot below. I would like to filter or create alert the same as below notification messages if possible.
How to Determine Invalid Token Status in Notification Hub Client Responses?
Hi everyone, I'm working with Azure Notification Hubs and I'm trying to verify the validity of device tokens after sending notifications using SendFcmV1NativeNotificationAsync and SendAppleNativeNotificationAsync. Based on some forum discussions, it…
push notifications not working with Azure Notification Hubs and Google Firebase Cloud Messaging migration
I have developed ionic capacitor app for push notifications with recent changes Azure Notification Hubs and Google Firebase Cloud Messaging migration all the setup according to documentation provided but i could not see my device is registerd over the…
Why Notification Hub installations are not removed on expiration time?
Hello, we're working on an application that uses Azure Notification Hub for sending push notifications. The application utilizes Notification Hub .NET SDK v4.2.0 to communicate with the Notification Hub. To register a device for push notifications, the…
Windows Push Notification service health dashboard
Hi, The Windows Notification Service (WNS) appears to be experiencing degraded service health. WNS is the service described at…
How receives push notification in Windows with MAUI
I'm creating an application using .NET8 MAUI. The application registers the device in an Azure Notification Hub. From here, I can send push notifications to the different devices. The problem I have with Windows is that the message arrives on the…
Unable to update the Google (FCM v1) configuration in Azure NotificationHub
Hi, Uable to migrate from Google (GCM/FCM) to FCM V1. I have downloaded the JSON configuration from the firebase console but after updating below credential Getting error. Not able to update. Connected with firebase team but they have directed to…
Apple Push Notifications Service server certificate update Jan 2025
Hi everyone! Recently, Apple announced an APNS server certificate update. Am I right that we don't have to update our APNS certificates issued by Apple and uploaded to Azure Notification hub project for the APNS; Azure team will update the…
Azure Notification Hubs - Dropped Android FcmV1TemplateRegistration
Using the this REST API to retrieve list of Android FcmV1 registered devices on Azure Notification Hub. https://[my_namespace].servicebus.windows.net/[my_hub]/messages/?api-version=2015-01 Works perfectly, here is example of an FcmV1 registered device in…
Unable to add FCM v1 private key (Google FCM V1)
Does that look ok ? I copied the exact strings from the json file I got from Google FCM. It is a migration from the legacy GCM. I followed the guide. Is there a trick ? I know for sure the credentials are good. I even created new credentials but got the…
Apple Push Notification services (APNs) is changing.
Hi. I received an email yesterday for apple developer. The email said Apple is going to change the Certification Authority (CA) for Apple Push Notifications services (APNs) in** sandbox and Production** environment. We use Azure Notification Hubs with…
Set up notifications for Root Tenant Group assigments
Set up notifications for Root Tenant Group assigments azurerm_role_management_policy I am trying to enable notification(email to slack channel) whenever someone requests for PIM role activiation. The slack channel contains the admins who can approve the…
A Autoridade Certificadora (CA) para Apple Push Notification (APN) está mudando
Olá, abaixo está uma atualização da Apple sobre APNs. Atualmente, estamos usando o Azure Notification Hubs para notificações push móveis. A atualização abaixo da Apple requer alguma ação no nosso aplicativo existente (iOS) registrado no Azure…
Does Azure Notification Hub Support iOS VoIP Push Notifications?
I am using the paid service of Azure Notification Hub to send regular push notifications and VoIP push notifications. Regular push notifications are working fine for both Android and iOS. However, VoIP push notifications are not functioning on iOS. I…
context deadline while posting notification through API https:///dm3p.notify.windows.com?token=xxx
got many timeout when using wns for push. from api [ https:///dm3p.notify.windows.com?token=xxx] I have been using this function for a year without any problems. This timeout problem has occurred since around 9:00 (utc+8, china) this morning. How can I…
Web push notifications with Azure Notification Hubs
Hello Everyone, I am new to Azure and i want more information from you about my problem. Now what i want to do is set a web push (browser push) notification from Azure notification hub and i want to integrate it to my backend that is in .net core. I…
Test Send fails for Toast but works for Raw
NotificationHub -Test Send fails for Toast but works for Raw. Says payload is incorrect, but it is generated by Azure?
The Notification payload is invalid(WNS)
I follow the document to use azure console send toast message. And get "The Notification payload is invalid" reponse. (But choose "raw" type can successfully sent to the Push Notification System) I didn't change the example.…
When I try to do "Test Send" but it seems not works: The Notification payload is invalid.
Dear All, The documentation that I am following: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification#create-an-app-in-windows-store I sent toast with default…
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException: Unexpected input
We are encountering a ProtocolNegotiationException error when calling NotificationHubClient.sendNotification. The error is intermittent and quite rare, but even on retry, the same error occurs. We are using Notification-Hubs-java-sdk 1.1.0. Any ideas on…