diff --git a/README.rst b/README.rst index 276fdb9..4f98b84 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,7 @@ Ubuntu 18.04. We have a bunch of tutorials to get you started! - `Google Cloud `_ - `Jetstream `_ - `Amazon Web Services `_ + - `Microsoft Azure`_ - ... your favorite provider here, if you can contribute! - `Tutorial to install TLJH on an already running server you have root access to diff --git a/docs/howto/providers/azure.rst b/docs/howto/providers/azure.rst index e7417b2..e610203 100644 --- a/docs/howto/providers/azure.rst +++ b/docs/howto/providers/azure.rst @@ -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 =========================================== diff --git a/docs/index.rst b/docs/index.rst index 261a8f3..0171f2d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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`.