Publishing a Bot to Azure Web App with Existing Azure Resources - Step by Step Guide

Step-by-Step Guide to Publishing a Bot to Azure Web App with Existing Azure Resources

Question

You have existing Azure resources such as Bot channels, Cosmos DB, Blob storage, LUIS and QnA service.

You plan to publish your bot to Azure Web App by importing existing Azure resources.

Review the steps below and sequence in the correct order or execution: Step A: Select “Manage profiles” in the “Publish target” section Step B: Select the publish tab in “Publish your bot” pane Step C: In the Composer menu, select Publish Step D: Select import existing Azure resources Step E: Add profile by providing profile name and profile target as “Publish bot to Azure” Step F: Select “Publish selected bots” by choosing “bot” and “Publish target” Step G: Select the bot that you want to publish.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: C

Here is the correct order of the execution steps: In the Composer menu, select Publish.

Select the publish tab in “Publish your bot” pane.

Select the bot that you want to publish.

Add profile by providing profile name and profile target as “Publish bot to Azure”

Select “Manage profiles” in the “Publish target” section.

Select import existing Azure resources.

Select “Publish selected bots” by choosing “bot” and “Publish target”

Given the order of steps in the explanation above,

Option A is incorrect.

Given the order of steps in the explanation above, Option B is incorrect.

Given the order of steps in the explanation above, Option C is correct.

Given the order of steps in the explanation above, Option D is incorrect.

Reference:

To learn more about publishing your bot to Azure, use the link given below:

The correct sequence of steps to import existing Azure resources and publish a bot to Azure Web App is:

B. Step G -> Step B -> Step D -> Step A -> Step E -> Step C -> Step F

Here's a detailed explanation of each step:

Step G: Select the bot that you want to publish. In this step, you need to select the bot that you want to publish from the list of existing bots that you have created in Composer.

Step B: Select the publish tab in “Publish your bot” pane After selecting the bot, you need to click on the "Publish" tab in the "Publish your bot" pane. This will open up the publishing options.

Step D: Select import existing Azure resources In this step, you need to select the option to import existing Azure resources. This will allow you to use the Azure resources that you have already created, such as Bot channels, Cosmos DB, Blob storage, LUIS, and QnA service.

Step A: Select “Manage profiles” in the “Publish target” section Next, you need to select "Manage profiles" in the "Publish target" section. This will allow you to create a new publishing profile or modify an existing one.

Step E: Add profile by providing profile name and profile target as “Publish bot to Azure” In this step, you need to add a new profile by providing a profile name and selecting the profile target as "Publish bot to Azure". This will create a new publishing profile that you can use to publish your bot.

Step C: In the Composer menu, select Publish After creating the publishing profile, you need to select "Publish" in the Composer menu. This will publish the bot using the publishing profile that you created in the previous step.

Step F: Select “Publish selected bots” by choosing “bot” and “Publish target” Finally, you need to select "Publish selected bots" by choosing the bot and the publishing target that you want to use. This will publish the bot to Azure Web App using the selected Azure resources.

In summary, the correct sequence of steps to import existing Azure resources and publish a bot to Azure Web App is: G -> B -> D -> A -> E -> C -> F.