Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link for full command usage documentation #636

Merged
merged 1 commit into from
Mar 3, 2020
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
3 changes: 3 additions & 0 deletions AzureCli.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ To remove a channel from a bot, use `az bot directline delete`.
These are the known issues and limitations that the CLI has right now.
1) Creation of msa app id and password is not supported for hotmail.com accounts.
2) `az bot publish` fails for a c# solution , when the project is open in visual studio. To work around this for now, please close the solution before doing a publish.

# See Also
* Refer to [az bot](https://docs.microsoft.com/en-us/cli/azure/bot?view=azure-cli-latest) for complete command usage documentation.