Minor azure doc cleanup

- Change title of azure config howto
- Link to azure docs from README
- Keep all the cloud provider links together in the
  documentation index
This commit is contained in:
yuvipanda
2019-05-29 11:17:49 -07:00
parent cebeff736f
commit 236781d44d
3 changed files with 12 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ Ubuntu 18.04. We have a bunch of tutorials to get you started!
- `Google Cloud <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/google.html>`_
- `Jetstream <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/jetstream.html>`_
- `Amazon Web Services <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/amazon.html>`_
- `Microsoft Azure<https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/azure.html>`_
- ... your favorite provider here, if you can contribute!
- `Tutorial to install TLJH on an already running server you have root access to

View File

@@ -1,3 +1,13 @@
.. _howto/providers/azure:
==================================================
Perform common Microsoft Azure configuration tasks
==================================================
This page lists various common tasks you can perform on your
Microsoft Azure virtual machine.
.. _howto/providers/azure/resize:
Deleting or stopping your virtual machine
===========================================

View File

@@ -33,8 +33,8 @@ We have a bunch of tutorials to get you started.
install/jetstream
install/google
install/amazon
install/custom-server
install/azure
install/custom-server
Once you are ready to run your server for real,
it's a good idea to proceed directly to :doc:`howto/admin/https`.