Fix .rst
This commit is contained in:
Tania Allard
2019-05-22 09:55:01 +01:00
parent 31d4f5c8d3
commit 0a3a2d39ae
2 changed files with 13 additions and 12 deletions

View File

@@ -3,7 +3,6 @@ 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. 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. 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. If you choose to delete the VM then all the resources associated with it will be wiped out.

View File

@@ -58,16 +58,20 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt
* **Authentication type**. Change authentication type to "password". * **Authentication type**. Change authentication type to "password".
* **Username**. Choose a memorable username, this will be your "root" user and you'll need it later on. * **Username**. Choose a memorable username, this will be your "root" user and you'll need it later on.
* **Password**. Type in a password, this will be used later for admin access so make sure it is something memorable. * **Password**. Type in a password, this will be used later for admin access so make sure it is something memorable.
.. image:: ../images/providers/azure/password-vm.png .. image:: ../images/providers/azure/password-vm.png
:alt: Add password to VM :alt: Add password to VM
* **Login with Azure Active Directory**. Choose "Off" (usually the default) * **Login with Azure Active Directory**. Choose "Off" (usually the default)
* **Inbound port rules**. Leave the defaults for now and we will update these later on in the Network configuration step. * **Inbound port rules**. Leave the defaults for now and we will update these later on in the Network configuration step.
#. Before clicking on "Next" we need to select the RAM size for the image. #. Before clicking on "Next" we need to select the RAM size for the image.
* For this we need to make sure we have enough RAM to accommodate your users. For example, if each user needs 2GB of RAM, and you have 10 total users, you need at least 20GB of RAM on the machine. It's also good to have a few GB of "buffer" RAM beyond what you think you'll need. * For this we need to make sure we have enough RAM to accommodate your users. For example, if each user needs 2GB of RAM, and you have 10 total users, you need at least 20GB of RAM on the machine. It's also good to have a few GB of "buffer" RAM beyond what you think you'll need.
* Click on **Change size** (see image below) * Click on **Change size** (see image below)
.. image:: ../images/providers/azure/size-vm.png .. image:: ../images/providers/azure/size-vm.png
:alt: Choose vm size :alt: Choose vm size
* Select a suitable image (to check available images and prices in your region `click on this link <https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/Canonical.UbuntuServer?tab=PlansAndPrice/?wt.mc_id=LTJH-github-taallard>`_. * Select a suitable image (to check available images and prices in your region `click on this link <https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/Canonical.UbuntuServer?tab=PlansAndPrice/?wt.mc_id=LTJH-github-taallard>`_.
#. Disks (Storage): #. Disks (Storage):
@@ -85,8 +89,10 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt
* **Public IP address**.Leave the default values selected. This will make your server accessible from a browser. * **Public IP address**.Leave the default values selected. This will make your server accessible from a browser.
* **Network Security Group**. Choose "Basic" * **Network Security Group**. Choose "Basic"
* **Public inbound ports**. Check **HTTP**, **HTTPS**, and **SSH**. * **Public inbound ports**. Check **HTTP**, **HTTPS**, and **SSH**.
.. image:: ../images/providers/azure/networking-vm.png .. image:: ../images/providers/azure/networking-vm.png
:alt: Choose networking ports :alt: Choose networking ports
#. Management #. Management
* Monitoring * Monitoring
* **Boot diagnostics**. Choose "On". * **Boot diagnostics**. Choose "On".
@@ -137,23 +143,19 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt
.. image:: ../images/providers/azure/goto-vm.png .. image:: ../images/providers/azure/goto-vm.png
:alt: Go to VM :alt: Go to VM
#. Check if the installation is complete by **copying** the **Public IP address** #. Check if the installation is complete by **copying** the **Public IP address** of your virtual machine, and trying to access it with a browser.
of your virtual machine, and trying to access it with a browser.
.. image:: ../images/providers/azure/IP-vm.png .. image:: ../images/providers/azure/IP-vm.png
:alt: Public IP address :alt: Public IP address
Note that accessing the JupyterHub will fail until the installation is complete, Note that accessing the JupyterHub will fail until the installation is complete, so be patient.
so be patient.
#. When the installation is complete, it should give you a JupyterHub login page. #. When the installation is complete, it should give you a JupyterHub login page.
.. image:: ../images/first-login.png .. image:: ../images/first-login.png
:alt: JupyterHub log-in page :alt: JupyterHub log-in page
#. Login using the **admin user name** you used in step 6, and a password. Use a #. Login using the **admin user name** you used in step 6, and a password. Use a strong password & note it down somewhere, since this will be the password for the admin user account from now on.
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! 🎉