Multifunction Calling using Microsoft Teams AI Agent > Introduction to Multifunction Calling using Microsoft Teams AI Agent recipe > Prerequisites
  

Prerequisites

To use the Multifunction Calling using Microsoft Teams AI Agent recipe, the following prerequisites must be met:

Create an Azure application to use Microsoft Teams connector

To use Microsoft Teams connector, you must create an Azure application for a Microsoft Teams connector.
  1. 1Open the Azure portal.
  2. 2Navigate to Microsoft Entra ID.
  3. 3Go to Manage > App registration > New registration and enter a name for your application.
  4. 4For supported account types, choose the appropriate option based on your application needs. For redirect URI, select Web and enter your redirect URL.
  5. 5Click Register.
  6. 6Go to the newly registered application's overview page.
  7. 7Go to Manage > Authentication and add the redirect URIs if you haven't already.
  8. 8In the Implicit grant section, enable Access tokens and ID tokens.
  9. 9Go to Manage > API permissions > Add a permission and select Microsoft Graph.
  10. 10Choose Delegated permissions and select necessary permissions, such as User.Read, email, offline\_access, openid, and profile and click Add permissions.
  11. 11On the application's overview page, copy the Application (client) ID.
  12. 12Go to Manage > Certificates & secrets > Client secrets and click New client secret as shown in the following image:
  13. The image shows the Client secrets section.
  14. 13Enter a description and select an expiration date and click Add.
  15. 14Copy the value of the new client secret. It will not be displayed again.
  16. 15Use the client ID and secret to connect your Microsoft Teams connector application to Azure.

Generate JWT token to configure Snowflake Cortex AI connector

To generate the JWT token for configuring the Snowflake Cortex AI connector, the following prerequisites must be met: