Complete Azure instructions
BIN
docs/images/providers/azure/add-vm.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
docs/images/providers/azure/azure-vms.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
docs/images/providers/azure/backup-vm.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
docs/images/providers/azure/create-vm.png
Normal file
|
After Width: | Height: | Size: 109 KiB |
BIN
docs/images/providers/azure/delete-vm.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
docs/images/providers/azure/deployed-vm.png
Normal file
|
After Width: | Height: | Size: 172 KiB |
BIN
docs/images/providers/azure/disk-vm.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
docs/images/providers/azure/ip-vm.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 85 KiB |
@@ -70,14 +70,15 @@ Customize the virtual machine
|
|||||||
.. image:: ../images/providers/azure/size-vm.png
|
.. image:: ../images/providers/azure/size-vm.png
|
||||||
:alt: Choose vm size
|
:alt: Choose vm size
|
||||||
|
|
||||||
|
|
||||||
* Settings
|
* Settings
|
||||||
* High Availability
|
* Availability options
|
||||||
* **Availability zone**. Make sure "None" is selected.
|
* Select no infrastructure redundancy required
|
||||||
* **Availability set**. Make sure "None" is selected.
|
|
||||||
* Storage
|
* Storage
|
||||||
* **Use managed disks**. Choose "yes"
|
* **Use managed disks**. Choose "yes"
|
||||||
* **OS disk size**. Select the appropriate size for your JupyterHub.
|
* **OS disk size**. Click on create and attach a new disk. Select an appropriate type and size and click ok.
|
||||||
|
|
||||||
|
.. image:: ../images/providers/azure/disk-vm.png
|
||||||
|
:alt: Choose disk size
|
||||||
* Network
|
* Network
|
||||||
* **Virtual network**. Do not change this.
|
* **Virtual network**. Do not change this.
|
||||||
* **Subnet**. Do not change this.
|
* **Subnet**. Do not change this.
|
||||||
@@ -89,11 +90,11 @@ Customize the virtual machine
|
|||||||
* Auto-Shutdown
|
* Auto-Shutdown
|
||||||
* **Enable auto-shutdown**. Choose "Off".
|
* **Enable auto-shutdown**. Choose "Off".
|
||||||
* Monitoring
|
* Monitoring
|
||||||
* **Boot diagnostics**. Choose "Enabled".
|
* **Boot diagnostics**. Choose "On".
|
||||||
* **Guest OS diagnostics**. Choose "Disabled".
|
* **OS guest diagnostics**. Choose "Disabled".
|
||||||
* **Diagnostics storage account**. Leave as teh default.
|
* **Diagnostics storage account**. Leave as the default.
|
||||||
* Managed service identity
|
* Managed service identity
|
||||||
* **Register with Azure Active Directory**. Choose "No".
|
* **System assigned managed identity**. Choose "No".
|
||||||
* Backup
|
* Backup
|
||||||
* **Backup**. Choose "Disabled".
|
* **Backup**. Choose "Disabled".
|
||||||
|
|
||||||
@@ -103,39 +104,43 @@ Customize the virtual machine
|
|||||||
|
|
||||||
* Summary -> confirm -> OK
|
* Summary -> confirm -> OK
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
* Confirm that it worked
|
* Confirm that it worked
|
||||||
* Wait for it to be created. Should take about 5-10 minutes.
|
* Wait for it to be created. This might take about 5-10 minutes.
|
||||||
* Go to "Virtual Machines", you should see it there.
|
* After completion you should see a similar screen to the one below:
|
||||||
|
|
||||||

|
.. image:: ../images/providers/azure/deployed-vm.png
|
||||||
|
:alt: Deployed vm
|
||||||
|
|
||||||
## SSH into your virtual machine
|
SSH into your virtual machine
|
||||||
|
------------------------------
|
||||||
|
|
||||||
* Click on **Virtual Machines** and then click on your recently-created VM.
|
* Click on go to resource (see image above)
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
* Copy the **Public IP address**
|
* Copy the **Public IP address**
|
||||||
|
|
||||||

|
.. image:: ../images/providers/azure/ip-vm.png
|
||||||
|
:alt: Get IP address
|
||||||
|
|
||||||
* Open a terminal on your local machine.
|
* Open a terminal on your local machine.
|
||||||
* SSH into your VM:
|
* SSH into your VM: ::
|
||||||
|
|
||||||
```bash
|
|
||||||
ssh <username>@<ip-address>
|
ssh <username>@<ip-address>
|
||||||
```
|
|
||||||
|
|
||||||
## Install JupyterHub
|
|
||||||
|
|
||||||
* Follow the guide at https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/custom.html#install-custom
|
where the username is the one you chose in the Settings step.
|
||||||
|
|
||||||
## (optional) Delete your virtual machine
|
Install JupyterHub
|
||||||
|
===================
|
||||||
|
|
||||||
|
* Follow the guide at `https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/custom.html#install-custom <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/custom.html#install-custom>`_
|
||||||
|
|
||||||
|
(optional) Delete your virtual machine
|
||||||
|
=======================================
|
||||||
|
|
||||||
* Go to "Virtual Machines"
|
* Go to "Virtual Machines"
|
||||||
* Click your machine name
|
* Click on your machine name
|
||||||
* Click on "Stop" to stop the machine temporarily, or "Delete" to delete it permanently.
|
* Click on "Stop" to stop the machine temporarily, or "Delete" to delete it permanently.
|
||||||
|
|
||||||

|
.. image:: ../images/providers/azure/delete-vm.png
|
||||||
|
:alt: Delete vm
|
||||||
|
|||||||