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
This commit is contained in:
Kylie Liang 2018-01-31 09:31:10 +08:00 committed by scottb
parent fec85a42a6
commit e497509e51

View file

@ -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
-------------------------