Skip to content

Commit 3dafca1

Browse files
authored
Fix deployment (#1206)
1 parent c5352ee commit 3dafca1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/bot-builder-deploy-az-cli.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: kamrani
88
ms.topic: get-started-article
99
ms.service: bot-service
1010
ms.subservice: abs
11-
ms.date: 12/13/2018
11+
ms.date: 12/14/2018
1212
---
1313

1414
# Deploy your bot using Azure CLI
@@ -17,19 +17,16 @@ ms.date: 12/13/2018
1717

1818
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.
1919

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.
2121

2222
## Prerequisites
2323

2424
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25-
- Install [.NET Core SDK](https://dotnet.microsoft.com/download) >=v2.2.
2625
- Install the latest version of the [Azure cli tool](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
2726
- Install the latest `botservice` extension for the `az` tool.
2827
- 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).
3330
- Install and configure [ngrok](https://github.com/Microsoft/BotFramework-Emulator/wiki/Tunneling-%28ngrok%29).
3431
- Knowledge of [.bot](v4sdk/bot-file-basics.md) file.
3532

0 commit comments

Comments
 (0)