Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions msteams-platform/toolkit/debug-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,42 @@ Teams Toolkit utilizes Visual Studio Code multi-target debugging to debug tab, b

</details>

<details>
<summary><b>Update the expired client secret ID for the existing apps</b></summary>

1. Go to [Azure portal](https://ms.portal.azure.com/).

1. Select **App registrations**.

:::image type="content" source="~/assets/images/include-files/azure-app-registration.png" alt-text="Screenshot shows the Azure services to select App registrations.":::

1. Select **+ New registration**.

:::image type="content" source="~/assets/images/include-files/new-registration.png" alt-text="Screenshot shows the New registration page on Microsoft Entra admin center.":::

1. Enter the name of your app.

1. Select **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)**.

1. Select **Register**.

:::image type="content" source="~/assets/images/include-files/app-register.png" alt-text="Screenshot shows the option to register the bot in Microsoft Entra admin center.":::

Your app is registered in Microsoft Entra ID. The app overview page appears.

:::image type="content" source="~/assets/images/include-files/app-registration-overview.png" alt-text="Screenshot shows the app registration overview page.":::

> [!NOTE]
> Save the app ID from **Application (client) ID** and **Directory (tenant) ID** for further use.

1. Update the `.evn` file with the bot secret.

1. Provision or deploy the app.

1. If your app is already deployed, ensure you update the app service configuration in Azure resource with the newly created app or bot secret.

</details>

## Next

> [!div class="nextstepaction"]
Expand Down