Skip to content

Commit 79681d4

Browse files
committed
Fix numbered lists
and other formatting
1 parent 1f7a2c8 commit 79681d4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This article describes how an independent software vendor (ISV) can provision Te
2424
- ISV’s Customer has access to Microsoft 365 Admin Center.
2525
- ISV has access to change Azure Communication Services Resource settings.
2626
- 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.
3030

3131

3232
## Quick start
@@ -39,16 +39,16 @@ Before you can create a bot, you need to register an Application ID.
3939

4040
1. From the Azure portal, open **App Registrations**.
4141

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":::
4343

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**.
4848

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":::
5050

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.
5252

5353
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).
5454

@@ -59,19 +59,19 @@ Once you create the `AppID`, Teams Phone system also uses the current process as
5959
Alternatively, you can complete the following steps to create just the bot after you create an Application ID using the Azure CLI.
6060

6161
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:
6363

64-
```azurecli
65-
az login
66-
```
64+
```azurecli
65+
az login
66+
```
6767
68-
1. If not already installed, install `Az.BotService`:
68+
3. If not already installed, install `Az.BotService`:
6969
70-
```azurecli
71-
Install-Module Az.BotService -AllowClobber
72-
```
70+
```azurecli
71+
Install-Module Az.BotService -AllowClobber
72+
```
7373
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):
7575
7676
If your environment is already provisioned, skip the following steps.
7777

0 commit comments

Comments
 (0)