Skip to content

Commit cfe3718

Browse files
committed
Learn Editor: Update notification-hubs-push-notification-overview.md
1 parent 7e28e67 commit cfe3718

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

articles/notification-hubs/notification-hubs-push-notification-overview.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Azure Notification Hubs provide an easy-to-use and scaled-out push engine that e
3030
- Notify users of enterprise events such as new messages and work items.
3131
- Send codes for multi-factor authentication.
3232

33-
[!INCLUDE [notification-hubs-firebase-deprecation](../../includes/notification-hubs-firebase-deprecation.md)]
33+
> [!NOTE]
34+
> For information about Firebase Cloud Messaging deprecation and migration steps, see [Google Firebase Cloud Messaging migration](notification-hubs-gcm-to-fcm.md).
3435
3536
## What are push notifications?
3637

@@ -99,10 +100,6 @@ Notification Hubs is your ready-to-use push engine with the following advantages
99100
- Scheduled push: You can schedule notifications to be sent anytime.
100101
- Direct push: You can skip registering devices with the Notification Hubs service and directly batch push to a list of device handles.
101102
- Personalized push: Device push variables help you send device-specific personalized push notifications with customized key-value pairs.
102-
- **Rich telemetry**
103-
- General push, device, error, and operation telemetry are available both in the Azure portal and programmatically.
104-
- Per-message telemetry tracks each push from your initial request call to the Notification Hubs service successfully sending the pushes.
105-
- Platform Notification System feedback communicates all feedback from PNSes to assist in debugging.
106103
- **Scalability**
107104
- Send fast messages to millions of devices without re-architecting or device sharding.
108105
- **Security**
@@ -113,20 +110,36 @@ Notification Hubs is your ready-to-use push engine with the following advantages
113110
Get started with creating and using a notification hub by following the [Tutorial: Push notifications to mobile applications](notification-hubs-android-push-notification-google-fcm-get-started.md).
114111

115112
[0]: ./media/notification-hubs-overview/registration-diagram.png
113+
116114
[1]: ./media/notification-hubs-overview/notification-hub-diagram.png
117115

118116
[How customers are using Notification Hubs]: https://azure.microsoft.com/services/notification-hubs
117+
119118
[Notification Hubs tutorials and guides]: ./index.yml
119+
120120
[iOS]: ./notification-hubs-push-notification-fixer.md
121+
121122
[Android]: ./notification-hubs-android-push-notification-google-gcm-get-started.md
123+
122124
[Windows Universal]: ./notification-hubs-windows-store-dotnet-get-started-wns-push-notification.md
125+
123126
[Windows Phone]: ./notification-hubs-windows-mobile-push-notifications-mpns.md
127+
124128
[Kindle]: ./notification-hubs-android-push-notification-google-fcm-get-started.md
129+
125130
[Xamarin.iOS]: ./xamarin-notification-hubs-ios-push-notification-apns-get-started.md
131+
126132
[Xamarin.Android]: ./xamarin-notification-hubs-push-notifications-android-gcm.md
133+
127134
[Microsoft.WindowsAzure.Messaging.NotificationHub]: /previous-versions/azure/reference/dn339221(v=azure.100)
135+
128136
[Microsoft.ServiceBus.Notifications]: /previous-versions/azure/
137+
129138
[App Service Mobile Apps]: /previous-versions/azure/app-service-mobile/app-service-mobile-value-prop
139+
130140
[templates]: notification-hubs-templates-cross-platform-push-messages.md
141+
131142
[Azure portal]: https://portal.azure.com
132-
[tags]: (https://msdn.microsoft.com/library/azure/dn530749.aspx)
143+
144+
[tags]: (https://msdn.microsoft.com/library/azure/dn530749.aspx)
145+

0 commit comments

Comments
 (0)