You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/bot-builder-deploy-az-cli.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: kamrani
8
8
ms.topic: get-started-article
9
9
ms.service: bot-service
10
10
ms.subservice: abs
11
-
ms.date: 12/13/2018
11
+
ms.date: 12/14/2018
12
12
---
13
13
14
14
# Deploy your bot using Azure CLI
@@ -17,19 +17,16 @@ ms.date: 12/13/2018
17
17
18
18
After you have created your bot and tested it locally, you can deploy it to Azure to make it accessible from anywhere. Deploying your bot to Azure will involve paying for the services you use. The [billing and cost management](https://docs.microsoft.com/en-us/azure/billing/) article helps you understand Azure billing, monitor usage and costs, and manage your account and subscriptions.
19
19
20
-
In this article, we'll show you how to deploy C# and JavaScript bots to Azure using `msbot`tool. It would be useful to read this article before following the steps, so that you fully understand what is involved in deploying a bot.
20
+
In this article, we'll show you how to deploy C# and JavaScript bots to Azure using `az` and `msbot`cli. It would be useful to read this article before following the steps, so that you fully understand what is involved in deploying a bot.
21
21
22
22
## Prerequisites
23
23
24
24
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
- Install the latest version of the [Azure cli tool](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
27
26
- Install the latest `botservice` extension for the `az` tool.
28
27
- First, remove the old version using `az extension remove -n botservice` command. Next, use the `az extension add -n botservice` command to install the latest version.
29
-
- Install the latest version of the [MSBot](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/MSBot) tool.
30
-
- You'll need [LUIS CLI](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/LUIS#installation) if your bot includes LUIS or Dispatch resources.
31
-
- You'll need [QnA Maker CLI](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/QnAMaker#as-a-cli) if your bot includes QnA Maker resources.
32
-
- Install the latest [Bot Framework Emulator](https://aka.ms/Emulator-wiki-getting-started).
28
+
- Install latest version of the [MSBot](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/MSBot) tool.
29
+
- Install latest released version of [Bot Framework Emulator](https://aka.ms/Emulator-wiki-getting-started).
33
30
- Install and configure [ngrok](https://github.com/Microsoft/BotFramework-Emulator/wiki/Tunneling-%28ngrok%29).
34
31
- Knowledge of [.bot](v4sdk/bot-file-basics.md) file.
0 commit comments