Skip to content

Commit 22f003d

Browse files
lauren-millsivorb
authored andcommitted
Update bot-builder-enterprise-template-deployment.md (#1232)
Update to remove "az extension" step. Latest msbot version no longer requires the botservice extension.
1 parent 3f850e2 commit 22f003d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/v4sdk/bot-builder-enterprise-template-deployment.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ npm install -g ludown luis-apis qnamaker botdispatch msbot chatdown
2929

3030
- Install the Azure Command Line Tools (CLI) from [here](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). If you already have the Azure Bot Service command line (CLI) tool installed, make sure you update it to the latest version by uninstalling your current version and then installing the new one.
3131

32-
- Install the AZ Extension for Bot Service
33-
```shell
34-
az extension add -n botservice
35-
```
32+
> With msbot 4.3.2 and later, the only AZ CLI prerequisite is having an AZ CLI version >= 2.0.53. If you have the botservice extension installed as well, please remove this via "az extension remove --name botservice".
3633
3734
- Install the LUISGen tool
3835

0 commit comments

Comments
 (0)