Skip to content

Commit c487add

Browse files
rename article and navigation node
1 parent c5048fb commit c487add

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/communication-services/concepts/identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ There are user identities that you create yourself and there are external identi
6161
* For an introduction to communication identities, see [Identity model](./identity-model.md).
6262
* To learn how to quickly create identities for testing, see the [quick-create identity quickstart](../quickstarts/identity/quick-create-identity.md).
6363
* To learn how to use Communication Services together with Microsoft Teams, see [Teams interoperability](./teams-interop.md).
64-
* To learn how to use a Raw ID, see [Raw ID use cases in Communication SDKs](./raw-id-use-cases.md).
64+
* To learn how to use a Raw ID, see [Use cases for string identifiers in Communication SDKs](./raw-id-use-cases.md).

articles/communication-services/concepts/raw-id-use-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Communication Services - Raw ID use cases
2+
title: Azure Communication Services - Use cases for string identifiers
33
description: Learn how to use Raw ID in SDKs
44
author: ostoliarova-msft
55
manager: rajuanitha88
@@ -12,7 +12,7 @@ ms.service: azure-communication-services
1212
#Customer intent: As a developer, I want to learn how to correctly use Raw ID so that I can build applications that run efficiently.
1313
---
1414

15-
# Raw ID use cases in Communication SDKs
15+
# Use cases for string identifiers in Communication SDKs
1616

1717
This article provides use cases for choosing a string (Raw ID) as a representation type of the [CommunicationIdentifier type](./identifiers.md#the-communicationidentifier-type) in Azure Communication Services SDKs. Following this guidance will help you understand some use cases when you might want to choose a Raw ID over the CommunicationIdentifier derived types.
1818

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ items:
161161
href: concepts/identifiers.md
162162
- name: Credentials best practices
163163
href: concepts/credentials-best-practices.md
164-
- name: Raw ID use cases
164+
- name: Use cases for string identifiers
165165
href: concepts/raw-id-use-cases.md
166166
- name: Chat
167167
items:

0 commit comments

Comments
 (0)