|
1 | 1 | ---
|
2 |
| -title: Send browser (web push) notifications with Azure Notification Hubs (preview) |
| 2 | +title: Send browser (web push) notifications with Azure Notification Hubs |
3 | 3 | description: Learn about support for browser push notifications in Azure Notification Hubs.
|
4 | 4 | services: notification-hubs
|
5 | 5 | author: sethmanheim
|
6 | 6 | manager: femila
|
7 | 7 | ms.service: notification-hubs
|
8 | 8 | ms.tgt_pltfrm: mobile-multiple
|
9 | 9 | ms.topic: article
|
10 |
| -ms.date: 03/14/2024 |
| 10 | +ms.date: 03/19/2024 |
11 | 11 | ms.author: sethm
|
12 | 12 | ms.reviewer: heathertian
|
13 |
| -ms.lastreviewed: 03/14/2024 |
| 13 | +ms.lastreviewed: 03/19/2024 |
14 | 14 | ---
|
15 | 15 |
|
16 |
| -# Web push notifications with Azure Notification Hubs (preview) |
| 16 | +# Web push notifications with Azure Notification Hubs |
17 | 17 |
|
18 | 18 | This article describes how to send browser push notifications to single users through Azure Notification Hubs.
|
19 | 19 |
|
20 |
| -> [!NOTE] |
21 |
| -> This feature is currently in preview. To access browser push features [on the Azure portal, use this link](https://portal.azure.com/?feature.browserpush=true). |
22 |
| -
|
23 | 20 | At a high level, the process is:
|
24 | 21 |
|
25 | 22 | 1. [Set credentials](#set-credentials):
|
@@ -86,9 +83,7 @@ To subscribe to browser push notifications on your web site, you can use VAPID k
|
86 | 83 |
|
87 | 84 | ### Set credentials in Azure portal
|
88 | 85 |
|
89 |
| -You can set credentials for browser push in the Azure portal using the browser credentials. For the preview, [use this link to access the Azure portal](https://portal.azure.com/?feature.browserpush=true) in order to manage browser push features. |
90 |
| - |
91 |
| -To set browser push credentials in the portal, follow these steps: |
| 86 | +To set browser push credentials in the Azure portal, follow these steps: |
92 | 87 |
|
93 | 88 | 1. In the [Azure portal](https://portal.azure.com), open the **Browser (Web Push)** blade in your notification hub.
|
94 | 89 |
|
|
0 commit comments