Skip to content

Commit af7a270

Browse files
committed
docs(installing_deis): install Azure CLI
1 parent bc33750 commit af7a270

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/installing_deis/azure.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ Before you start, :ref:`get the Deis source <get_the_source>` and change directo
1212
while following this documentation.
1313

1414

15-
Install Python and Azure SDK for Python
16-
---------------------------------------
15+
Install Tools
16+
-------------
17+
18+
The cluster creation tool uses a Python script to generate a configuration file.
19+
This script uses PyYAML, a Python library, to do its work.
1720

18-
The cluster creation tool uses Python and the Python Azure library to create a CoreOS cluster.
1921
If you haven't already, install these on your development machine:
2022

2123
.. code-block:: console
2224
2325
$ brew install python
24-
$ sudo pip install azure pyyaml
26+
$ sudo pip install pyyaml
27+
28+
Additionally, we'll also need to install the `Azure CLI`_ from Microsoft.
2529

2630
Create CoreOS Cluster
2731
---------------------
@@ -95,6 +99,7 @@ Install Deis Platform
9599
Now that you've finished provisioning a cluster, please refer to :ref:`install_deis_platform` to
96100
start installing the platform.
97101

98-
.. _`Azure Resource Manager`: https://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/
102+
.. _`Azure CLI`: https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/
103+
.. _`Azure Resource Manager`: https://azure.microsoft.com/en-us/documentation/articles/resource-manager-deployment-model/
99104
.. _`contrib/azure`: https://github.com/deis/deis/tree/master/contrib/azure
100105
.. _`organizational account`: http://www.brucebnews.com/2013/04/the-difference-between-a-microsoft-account-and-an-office-365-account/

0 commit comments

Comments
 (0)