diff --git a/docs/howto/providers/azure.rst b/docs/howto/providers/azure.rst new file mode 100644 index 0000000..100571d --- /dev/null +++ b/docs/howto/providers/azure.rst @@ -0,0 +1,17 @@ + +Deleting or stopping your virtual machine +======================================= + +After you have finished using your LTJH you might wanto to either Stop or completely delete the Virtual Machine to avoid incurring in subsequent costs. + +The difference between these two approaches is that **Stop** will keep the VM resources but will effectively stop any compute / runtime activities. +If you choose to delete the VM then all the resources associated with it will be wiped out. + +To do either of this: + +* Go to "Virtual Machines" +* Click on your machine name +* Click on "Stop" to stop the machine temporarily, or "Delete" to delete it permanently. + + .. image:: ../../images/providers/azure/delete-vm.png + :alt: Delete vm diff --git a/docs/images/providers/azure/ip-vm.png b/docs/images/providers/azure/ip-vm.png new file mode 100644 index 0000000..c249623 Binary files /dev/null and b/docs/images/providers/azure/ip-vm.png differ diff --git a/docs/install/azure.rst b/docs/install/azure.rst index 866fd3d..b82d869 100644 --- a/docs/install/azure.rst +++ b/docs/install/azure.rst @@ -137,11 +137,13 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt .. image:: ../images/providers/azure/goto-vm.png :alt: Go to VM -#. Check if the installation is complete by **copying** the **External IP** - of your server, and trying to access it with a browser. Do **not click** on the - IP - this will open the link with HTTPS, and will not work. +#. Check if the installation is complete by **copying** the **Public IP address** + of your virtual machine, and trying to access it with a browser. - Accessing the JupyterHub will also fail until the installation is complete, + .. image:: ../images/providers/azure/IP-vm.png + :alt: Public IP address + + Note that accessing the JupyterHub will fail until the installation is complete, so be patient. #. When the installation is complete, it should give you a JupyterHub login page. @@ -153,7 +155,7 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt strong password & note it down somewhere, since this will be the password for the admin user account from now on. -#. Congratulations, you have a running working JupyterHub! +#. Congratulations, you have a running working JupyterHub! 🎉 Step 2: Adding more users ==========================