Skip to content

Commit ebd461b

Browse files
committed
fix typo
1 parent 2920dd7 commit ebd461b

12 files changed

+13
-13
lines changed

articles/communication-services/.openpublishing.redirection.communication-services.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"redirections": [
33
{
44
"source_path_from_root": "/articles/communication-services/concepts/client-and-server-architecture.md",
5-
"redirect_url": "/articles/communication-services/concepts/identity-model#client-services-architecture",
5+
"redirect_url": "/articles/communication-services/concepts/identity-model#client-server-architecture",
66
"redirect_document_id": false
77
},
88
{

articles/communication-services/concepts/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ The user identity is intended to act as a primary key for logs and metrics colle
9999
> [Trusted authentication service hero sample](../samples/trusted-auth-sample.md)
100100
101101
For more information, see the following articles:
102-
- [Learn about client and server architecture](../concepts/identity-model#client-services-architecture)
102+
- [Learn about client and server architecture](../concepts/identity-model#client-server-architecture)

articles/communication-services/quickstarts/identity/access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: mode-other, devx-track-azurecli, devx-track-extended-java, devx-track
1818

1919
Access tokens enable Azure Communication Services SDKs to [authenticate](../../concepts/authentication.md) directly against Azure Communication Services as a particular identity. You need to create access tokens if you want your users to join a call or chat thread within your application.
2020

21-
This article describes how to use the Azure Communication Services SDKs to create identities and manage your access tokens. For production use cases, we recommend that you generate access tokens on a server-side service as described in [Client and server architecture](../../concepts/identity-model#client-services-architecture).
21+
This article describes how to use the Azure Communication Services SDKs to create identities and manage your access tokens. For production use cases, we recommend that you generate access tokens on a server-side service as described in [Client and server architecture](../../concepts/identity-model#client-server-architecture).
2222

2323
::: zone pivot="platform-azcli"
2424
[!INCLUDE [Azure CLI](./includes/access-tokens/access-token-az-cli.md)]
@@ -75,5 +75,5 @@ To learn more about how to send an email using the Azure Communication Services
7575

7676
- [Learn about authentication](../../concepts/authentication.md)
7777
- [Add chat to your app](../chat/get-started.md)
78-
- [Learn about client and server architecture](../../concepts/identity-model#client-services-architecture)
78+
- [Learn about client and server architecture](../../concepts/identity-model#client-server-architecture)
7979
- [Deploy trusted authentication service hero sample](../../samples/trusted-auth-sample.md)

articles/communication-services/tutorials/building-app-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,5 +461,5 @@ You might also want to:
461461

462462
- [Add chat to your app](../quickstarts/chat/get-started.md)
463463
- [Create user access tokens](../quickstarts/identity/access-tokens.md)
464-
- [Learn about client and server architecture](../concepts/identity-model#client-services-architecture)
464+
- [Learn about client and server architecture](../concepts/identity-model#client-server-architecture)
465465
- [Learn about authentication](../concepts/authentication.md)

articles/communication-services/tutorials/events-playbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Attendee experience can be directly embedded into an application or platform usi
108108

109109
2. Before developers dive into using [Azure Communication Services](../overview.md), they must [create a resource](../quickstarts/create-communication-resource.md?pivots=platform-azp&tabs=windows&preserve-view=true).
110110

111-
3. Once a resource is created, developers must [generate access tokens](../quickstarts/identity/access-tokens.md?pivots=programming-language-javascript&preserve-view=true) for attendees to access Azure Communication Services. We recommend using a [trusted service architecture](../concepts/identity-model#client-services-architecture).
111+
3. Once a resource is created, developers must [generate access tokens](../quickstarts/identity/access-tokens.md?pivots=programming-language-javascript&preserve-view=true) for attendees to access Azure Communication Services. We recommend using a [trusted service architecture](../concepts/identity-model#client-server-architecture).
112112

113113
4. Developers can leverage [headless SDKs](../concepts/teams-interop.md) or [UI Library](../concepts/ui-library/ui-library-overview.md) using the join link URL to join the Teams meeting through [Teams Interoperability](../concepts/teams-interop.md). Details below:
114114

articles/communication-services/tutorials/file-sharing-tutorial-acs-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ You may also want to:
378378
379379
- [Add chat to your app](../quickstarts/chat/get-started.md)
380380
- [Creating user access tokens](../quickstarts/identity/access-tokens.md)
381-
- [Learn about client and server architecture](../concepts/identity-model#client-services-architecture)
381+
- [Learn about client and server architecture](../concepts/identity-model#client-server-architecture)
382382
- [Learn about authentication](../concepts/authentication.md)
383383
- [Add file sharing with UI Library in Teams Interoperability Chat](./file-sharing-tutorial-interop-chat.md)
384384
- [Add file sharing with UI Library in Azure Communication Services Chat](./file-sharing-tutorial-acs-chat.md)

articles/communication-services/tutorials/file-sharing-tutorial-interop-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You may also want to:
124124
- [Check UI Library use cases](../concepts/ui-library/ui-library-use-cases.md)
125125
- [Add chat to your app](../quickstarts/chat/get-started.md)
126126
- [Creating user access tokens](../quickstarts/identity/access-tokens.md)
127-
- [Learn about client and server architecture](../concepts/identity-model#client-services-architecture)
127+
- [Learn about client and server architecture](../concepts/identity-model#client-server-architecture)
128128
- [Learn about authentication](../concepts/authentication.md)
129129
- [Add file sharing with UI Library in Azure Azure Communication Services end user Service Chat](./file-sharing-tutorial-acs-chat.md)
130130
- [Add inline image with UI Library in Teams Interoperability Chat](./inline-image-tutorial-interop-chat.md)

articles/communication-services/tutorials/hmac-header-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ You might also want to:
4343

4444
- [Add chat to your app](../quickstarts/chat/get-started.md)
4545
- [Create user access tokens](../quickstarts/identity/access-tokens.md)
46-
- [Learn about client and server architecture](../concepts/identity-model#client-services-architecture)
46+
- [Learn about client and server architecture](../concepts/identity-model#client-server-architecture)
4747
- [Learn about authentication](../concepts/authentication.md)

articles/communication-services/tutorials/includes/trusted-service-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For this tutorial we'll be creating an Azure Function that will serve as a trust
3030

3131
This service is responsible for authenticating users to Azure Communication Services. Users of your Communication Services applications will require an `Access Token` in order to participate in chat threads and VoIP calls. The Azure Function will work as a trusted middleman between the user and the Communication Services. This allows you to provision access tokens without exposing your resource connection string to your users.
3232

33-
For more information, see the [client-server architecture](../../concepts/identity-model#client-services-architecture) and [authentication and authorization](../../concepts/authentication.md) conceptual documentation.
33+
For more information, see the [client-server architecture](../../concepts/identity-model#client-server-architecture) and [authentication and authorization](../../concepts/authentication.md) conceptual documentation.
3434

3535
## Setting up
3636

articles/communication-services/tutorials/inline-image-tutorial-interop-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You might also want to:
121121
- [Check UI Library use cases](../concepts/ui-library/ui-library-use-cases.md)
122122
- [Add chat to your app](../quickstarts/chat/get-started.md)
123123
- [Create user access tokens](../quickstarts/identity/access-tokens.md)
124-
- [Learn about client and server architecture](../concepts/identity-model#client-services-architecture)
124+
- [Learn about client and server architecture](../concepts/identity-model#client-server-architecture)
125125
- [Learn about authentication](../concepts/authentication.md)
126126
- [Add file sharing with UI Library in Azure Communication Services Chat](./file-sharing-tutorial-acs-chat.md)
127127
- [Add file sharing with UI Library in Teams Interoperability Chat](./file-sharing-tutorial-interop-chat.md)

0 commit comments

Comments
 (0)