0

Recently I had a chance to build Team apps using Teams Toolkit (VSC). I love it. However, I have a couple of questions.

  1. How to use existing Azure Ad app and existing bot when creating a Team app [messaging extension or Teams Tab with SSO enable].
  2. How to use existing Azure resources, for example, Storage account, etc
  • Please go through this [Authenticate users in Microsoft Teams](https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/authentication/authentication) to understand the authentication process. It also includes how to use the app registration and bot for SSO in tab, bot, messaging extension. Please follow this [Connect an app to Azure Storage](https://learn.microsoft.com/en-us/learn/modules/connect-an-app-to-azure-storage/) tutorial to understand how we can connect a storage account resource to an application. – Meghana-MSFT Aug 22 '22 at 11:20

1 Answers1

0

For using existing AAD app, you can refer to this page. You can also try to edit AAD manifest as shown here.

For using existing Bot, you can refer to this page.

For using existing Azure resource, you can refer to this page to customize your Bicep files. Note that your need to ensure that the resource group you select when provision is the same as existing resource.

Bowen Song
  • 169
  • 2