Podcast
Questions and Answers
What should you click on from the 'Settings' tab of your bot in the Azure portal to generate a secret?
What should you click on from the 'Settings' tab of your bot in the Azure portal to generate a secret?
- Microsoft App ID
- Manage passwords
- Certificates & secrets (correct)
- Add an app
Where can you find the 'Certificates & secrets' if you search 'Azure Active Directory' in the Azure portal?
Where can you find the 'Certificates & secrets' if you search 'Azure Active Directory' in the Azure portal?
- In the 'OAuth settings'
- In the 'Add an app' section
- In the 'Settings' tab (correct)
- In the 'Manage passwords' section
What type of platform should you choose when adding a new platform in the Microsoft Application Registration Portal?
What type of platform should you choose when adding a new platform in the Microsoft Application Registration Portal?
- Mobile
- Desktop
- Server
- Web (correct)
What type of request should you make to obtain an access token using the endpoint provided?
What type of request should you make to obtain an access token using the endpoint provided?
What should you set as the 'grant_type' parameter in the request body to obtain an access token?
What should you set as the 'grant_type' parameter in the request body to obtain an access token?
What should you include in the request body as the 'scope' parameter to obtain an access token?
What should you include in the request body as the 'scope' parameter to obtain an access token?
What type of request should you make to send a message using the Bot Framework API?
What type of request should you make to send a message using the Bot Framework API?
Where can you find the conversationId and recipientId to store for sending messages to users?
Where can you find the conversationId and recipientId to store for sending messages to users?
What should act as the webhook to receive incoming activities from the Bot Framework API?
What should act as the webhook to receive incoming activities from the Bot Framework API?
What should you do to obtain the conversationId and recipientId of the user when the user interacts with the Bot?
What should you do to obtain the conversationId and recipientId of the user when the user interacts with the Bot?
What should you do to send a message back to the user using the conversationId and recipientId?
What should you do to send a message back to the user using the conversationId and recipientId?
What should you use to send adaptative cards?
What should you use to send adaptative cards?
What should you search for in the Azure portal to register your bot?
What should you search for in the Azure portal to register your bot?
Where can you find the 'Microsoft App ID' after registering your bot?
Where can you find the 'Microsoft App ID' after registering your bot?
What is the first step to start talking to users with a bot on Teams?
What is the first step to start talking to users with a bot on Teams?
Where can you find the documentation to explain how to create a bot with Azure and configure it to send messages to users on Teams?
Where can you find the documentation to explain how to create a bot with Azure and configure it to send messages to users on Teams?
What is the first step to register a bot with Azure Bot Service?
What is the first step to register a bot with Azure Bot Service?
Where can the 'Microsoft App ID' be found after registering the bot?
Where can the 'Microsoft App ID' be found after registering the bot?
What is required to be filled in after selecting 'Bot Channels Registration'?
What is required to be filled in after selecting 'Bot Channels Registration'?
Which link provides information about building cards in the developer portal?
Which link provides information about building cards in the developer portal?