Skip to content

Commit 16c3473

Browse files
authored
Fixed blocking errors and suggested changes, adding TOC entry and link from migration overview.
1 parent 727b970 commit 16c3473

8 files changed

+30
-25
lines changed

articles/communication-services/concepts/migrate-to-azure-communication-services.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Azure Communication Services offers various call types. The type of call you cho
7979

8080
## Next steps
8181

82-
[Migrate from Twilio Video to Azure Communication Services.](../tutorials/migrating-to-azure-communication-services-calling.md)
82+
[Migrate from Twilio Video to Azure Communication Services](../tutorials/migrating-to-azure-communication-services-calling.md).
8383

84-
For a feature map, see [Calling SDK overview > Detailed capabilities](./voice-video-calling/calling-sdk-features.md#detailed-capabilities)
84+
[Migrate from Twilio Conversations Chat to Azure Communication Services](../tutorials/migrating-to-azure-communication-services-chat.md).
85+
86+
For a feature map, see [Calling SDK overview > Detailed capabilities](./voice-video-calling/calling-sdk-features.md#detailed-capabilities).

articles/communication-services/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ items:
422422
- name: How to migrate from Twilio Video to Azure Communication Services
423423
href: tutorials/migrating-to-azure-communication-services-calling.md
424424
displayName: migration, migrate, Twilio, move, shift
425+
- name: How to migrate from Twilio Conversations Chat to Azure Communication Services
426+
href: tutorials/migrating-to-azure-communication-services-chat.md
427+
displayName: migration, migrate, Twilio, move, shift
425428
- name: Mobile integrations
426429
items:
427430
- name: Integrate with CallKit in iOS

articles/communication-services/tutorials/includes/twilio-to-acs-chat-android-tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrating from Twilio Conversations Chat to Azure Communication Services Chat C#
33
description: Guide describes how to migrate C# apps from Twilio Conversations Chat to Azure Communication Services Chat SDK.
44
services: azure-communication-services
5-
ms.date: 07/22/2024
5+
ms.date: 08/28/2024
66
ms.topic: include
77
author: RinaRish
88
ms.author: ektrishi
@@ -13,10 +13,10 @@ ms.custom: mode-other
1313

1414
## Prerequisites
1515

16-
1. Create an Azure account with an active subscription. For more information, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17-
2. Install [Visual Studio](https://visualstudio.microsoft.com/downloads/).
18-
3. Create an Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md). Record your resource **endpoint and connection string**.
19-
4. A [User Access Token](../../quickstarts/identity/access-tokens.md). Be sure to set the scope to **chat**, and **note the token string and user_id string**. You can also use the Azure CLI and run the following command with your connection string to create a user and an access token.
16+
- Create an Azure account with an active subscription. For more information, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17+
- Install [Visual Studio](https://visualstudio.microsoft.com/downloads/).
18+
- Create an Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md). Record your resource **endpoint and connection string**.
19+
- A [User Access Token](../../quickstarts/identity/access-tokens.md). Be sure to set the scope to **chat**, and **note the token string and user_id string**. You can also use the Azure CLI and run the following command with your connection string to create a user and an access token.
2020

2121
```azurecli-interactive
2222
az communication identity token issue --scope chat --connection-string "yourConnectionString"

articles/communication-services/tutorials/includes/twilio-to-acs-chat-csharp-tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrating from Twilio Conversations Chat to Azure Communication Services Chat C#
33
description: Guide describes how to migrate C# apps from Twilio Conversations Chat to Azure Communication Services Chat SDK.
44
services: azure-communication-services
5-
ms.date: 07/22/2024
5+
ms.date: 08/28/2024
66
ms.topic: include
77
author: RinaRish
88
ms.author: ektrishi
@@ -13,10 +13,10 @@ ms.custom: mode-other
1313

1414
## Prerequisites
1515

16-
1. Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17-
2. Install [Visual Studio](https://visualstudio.microsoft.com/downloads/).
18-
3. Create an Azure Communication Services resource. For details, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md). Record your resource **endpoint and connection string**.
19-
4. A [User Access Token](../../quickstarts/identity/access-tokens.md). Be sure to set the scope to **chat**, and **note the token string and user_id string**. You can also use the Azure CLI and run the following command with your connection string to create a user and an access token.
16+
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17+
- Install [Visual Studio](https://visualstudio.microsoft.com/downloads/).
18+
- Create an Azure Communication Services resource. For details, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md). Record your resource **endpoint and connection string**.
19+
- A [User Access Token](../../quickstarts/identity/access-tokens.md). Be sure to set the scope to **chat**, and **note the token string and user_id string**. You can also use the Azure CLI and run the following command with your connection string to create a user and an access token.
2020

2121
```azurecli-interactive
2222
az communication identity token issue --scope chat --connection-string "yourConnectionString"

articles/communication-services/tutorials/includes/twilio-to-acs-chat-ios-tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrating from Twilio Conversations Chat to Azure Communication Services Chat iOS
33
description: Guide describes how to migrate iOS apps from Twilio Conversations Chat to Azure Communication Services Chat SDK.
44
services: azure-communication-services
5-
ms.date: 07/22/2024
5+
ms.date: 08/28/2024
66
ms.topic: include
77
author: RinaRish
88
ms.author: ektrishi
@@ -13,10 +13,10 @@ ms.custom: mode-other
1313

1414
## Prerequisites
1515

16-
1. **Azure Account:** Make sure that your Azure account is active. New users can create a free account at [Microsoft Azure](https://azure.microsoft.com/free/).
17-
2. **Communication Services Resource:** Set up a [Communication Services Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp) via your Azure portal and note your connection string.
18-
3. **Azure CLI:** Follow the instructions to [Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
19-
4. **User Access Token:** Generate a user access token to instantiate the call client. You can create one using the Azure CLI as follows:
16+
- **Azure Account:** Make sure that your Azure account is active. New users can create a free account at [Microsoft Azure](https://azure.microsoft.com/free/).
17+
- **Communication Services Resource:** Set up a [Communication Services Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp) via your Azure portal and note your connection string.
18+
- **Azure CLI:** Follow the instructions to [Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
19+
- **User Access Token:** Generate a user access token to instantiate the call client. You can create one using the Azure CLI as follows:
2020

2121
```console
2222
az communication identity token issue --scope voip --connection-string "yourConnectionString"

articles/communication-services/tutorials/includes/twilio-to-acs-chat-java-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrating from Twilio Conversations Chat to Azure Communication Services Chat Java
33
description: Guide describes how to migrate Java apps from Twilio Conversations Chat to Azure Communication Services Chat SDK.
44
services: azure-communication-services
5-
ms.date: 07/22/2024
5+
ms.date: 08/28/2024
66
ms.topic: include
77
author: RinaRish
88
ms.author: ektrishi

articles/communication-services/tutorials/includes/twilio-to-acs-chat-js-tutorial.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrating from Twilio Conversations Chat to Azure Communication Services Chat JavaScript
33
description: Guide describes how to migrate JavaScript apps from Twilio Conversations Chat to Azure Communication Services Chat SDK.
44
services: azure-communication-services
5-
ms.date: 07/22/2024
5+
ms.date: 08/28/2024
66
ms.topic: include
77
author: RinaRish
88
ms.author: ektrishi
@@ -13,11 +13,11 @@ ms.custom: mode-other
1313

1414
## Prerequisites
1515

16-
1. **Azure Account:** Make sure that your Azure account is active. New users can create a free account at [Microsoft Azure](https://azure.microsoft.com/free/).
17-
2. **Node.js 18:** Ensure Node.js 18 is installed on your system. Download from [Node.js](https://nodejs.org/en).
18-
3. **Communication Services Resource:** Set up a [Communication Services Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp) via your Azure portal and note your connection string.
19-
4. **Azure CLI:** Follow the instructions to [Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
20-
5. **User Access Token:** Generate a user access token to instantiate the chat client. You can create one using the Azure CLI as follows:
16+
- **Azure Account:** Make sure that your Azure account is active. New users can create a free account at [Microsoft Azure](https://azure.microsoft.com/free/).
17+
- **Node.js 18:** Ensure Node.js 18 is installed on your system. Download from [Node.js](https://nodejs.org/en).
18+
- **Communication Services Resource:** Set up a [Communication Services Resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp) via your Azure portal and note your connection string.
19+
- **Azure CLI:** Follow the instructions to [Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
20+
- **User Access Token:** Generate a user access token to instantiate the chat client. You can create one using the Azure CLI as follows:
2121

2222
```console
2323
az communication identity token issue --scope voip --connection-string "yourConnectionString"

articles/communication-services/tutorials/migrating-to-azure-communication-services-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: RinaRish
66
services: azure-communication-services
77

88
ms.author: ektrishi
9-
ms.date: 07/22/2024
9+
ms.date: 08/28/2024
1010
ms.topic: how-to
1111
ms.service: azure-communication-services
1212
ms.subservice: chat

0 commit comments

Comments
 (0)