Skip to content

Commit 03ab59e

Browse files
committed
Fixed corrupt article and fixed zone pivot
Updated create tokens article, removed corrupt zone pivot entries, re-added zone pivot group to zone pivot groups master file.
1 parent b902826 commit 03ab59e

File tree

2 files changed

+41
-38
lines changed

2 files changed

+41
-38
lines changed
Lines changed: 22 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Quickstart - Create and manage access tokens
3-
titleSuffix: An Azure Communication Services quickstart
4-
description: Learn how to manage identities and access tokens by using the Azure Communication Services Identity SDK.
5-
author: tomaschladek
6-
manager: nmurav
2+
title: Create and manage access tokens
3+
titleSuffix: An Azure Communication Services guide
4+
description: Manage identities and access tokens using the Azure Communication Services Identity SDK.
5+
author: soricos85
6+
manager: dariagrigoriu
77
services: azure-communication-services
8-
ms.author: tchladek
8+
ms.author: dariac
99
ms.date: 11/17/2021
1010
ms.topic: quickstart
1111
ms.service: azure-communication-services
@@ -14,11 +14,11 @@ zone_pivot_groups: acs-azcli-js-csharp-java-python-portal-nocode
1414
ms.custom: mode-other, devx-track-azurecli, devx-track-extended-java, devx-track-js, devx-track-python
1515
---
1616

17-
# Quickstart: Create and manage access tokens
17+
# Create and manage access tokens
1818

19-
Access tokens let Azure Communication Services SDKs [authenticate](../../concepts/authentication.md) directly against Azure Communication Services as a particular identity. You'll need to create access tokens if you want your users to join a call or chat thread within your application.
19+
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-
In this quickstart, you'll learn 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](../../concepts/client-and-server-architecture.md).
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 [Mobile architecture design](../../concepts/client-and-server-architecture.md).
2222

2323
::: zone pivot="platform-azcli"
2424
[!INCLUDE [Azure CLI](./includes/access-tokens/access-token-az-cli.md)]
@@ -41,55 +41,39 @@ In this quickstart, you'll learn how to use the Azure Communication Services SDK
4141
::: zone-end
4242

4343
::: zone pivot="platform-azportal"
44-
[!INCLUDE [AzPortal](./includes/access-tokens/access-token-az-portal.md)]
44+
[!INCLUDE [Azure Portal](./includes/access-tokens/access-token-az-portal.md)]
4545
::: zone-end
4646

4747
::: zone pivot="platform-nocode"
48-
[!INCLUDE [No Code](./includes/access-tokens/access-token-no-code.md)]
48+
[!INCLUDE [Power Platform](./includes/access-tokens/access-token-no-code.md)]
4949
::: zone-end
5050

5151
## Use identity for monitoring and metrics
5252

53-
The user ID is intended to act as a primary key for logs and metrics that are collected through Azure Monitor. To view all of a user's calls, for example, you can set up your authentication in a way that maps a specific Azure Communication Services identity (or identities) to a single user.
53+
The user ID acts as a primary key for logs and metrics collected through Azure Monitor. To view all of a user's calls, for example, you can set up your authentication to map a specific Azure Communication Services identity (or identities) to a single user.
5454

55-
Learn more about [authentication concepts](../../concepts/authentication.md), call diagnostics through [log analytics](../../concepts/analytics/log-analytics.md), and [metrics](../../concepts/metrics.md) that are available to you.
55+
For more information, see:
56+
- [Authentication concepts](../../concepts/authentication.md)
57+
- [Call diagnostics through log analytics](../../concepts/analytics/log-analytics.md)
58+
- [Metrics](../../concepts/metrics.md).
5659

5760
## Clean up resources
5861

59-
To clean up and remove a Communication Services subscription, delete the resource or resource group. Deleting a resource group also deletes any other resources that are associated with it. For more information, see the "Clean up resources" section of [Create and manage Communication Services resources](../create-communication-resource.md#clean-up-resources).
62+
To clean up and remove a Communication Services subscription, delete the resource or resource group. Deleting a resource group also deletes any other resources associated with it. For more information, see [Create and manage Communication Services resources > Clean up resources](../create-communication-resource.md#clean-up-resources).
6063

61-
::: zone pivot="platform-nocode"
62-
To clean up your logic app workflow and related resources, review [how to clean up Azure Logic Apps resources](../../../logic-apps/quickstart-create-example-consumption-workflow.md#clean-up-resources).
63-
::: zone-end
64-
65-
::: zone pivot="platform-azportal,programming-language-java,programming-language-python,programming-language-javascript,programming-language-csharp,platform-azcli"
64+
To clean up your logic app workflow and related resources, see [Create an example Consumption logic app workflow using the Azure portal > Clean up resources](../../../logic-apps/quickstart-create-example-consumption-workflow.md#clean-up-resources).
6665

6766
## Next steps
6867

69-
In this quickstart, you learned how to:
68+
This article described how to create a user and delete a user. It also describes how to issue an access token to a user and remove a user access token using the Azure Communication Services Identity connector. For more information, see [Azure Communication Services Identity Connector](/connectors/acsidentity/).
7069

71-
> [!div class="checklist"]
72-
> * Issue access tokens
73-
> * Manage identities
70+
To see how tokens are use by other connectors, check out [how to send a chat message](../chat/logic-app.md) from Power Automate using Azure Communication Services.
7471

75-
> [!div class="nextstepaction"]
76-
> [Add voice calling to your app](../voice-video-calling/getting-started-with-calling.md)
72+
To learn more about how to send an email using the Azure Communication Services Email connector check [Send email message in Power Automate with Azure Communication Services](../email/logic-app.md).
7773

78-
You might also want to:
74+
## Related articles
7975

8076
- [Learn about authentication](../../concepts/authentication.md)
8177
- [Add chat to your app](../chat/get-started.md)
8278
- [Learn about client and server architecture](../../concepts/client-and-server-architecture.md)
8379
- [Deploy trusted authentication service hero sample](../../samples/trusted-auth-sample.md)
84-
85-
::: zone-end
86-
87-
::: zone pivot="platform-nocode"
88-
## Next steps
89-
90-
In this quickstart, you learned how to create a user, delete a user, issue a user an access token and remove user access token using the Azure Communication Services Identity connector. To learn more check the [Azure Communication Services Identity Connector](/connectors/acsidentity/) documentation.
91-
92-
To see how tokens are use by other connectors, check out [how to send a chat message](../chat/logic-app.md) from Power Automate using Azure Communication Services.
93-
94-
To learn more about how to send an email using the Azure Communication Services Email connector check [Send email message in Power Automate with Azure Communication Services](../email/logic-app.md).
95-
::: zone-end

articles/zone-pivot-groups.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,3 +1810,22 @@ groups:
18101810
title: Standard (Workflow Service Plan)
18111811
- id: standard-app-service-environment
18121812
title: Standard (App Service Environment v3)
1813+
#owner: dariagrigoriu
1814+
- id: acs-azcli-js-csharp-java-python-portal-nocode
1815+
title: Platforms
1816+
prompt: Choose a platform
1817+
pivots:
1818+
- id: platform-azcli
1819+
title: Azure CLI
1820+
- id: programming-language-csharp
1821+
title: C#
1822+
- id: programming-language-javascript
1823+
title: JavaScript
1824+
- id: programming-language-python
1825+
title: Python
1826+
- id: programming-language-java
1827+
title: Java
1828+
- id: platform-azportal
1829+
title: Azure portal
1830+
- id: platform-nocode
1831+
title: Power Platform

0 commit comments

Comments
 (0)