Skip to content

Commit 65b0a7e

Browse files
authored
fixing blockers
1 parent 1054ace commit 65b0a7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/communication-services/how-tos/calling-sdk/push-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Once the register push notification API is called when the device token informat
3434

3535
In case that you want to revoke an identity you need to follow [this process](../../concepts/identity-model.md#revoke-or-update-access-token), once the identity is revoked the Registrar entry should be deleted.
3636

37-
[!Note]
38-
For CTE (Custom Teams Endpoint) the max TTL value is **24 hrs (86,400 seconds)** there's no way to increase this value.
37+
>[!Note]
38+
>For CTE (Custom Teams Endpoint) the max TTL value is **24 hrs (86,400 seconds)** there's no way to increase this value.
3939
4040
## Prerequisites
4141

articles/communication-services/tutorials/add-voip-push-notifications-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 07/25/2023
99
ms.author: sanathr
1010
---
1111

12-
# Integrate push notifications using Azure Event Grid in your Android, iOS and Windows applications.
12+
# Integrate push notifications using Azure Event Grid in your Android, iOS and Windows applications
1313

1414
With Azure Communication Services, you can receive real-time event notifications in a dependable, expandable, and safe way by integrating it with [Azure Event Grid](https://azure.microsoft.com/services/event-grid/). This integration can be used to build a notification system that sends push notifications to your users on mobile devices. To achieve it, create an Event Grid subscription that triggers an [Azure Function](../../azure-functions/functions-overview.md) or webhook.
1515

0 commit comments

Comments
 (0)