Skip to content

Commit c75d609

Browse files
author
Delora Bradish
committed
made formatting changes
1 parent 2f660b0 commit c75d609

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/notification-hubs/configure-notification-hub-portal-pns-settings.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To set up push notifications for Google Firebase Cloud Messaging (FCM):
6161

6262
When you complete these steps, an alert indicates that the notification hub has been successfully updated. The **Save** button is disabled.
6363

64-
For more information, see [Push notifications to Android devices by using Notification Hubs and Google FCM](notification-hubs-android-push-notification-google-fcm-get-started.md).
64+
For more information on using Azure Notification Hubs and Firebase Cloud Messaging (FCM) to push notifications to an Android application, see [Tutorial: Send push notifications to Android devices using Firebase](notification-hubs-android-push-notification-google-fcm-get-started.md).
6565

6666
# [Azure CLI](#tab/azure-cli)
6767

@@ -99,14 +99,17 @@ Before you begin, you must have the following:
9999

100100
```azurecli
101101
#test with message body
102-
az notification-hub test-send --resource-group spnhubrg --namespace-name spnhubns --notification-hub-name spfcmtutorial1nhub --notification-format gcm --message "test notification"
102+
az notification-hub test-send --resource-group spnhubrg --namespace-name spnhubns --notification-hub-name spfcmtutorial1nhub --notification-format gcm --message "my message body"
103103
104104
#test with JSON string
105-
az notification-hub test-send --resource-group spnhubrg --namespace-name spnhubns --notification-hub-name spfcmtutorial1nhub --notification-format gcm --payload "{\"data\":{\"message\":\"test notification\"}}"
105+
az notification-hub test-send --resource-group spnhubrg --namespace-name spnhubns --notification-hub-name spfcmtutorial1nhub --notification-format gcm --payload "{\"data\":{\"message\":\"my JSON string\"}}"
106106
```
107107

108-
> [!NOTE]
109-
> Get Azure CLI references for other platforms with the [az notification-hub credential](/cli/azure/ext/notification-hub/notification-hub/credential) command.
108+
### See also
109+
110+
* Get Azure CLI references for other platforms with the [az notification-hub credential](/cli/azure/ext/notification-hub/notification-hub/credential) command.
111+
112+
* For more information on using Azure Notification Hubs and Firebase Cloud Messaging (FCM) to push notifications to an Android application, see [Tutorial: Send push notifications to Android devices using Firebase](notification-hubs-android-push-notification-google-fcm-get-started.md).
110113

111114
---
112115

0 commit comments

Comments
 (0)