From 73ce9f83626df03f55b49d0931ee4fd3d3b460f3 Mon Sep 17 00:00:00 2001 From: Eyal Date: Tue, 3 Mar 2020 13:39:29 -0800 Subject: [PATCH] Add link for full command usage documentation --- AzureCli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AzureCli.md b/AzureCli.md index 078bc593c..e9d77653f 100644 --- a/AzureCli.md +++ b/AzureCli.md @@ -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.