Skip to content

Commit f141217

Browse files
authored
Release 'live' 04-02-2019 (MicrosoftDocs#1402)
1 parent 8d8b197 commit f141217

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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: 03/30/2019
11+
ms.date: 04/02/2019
1212
---
1313

1414
# Deploy your bot
@@ -20,9 +20,8 @@ After you have created your bot and tested it locally, you can deploy it to Azur
2020
In this article, we'll show you how to deploy C# and JavaScript bots to Azure. 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
23-
24-
- Install latest version of the [msbot](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/MSBot) tool.
25-
- A [CSharp](./dotnet/bot-builder-dotnet-sdk-quickstart.md) or [JavaScript](./javascript/bot-builder-javascript-quickstart.md) bot that you have developed on your local machine.
23+
- If you don't have an [Azure subscription](http://portal.azure.com), create a free account before you begin.
24+
- A [**CSharp**](./dotnet/bot-builder-dotnet-sdk-quickstart.md) or [**JavaScript**](./javascript/bot-builder-javascript-quickstart.md) bot that you have developed on your local machine.
2625

2726
## 1. Prepare for deployment
2827
The deployment process requires a target Web App Bot in Azure so that your local bot can be deployed into it. The target Web App Bot and the resources that are provisioned with it in Azure are used by your local bot for deployment. This is necessary because your local bot does not have all the required Azure resources provisioned. When you create a target Web App bot, the following resources are provisioned for you:

0 commit comments

Comments
 (0)