diff --git a/docs/howto/providers/azure.rst b/docs/howto/providers/azure.rst index e610203..0ba9f05 100644 --- a/docs/howto/providers/azure.rst +++ b/docs/howto/providers/azure.rst @@ -5,7 +5,7 @@ Perform common Microsoft Azure configuration tasks ================================================== This page lists various common tasks you can perform on your -Microsoft Azure virtual machine. +`Microsoft Azure virtual machine `_. .. _howto/providers/azure/resize: @@ -13,12 +13,14 @@ Deleting or stopping your virtual machine =========================================== After you have finished using your TLJH 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 (e.g. storage and network) 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" +* Go to "Virtual Machines" on the left hand panel * Click on your machine name * Click on "Stop" to stop the machine temporarily, or "Delete" to delete it permanently. @@ -26,3 +28,11 @@ To do either of this: :alt: Delete vm .. note:: It is important to mention that even if you stop the machine you will still be charged for the use of the data disk. +If you no longer need the data storeg you can delete the resource group. + + +* Go to "Reosurce groups" on the left hand panel +* Click on your resource group +* Click on "Delete resource group" you will then be asked to confirm the operation. + + diff --git a/docs/images/providers/azure/azure-vms.png b/docs/images/providers/azure/azure-vms.png index 1507480..67d4d8d 100644 Binary files a/docs/images/providers/azure/azure-vms.png and b/docs/images/providers/azure/azure-vms.png differ diff --git a/docs/images/providers/azure/delete-vm.png b/docs/images/providers/azure/delete-vm.png new file mode 100644 index 0000000..40c2b61 Binary files /dev/null and b/docs/images/providers/azure/delete-vm.png differ diff --git a/docs/images/providers/azure/goto-vm.png b/docs/images/providers/azure/goto-vm.png index 2c0e139..282c60e 100644 Binary files a/docs/images/providers/azure/goto-vm.png and b/docs/images/providers/azure/goto-vm.png differ diff --git a/docs/install/azure.rst b/docs/install/azure.rst index 00a140f..53a6b40 100644 --- a/docs/install/azure.rst +++ b/docs/install/azure.rst @@ -29,7 +29,7 @@ Step 1: Installing The Littlest JupyterHub We will start by creating the Virtual Machine in which we can run TLJH (The Littlest JupyterHub). #. Go to `Azure portal `_ and login with your Azure account. -#. Expand the left-hand panel, find the Virtual Machines tab and click on it. +#. Expand the left-hand panel by clicking on the ">>" button on the top left corner of your dashboard. Find the Virtual Machines tab and click on it. .. image:: ../images/providers/azure/azure-vms.png :alt: Virtual machines on Azure portal @@ -39,7 +39,7 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt .. image:: ../images/providers/azure/add-vm.png :alt: Add a new virtual machine -#. Select **Create VM from Marketplace** in the next sreen. This will display a new screen with all the optiond for Virtual Machines in Azure. +#. Select **Create VM from Marketplace** in the next sreen. This will display a new screen with all the options for Virtual Machines in Azure. .. image:: ../images/providers/azure/create-vm.png :alt: Create VM from the marketplace @@ -80,7 +80,7 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt .. note:: For more information about estimating memory, CPU and disk needs check `The memory section in the TLJH documentation `_ - * Select a suitable image (to check available images and prices in your region `click on this link `_. + * Select a suitable image (to check available images and prices in your region `click on this link `_). #. Disks (Storage): * **Disk options**: select the OS disk type there are options for SDD and HDD. **SSD persistent disk** gives you a faster but more expensive disk than HDD.