You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ This article describes how an independent software vendor (ISV) can provision Te
24
24
- ISV’s Customer has access to Microsoft 365 Admin Center.
25
25
- ISV has access to change Azure Communication Services Resource settings.
26
26
- You grant Teams Tenant access to a CCaaS service for Graph API usage.
27
-
- ISV is using the .NET ACS Call Automation SDK version 1.5.0-beta.1
28
-
- ISV is using the JavaScript ACS Call Automation SDK version 1.5.0-beta.2
29
-
- ISV is using the JavaScript ACS Client SDK version 1.36.1-beta.1
27
+
- ISV is using the .NET ACS Call Automation SDK version 1.5.0-beta.1.
28
+
- ISV is using the JavaScript ACS Call Automation SDK version 1.5.0-beta.2.
29
+
- ISV is using the JavaScript ACS Client SDK version 1.36.1-beta.1.
30
30
31
31
32
32
## Quick start
@@ -39,16 +39,16 @@ Before you can create a bot, you need to register an Application ID.
39
39
40
40
1. From the Azure portal, open **App Registrations**.
41
41
42
-
:::image type="content" source="./media/teams-phone-extensibility-app-registration.png" alt-text="Screen capture showing the Azure portal with App registration selected from services." lightbox="./media/teams-phone-extensibility-app-registration.png":::
42
+
:::image type="content" source="./media/teams-phone-extensibility-app-registration.png" alt-text="Screen capture showing the Azure portal with App registration selected from services." lightbox="./media/teams-phone-extensibility-app-registration.png":::
43
43
44
-
1. Select **New registration**.
45
-
1. Complete the required fields and click **Register**.
46
-
1. When the portal completes the resource, click **Go to resource**.
47
-
1. Record the values for the **Application (client) ID** and **Directory (tenant) ID**.
44
+
2. Select **New registration**.
45
+
3. Complete the required fields and click **Register**.
46
+
4. When the portal completes the resource, click **Go to resource**.
47
+
5. Record the values for the **Application (client) ID** and **Directory (tenant) ID**.
48
48
49
-
:::image type="content" source="./media/teams-phone-extensibility-app-registration-resources.png" alt-text="Screen capture showing the Azure portal App registrations resource displaying Essentials including Application (client) ID and Directory (tenant) ID." lightbox="./media/teams-phone-extensibility-app-registration-resources.png":::
49
+
:::image type="content" source="./media/teams-phone-extensibility-app-registration-resources.png" alt-text="Screen capture showing the Azure portal App registrations resource displaying Essentials including Application (client) ID and Directory (tenant) ID." lightbox="./media/teams-phone-extensibility-app-registration-resources.png":::
50
50
51
-
1. Open **Certificates & secrets**. Create new a client secret and record the certificate and secret ID values.
51
+
6. Open **Certificates & secrets**. Create new a client secret and record the certificate and secret ID values.
52
52
53
53
For more information, see [Registering a calling bot](https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/articles/calls/register-calling-bot.html#registering-an-app-registration).
54
54
@@ -59,19 +59,19 @@ Once you create the `AppID`, Teams Phone system also uses the current process as
59
59
Alternatively, you can complete the following steps to create just the bot after you create an Application ID using the Azure CLI.
60
60
61
61
1. Download Azure CLI.
62
-
1. Sign in with your Azure account used for the preceding App Registration:
62
+
2. Sign in with your Azure account used for the preceding App Registration:
63
63
64
-
```azurecli
65
-
az login
66
-
```
64
+
```azurecli
65
+
az login
66
+
```
67
67
68
-
1. If not already installed, install `Az.BotService`:
68
+
3. If not already installed, install `Az.BotService`:
69
69
70
-
```azurecli
71
-
Install-Module Az.BotService -AllowClobber
72
-
```
70
+
```azurecli
71
+
Install-Module Az.BotService -AllowClobber
72
+
```
73
73
74
-
1. Provision the bot using the following command. For more information, see [Publish a bot with Azure PowerShell - Azure AI Bot Service - Bot Service](/azure/bot-service/powershell/bot-builder-powershell-quickstart):
74
+
4. Provision the bot using the following command. For more information, see [Publish a bot with Azure PowerShell - Azure AI Bot Service - Bot Service](/azure/bot-service/powershell/bot-builder-powershell-quickstart):
75
75
76
76
If your environment is already provisioned, skip the following steps.
0 commit comments