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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: AzureCli.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,10 @@
1
1
# Azure CLI
2
2
3
-
Botservice Extension is an Azure CLI extension that provides support for managing bots and channels on the Azure Bot Service.</br>
4
-
5
3
## Prerequisites
6
4
7
5
Get a [valid Azure subscription](https://azure.microsoft.com/en-us/free/).
8
6
Install the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
9
7
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`.
0 commit comments