From e497509e510776a06e07124147f232c04d3201ea Mon Sep 17 00:00:00 2001 From: Kylie Liang Date: Wed, 31 Jan 2018 09:31:10 +0800 Subject: [PATCH] Update guide_azure.rst to include note about running ansible from within azure (#35441) * Update guide_azure.rst Add one more option to run Ansible in Azure * Minor edit --- docs/docsite/rst/guide_azure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/guide_azure.rst b/docs/docsite/rst/guide_azure.rst index 265965261f..f04b836451 100644 --- a/docs/docsite/rst/guide_azure.rst +++ b/docs/docsite/rst/guide_azure.rst @@ -21,6 +21,8 @@ root directory of the Ansible repo. $ pip install .[azure] +You can also directly run Ansible in [Azure Cloud Shell](https://shell.azure.com), where Ansible is pre-installed. + Authenticating with Azure -------------------------