Skip to content

Commit f3e7677

Browse files
authored
Merge pull request #134306 from razvansalajan/user/rasalaja/note_when_conn_string_is_regenerated
[ACS] Adding some notes in the Notifications concept
2 parents c6b1416 + c6054d3 commit f3e7677

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

articles/communication-services/concepts/notifications.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,19 @@ You can connect an Azure Notification Hub to your Communication Services resourc
3535

3636
Communication Services uses Azure Notification Hub as a pass-through service to communicate with the various platform-specific push notification services using the [Direct Send](https://docs.microsoft.com/rest/api/notificationhubs/direct-send) API. This allows you to reuse your existing Azure Notification Hub resources and configurations to deliver low latency, reliable calling notifications to your applications.
3737

38+
> [!NOTE]
39+
> Currently only calling push notifications are supported.
40+
3841
### Notification Hub provisioning
3942

40-
To deliver push notifications to client devices using Notification Hubs, [create a Notification Hub](https://docs.microsoft.com/azure/notification-hubs/create-notification-hub-portal) within the same subscription as your Communication Services resource. Azure Notification Hubs must be configured for the Platform Notifications Service you want to use. To learn how to get push notifications in your client app from Notification Hubs, see [Getting started with Notification Hubs](https://docs.microsoft.com/azure/notification-hubs/ios-sdk-get-started) and select your target client platform from the drop-down list near the top of the page.
43+
To deliver push notifications to client devices using Notification Hubs, [create a Notification Hub](https://docs.microsoft.com/azure/notification-hubs/create-notification-hub-portal) within the same subscription as your Communication Services resource. Azure Notification Hubs must be configured for the Platform Notifications Service you want to use. To learn how to get push notifications in your client app from Notification Hubs, see [Getting started with Notification Hubs](https://docs.microsoft.com/azure/notification-hubs/notification-hubs-android-push-notification-google-fcm-get-started) and select your target client platform from the drop-down list near the top of the page.
44+
45+
> [!NOTE]
46+
> Currently the APNs and FCM platforms are supported.
4147
42-
Once your Notification hub is configured, you can associated it to your Communication Services resource by supplying a connections string for the hub using the Azure Resource Manager Client or through the Azure portal. The connection string should contain "Send" permissions. We recommend creating another access policy with "Send" only permissions specifically for your hub. Learn more about [Notification Hubs security and access policies](https://docs.microsoft.com/azure/notification-hubs/notification-hubs-push-notification-security)
48+
Once your Notification hub is configured, you can associate it to your Communication Services resource by supplying a connection string for the hub using the Azure Resource Manager Client or through the Azure portal. The connection string should contain "Send" permissions. We recommend creating another access policy with "Send" only permissions specifically for your hub. Learn more about [Notification Hubs security and access policies](https://docs.microsoft.com/azure/notification-hubs/notification-hubs-push-notification-security)
4349

44-
> NOTE:
50+
> [!IMPORTANT]
4551
> In order to enable Apple Push Notification Service VOIP notifications, you must set the name of your notification hub to be your application bundle ID with the the `.voip` suffix. See [Use APNS VOIP through Notification Hubs](https://docs.microsoft.com/azure/notification-hubs/voip-apns).
4652
4753
#### Using the Azure Resource Manager client to configure the Notification Hub
@@ -64,6 +70,9 @@ In the portal, navigate to your Azure Communication Services resource. Inside th
6470

6571
:::image type="content" source="./media/notifications/acs-anh-portal-int.png" alt-text="Screenshot showing the Push Notifications settings within the Azure Portal.":::
6672

73+
> [!NOTE]
74+
> If the Azure Notification Hub connection string is updated the Communication Services resource has to be updated as well.
75+
6776
#### Device registration
6877

6978
Refer to the [voice calling quickstart](../quickstarts/voice-video-calling/getting-started-with-calling.md) to learn how to register your device handle with Communication Services.

0 commit comments

Comments
 (0)