-
Notifications
You must be signed in to change notification settings - Fork 192
FAQ
Zhiyu You edited this page Oct 27, 2023
·
16 revisions
This section introduces different situations you need to provision your project. If you are suggested by the Toolkit to provision your project, check whether you are one of them.
- If your project has not been successfully provisioned yet and you choose to deploy or publish it, toolkit will ask you to provision first.
- If your project has not been successfully provisioned yet, and you choose to validate manifest or build Teams app package, or publish the app, toolkit will ask you to provision first to generate the values to fill out certain field in manifest template.
- If your project has not been successfully provisioned or local debug yet, and you choose to "Deploy Microsoft Entra app manifest", toolkit will ask you to provision or local debug first to create a new Microsoft Entra app.
- If your project contains bot capability which has already been successfully provisioned and just got upgrade by Toolkit, the project requires re-provision bot resource. Since Bot Channels Registration become a legacy production, toolkit helps upgrade Bot Channels Registration to Azure Bot Service, so you will be asked to provision again before deploy or publish the project. If you still want to use existing bot, please follow these steps.
Build Custom Engine Copilots
- Build a basic AI chatbot for Teams
- Build an AI agent chatbot for Teams
- Expand AI bot's knowledge with your content
Scenario-based Tutorials
- Send notifications to Teams
- Respond to chat commands in Teams
- Respond to card actions in Teams
- Embed a dashboard canvas in Teams
Extend your app across Microsoft 365
- Teams tabs in Microsoft 365 and Outlook
- Teams message extension for Outlook
- Add Outlook Add-in to a Teams app
App settings and Microsoft Entra Apps
- Manage Application settings with Teams Toolkit
- Manage Microsoft Entra Application Registration with Teams Toolkit
- Use an existing Microsoft Entra app
- Use a multi-tenant Microsoft Entra app
Configure multiple capabilities
- How to configure Tab capability within your Teams app
- How to configure Bot capability within your Teams app
- How to configure Message Extension capability within your Teams app
Add Authentication to your app
- How to add single sign on in Teams Toolkit for Visual Studio Code
- How to enable Single Sign-on in Teams Toolkit for Visual Studio
Connect to cloud resources
- How to integrate Azure Functions with your Teams app
- How to integrate Azure API Management
- Integrate with Azure SQL Database
- Integrate with Azure Key Vault
Deploy apps to production