Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit f3c0e26

Browse files
author
Eyal
authored
Bot is now integral to az, not an extension (#634)
* Bot is now integral to az, not an extension Removing line to install extension * further cleanup of installation notes
1 parent a0f5d40 commit f3c0e26

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

AzureCli.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
# Azure CLI
22

3-
Botservice Extension is an Azure CLI extension that provides support for managing bots and channels on the Azure Bot Service.</br>
4-
53
## Prerequisites
64

75
Get a [valid Azure subscription](https://azure.microsoft.com/en-us/free/).
86
Install the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
97

10-
## Installation
11-
Remove the azure bot extension if it's already installed.
12-
`az extension list`
13-
`az extension remove -n <extensionname>`
14-
Install the bot service extension as follows -
15-
`az extension add -n botservice`
16-
17-
**NOTE:** Please ensure you have Azure CLI version >= 2.0.45 installed to get the latest botservice extension. You can verify your AZ CLI version via `az -v`.
18-
198
# Managing a Bot
209

2110
## Creating a Bot

0 commit comments

Comments
 (0)