You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/notification-hubs/configure-notification-hub-portal-pns-settings.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to set up Azure Notification Hubs in the Azure portal by
4
4
services: notification-hubs
5
5
author: sethmanheim
6
6
manager: femila
7
-
editor: jwargo
7
+
editor: dbradish-microsoft
8
8
9
9
ms.service: notification-hubs
10
10
ms.workload: mobile
@@ -15,13 +15,13 @@ ms.reviewer: jowargo
15
15
ms.lastreviewed: 02/14/2019
16
16
---
17
17
18
-
# Set up push notifications in a notification hub in the Azure portal
18
+
# Quickstart: Set up push notifications in a notification hub
19
19
20
20
Azure Notification Hubs provides a push engine that's easy to use and that scales out. Use Notification Hubs to send notifications to any platform (iOS, Android, Windows, Baidu) and from any back end (cloud or on-premises). For more information, see [What is Azure Notification Hubs?](notification-hubs-push-notification-overview.md).
21
21
22
-
In this quickstart, you'll use the platform notification system (PNS) settings in Notification Hubs to set up push notifications on multiple platforms. The quickstart shows you the steps to take in the Azure portal.
22
+
In this quickstart, you'll use the platform notification system (PNS) settings in Notification Hubs to set up push notifications on multiple platforms. The quickstart shows you the steps to take in the Azure portal.**Google Firebase Cloud Messaging** includes instructions for using the Azure CLI.
23
23
24
-
If you haven't already created a notification hub, create one now. For more information, see [Create an Azure notification hub in the Azure portal](create-notification-hub-portal.md).
24
+
If you haven't already created a notification hub, create one now. For more information, see [Create an Azure notification hub in the Azure portal](create-notification-hub-portal.md) or [Create an Azure notification hub using the Azure CLI](create-notification-hub-azure-cli)
25
25
26
26
## Apple Push Notification Service
27
27
@@ -54,15 +54,13 @@ For more information, see [Push notifications to iOS by using Azure Notification
54
54
To set up push notifications for Google Firebase Cloud Messaging (FCM):
55
55
56
56
1. In the Azure portal, on the **Notification Hub** page, select **Google (GCM/FCM)** from the left menu.
57
-
2. Paste the **API Key** for the FCM project that you saved earlier.
57
+
2. Paste the **API Key** for the Google Firebase Cloud Messaging (FCM) project that you saved earlier.
58
58
3. Select **Save**.
59
59
60
60

61
61
62
62
When you complete these steps, an alert indicates that the notification hub has been successfully updated. The **Save** button is disabled.
63
63
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).
65
-
66
64
# [Azure CLI](#tab/azure-cli)
67
65
68
66
### Prerequisites
@@ -82,7 +80,7 @@ Before you begin, you must have the following:
2. The Android App needs a connection string to connect with the notification hub. Use the [az notification-hub authorization-rule list](/cli/azure/ext/notification-hub/notification-hub/authorization-rule#ext-notification-hub-az-notification-hub-authorization-rule-list) command to list the available access policies. Run the [az notification-hub authorization-rule list-keys](/cli/azure/ext/notification-hub/notification-hub/authorization-rule#ext-notification-hub-az-notification-hub-authorization-rule-list-keys) command to get the access policy connection strings. Specify the **primaryConnectionString** or **secondaryConnectionString** in the `--query` parameter to get the primary connection string directly.
83
+
2. The Android App needs a connection string to connect with the notification hub. Use the [az notification-hub authorization-rule list](/cli/azure/ext/notification-hub/notification-hub/authorization-rule#ext-notification-hub-az-notification-hub-authorization-rule-list) command to list the available access policies. Use the [az notification-hub authorization-rule list-keys](/cli/azure/ext/notification-hub/notification-hub/authorization-rule#ext-notification-hub-az-notification-hub-authorization-rule-list-keys) command to get the access policy connection strings. Specify the **primaryConnectionString** or **secondaryConnectionString** in the `--query` parameter to get the primary connection string directly.
86
84
87
85
```azurecli
88
86
#list access policies for a notification hub
@@ -105,14 +103,12 @@ Before you begin, you must have the following:
* 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).
106
+
Get Azure CLI references for other platforms with the [az notification-hub credential](/cli/azure/ext/notification-hub/notification-hub/credential) command.
113
107
114
108
---
115
109
110
+
For more information on using Azure Notification Hubs and Firebase Cloud Messaging (FCM) to push notifications to an Android application, see [Send push notifications to Android devices using Firebase](notification-hubs-android-push-notification-google-fcm-get-started.md).
111
+
116
112
## Windows Push Notification Service
117
113
118
114
To set up Windows Push Notification Service (WNS):
Copy file name to clipboardExpand all lines: articles/notification-hubs/create-notification-hub-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.reviewer: jowargo
15
15
ms.lastreviewed: 02/14/2019
16
16
---
17
17
18
-
# Create an Azure notification hub in the Azure portal
18
+
# Quickstart: Create an Azure notification hub in the Azure portal
19
19
Azure Notification Hubs provide an easy-to-use and scaled-out push engine that allows you to send notifications to any platform (iOS, Android, Windows, Kindle, Baidu, etc.) from any backend (cloud or on-premises). For more information about the service, see [What is Azure Notification Hubs?](notification-hubs-push-notification-overview.md).
20
20
21
21
In this quickstart, you create a notification hub in the Azure portal. The first section gives you steps to create a Notification Hubs namespace and a hub in that namespace. The second section gives you steps to create a notification hub in an existing Notification Hubs namespace.
0 commit comments