Skip to content

Commit 2a6fe11

Browse files
authored
Merge pull request #108449 from sethmanheim/nh
Update topic per CSS
2 parents 8627ac1 + 5bfd882 commit 2a6fe11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/notification-hubs/notification-hubs-tags-segment-push-message.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The only way to target specific notification registrations is to associate tags
3535

3636
## Tags
3737

38-
A tag can be any string, up to 120 characters, containing alphanumeric and the following non-alphanumeric characters: `_`’, ‘`@`’, ‘`#`’, ‘`.`’, ‘`:`’, ‘`-`. The following example shows an application from which you can receive toast notifications about specific music groups. In this scenario, a simple way to route notifications is to label registrations with tags that represent the different bands, as in the following figure:
38+
A tag can be any string, up to 120 characters, containing alphanumeric and the following non-alphanumeric characters: '`_`', '`@`', '`#`', '`.`', '`:`', '`-`'. The following example shows an application from which you can receive toast notifications about specific music groups. In this scenario, a simple way to route notifications is to label registrations with tags that represent the different bands, as in the following figure:
3939

4040
![Tags overview](./media/notification-hubs-tags-segment-push-message/notification-hubs-tags.png)
4141

@@ -63,7 +63,7 @@ Tags must not be pre-provisioned, and can refer to multiple app-specific concept
6363

6464
![Tags friends](./media/notification-hubs-tags-segment-push-message/notification-hubs-tags2.png)
6565

66-
In this example, Alice is interested in updates for the Beatles, and Bob is interested in updates for the Wailers. Bob is also interested in Charlies comments, and Charlie is interested in the Wailers. When a notification is sent for Charlies comment on the Beatles, Notification Hubs sends it to both Alice and Bob.
66+
In this example, Alice is interested in updates for the Beatles, and Bob is interested in updates for the Wailers. Bob is also interested in Charlie's comments, and Charlie is interested in the Wailers. When a notification is sent for Charlie's comment on the Beatles, Notification Hubs sends it to both Alice and Bob.
6767

6868
While you can encode multiple concerns in tags (for example, `band_Beatles` or `follows_Charlie`), tags are simple strings and not properties with values. A registration matches only on the presence or absence of a specific tag.
6969

@@ -92,7 +92,7 @@ Consider a sports application that sends a reminder to everyone in Boston about
9292

9393
![Tag expressions](./media/notification-hubs-tags-segment-push-message/notification-hubs-tags4.png)
9494

95-
Tag expressions support common Boolean operators such as `AND` (`&&`), `OR` (`||`), and `NOT` (`!`); they can also contain parentheses. Tag expressions using only `OR` operators can reference 20 tags; otherwise tag expressions are limited to 6 tags.
95+
Tag expressions support common Boolean operators such as `AND` (`&&`), `OR` (`||`), and `NOT` (`!`); they can also contain parentheses. Tag expressions using only `OR` operators can reference 20 tags; expression with `AND` operators but no `OR` operators can reference 10 tags; otherwise, tag expressions are limited to 6 tags.
9696

9797
Here's an example for sending notifications with tag expressions using the SDK:
9898

0 commit comments

Comments
 (0)