Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions articles/bot-builder-tools-az-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ az bot [command]
```
|Commands| |
|----|----|
| create |add a resource|
| delete |clone a resource|
| download | download the bot source code|
| publish |publish to an existing bot service|
| show |show existing bot resources.|
| update| Update an existing bot Service|
| create |Create a new bot|
| delete |Delete an existing bot|
| download |Download an existing bot|
| publish |Publish to a bot's associated app service|
| show |Get an existing bot|
| update|Update an existing bot|

To create a new bot from the CLI, you need to select an existing [resource group](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview), or create a new one.

Expand Down