From c0b1a0b798c4681fbb5ea196278c6fbf1915f097 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Sat, 19 Oct 2019 16:34:12 +0100 Subject: [PATCH] :pencil: Update Azure docs Add note on resource group and fix typo --- docs/install/azure.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/install/azure.rst b/docs/install/azure.rst index fac50df..00a140f 100644 --- a/docs/install/azure.rst +++ b/docs/install/azure.rst @@ -52,7 +52,11 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt #. Customise the Virtual Machine basics: * **Subscription**. Choose the "Free Trial" if this is what you're using. Otherwise, choose a different plan. This is the billing account that will be charged. - * **Resource group**. Resource groups let you bundle components that you request from Azure. If you already have one you'd like to use it select that resource. + * **Resource group**. Resource groups let you keep your Azure tools/resources together in an availability region (e.g. WestEurope). If you already have one you'd like to use it select that resource. + .. note:: If you have never created a Resource Group, click on **Create new** + .. image:: ../images/providers/azure/new-rg.png + :alt: Create new resource group + * **Name**. Use a descriptive name for your virtual machine (note that you cannot use spaces or special characters). * **Region**. Choose a location near where you expect your users to be located. * **Availability options**. Choose "No infrastructure redundancy required". @@ -79,10 +83,13 @@ We will start by creating the Virtual Machine in which we can run TLJH (The Litt * Select a suitable image (to check available images and prices in your region `click on this link `_. #. Disks (Storage): - * **Disk options**: slect the OS disk type there are options for SDD and HDD. **SSD persistent disk** gives you a faster but more expensive disk than HDD. + * **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. * **Data disk**. Click on create and attach a new disk. Select an appropriate type and size and click ok. * Click "Next" + .. image:: ../images/providers/azure/create-disk.png + :alt:: Create and attach disk + .. image:: ../images/providers/azure/disk-vm.png :alt: Choose disk size