nerdexam
MicrosoftMicrosoft

AI-102 · Question #78

AI-102 Question #78: Real Exam Question with Answer & Explanation

The correct answer is C: appId. Create the Azure resources required to support your bot Your will need to create an Azure application registration to give your bot an identity it can use to access resources, and a bot application service to host the bot. Register an Azure app You can create the application regi

Submitted by zhang_li· Mar 30, 2026Implement conversational AI solutions

Question

You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service. You plan to deploy the bot to Azure. You register the bot by using the Bot Channels Registration service. Which two values are required to complete the deployment? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AbotId
  • BtenantId
  • CappId
  • DobjectId
  • EappSecret

Explanation

Create the Azure resources required to support your bot Your will need to create an Azure application registration to give your bot an identity it can use to access resources, and a bot application service to host the bot. Register an Azure app You can create the application registration by using the az ad app create Azure command-line interface (CLI) command, specifying a display name and password for your app identity. This command registers the app and returns its registration information, including a unique application ID that you will need in the following step. Create a bot application service Your bot requires a Bot Channels Registration resource, along with associated application service and application service plan. To create these resources, you can use the Azure resource deployment templates provided with the Bot Framework SDK template you used to create your bot. Just run the az deployment group create command, referencing the deployment template and specifying your bot application registration's ID (from the az ad app create command output) and the password you specified. https://docs.microsoft.com/en-gb/learn/modules/design-bot-conversation-flow/5-deploy-bot

Topics

#Azure Bot Service deployment#Bot Framework SDK#Application registration#App authentication credentials

Community Discussion

No community discussion yet for this question.

Full AI-102 PracticeBrowse All AI-102 Questions