Skip to content

Commit 39b59b3

Browse files
committed
Add some link
1 parent b54b4e8 commit 39b59b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/notification-hubs/browser-push.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ This article describes how to send browser push notifications to single users th
2323
At a high level, the process is:
2424

2525
1. [Set credentials](#set-credentials):
26-
- In the Azure portal
27-
- Using the REST API
26+
- [In the Azure portal](#set-credentials-in-azure-portal)
27+
- [Using the REST API](#set-credentials-using-rest-api)
2828
- Using the .NET SDK
2929

3030
2. [Create registrations and installations](#create-registrations-and-installations).
3131

3232
3. [Send push notifications](#send-push-notifications):
33-
- Direct sends
34-
- Batch sends
35-
- Debug/test sends
33+
- [Direct sends](#create-direct-sends)
34+
- [Batch (audience) sends](#create-audience-sends)
35+
- [Debug/test sends](#create-debugtest-sends)
3636

3737
## Overview
3838

3939
Web push (or browser push) is a type of notification that customers get on their desktop browsers, or in some cases mobile browsers, on a per-website basis.
4040

41-
Azure Notification Hubs now supports [browser push](https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications) for all major browsers, including Microsoft Edge, Google Chrome, and Mozilla Firefox. Apple Safari isn't included. For Apple Safari, you can use existing APNS support as described in [Configuring Safari Push Notifications](https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/NotificationProgrammingGuideForWebsites/PushNotifications/PushNotifications.html#//apple_ref/doc/uid/TP40013225-CH3-SW1), with certificate-based authentication.
41+
Azure Notification Hubs now supports [*browser push*](https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications) for all major browsers, including Microsoft Edge, Google Chrome, and Mozilla Firefox. Apple Safari isn't included. For Apple Safari, you can use existing APNS support as described in [Configuring Safari Push Notifications](https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/NotificationProgrammingGuideForWebsites/PushNotifications/PushNotifications.html#//apple_ref/doc/uid/TP40013225-CH3-SW1), with certificate-based authentication.
4242

4343
Browser push is supported across platforms on devices with the following operating systems and browsers.
4444

0 commit comments

Comments
 (0)