📝 Update Azure docs and how to's

Add details on decomissioning and updated images
This commit is contained in:
Tania Allard
2019-10-21 11:43:48 +01:00
parent 4ad1fce42f
commit 285eb6d9ff
5 changed files with 16 additions and 6 deletions

View File

@@ -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 <https://azure.microsoft.com/services/virtual-machines/?WT.mc_id=TLJH-github-taallard>`_.
.. _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.