Does Azure Notification Hub Service support Push Notifications for Web Applications that has been deployed on Azure Web App Service

Yasaswini Racherla 0 Reputation points
2023-07-23T17:11:24.6266667+00:00

We are building a web application using the following technologies (Frontend : React, Backend: .Net), which will be deployed on Azure Web App Service. We have a requirement to send Inapp Notifications to our registered users from our web app.

We have our complete infrastructure deployed on Azure and we are looking for a Azure native solutions for the above requirement.

We have looked into multiple sources for integrating azure notification hub with web app but couldn't find a good documentation.

Could you please confirm does azure notification hub supports sending Inapp/Push notifications from web app.

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.
342 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 23,781 Reputation points Microsoft Employee
    2023-07-24T11:38:53.1133333+00:00

    @Yasaswini Racherla Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Notification Hubs sends notifications to devices running mobile apps. It does not provide email or text message capabilities. Notification Hubs also does not provide an in-browser push notification delivery service out of the box. Customers can implement this feature using SignalR on top of the supported server-side platforms.

    You can refer to FAQ section mentioned in the documentation here.

    Hope this helps.

    Feel free to reach back to me if you have any further questions on this.

    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.