mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix indent problem line 82
This commit is contained in:
@@ -37,7 +37,7 @@ Choose your Virtual Machine operating system
|
|||||||
#. Select Create VM from Marketplace
|
#. Select Create VM from Marketplace
|
||||||
.. image:: ../images/providers/azure/create-vm.png
|
.. image:: ../images/providers/azure/create-vm.png
|
||||||
:alt: Create from the marketplace
|
:alt: Create from the marketplace
|
||||||
|
|
||||||
* **Choose an Ubuntu server for your VM**.
|
* **Choose an Ubuntu server for your VM**.
|
||||||
* Click `Ubuntu Server`
|
* Click `Ubuntu Server`
|
||||||
* Click `Ubuntu Server 18.04 LTS`
|
* Click `Ubuntu Server 18.04 LTS`
|
||||||
@@ -79,6 +79,7 @@ Customize the virtual machine
|
|||||||
|
|
||||||
.. image:: ../images/providers/azure/disk-vm.png
|
.. image:: ../images/providers/azure/disk-vm.png
|
||||||
:alt: Choose disk size
|
: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.
|
||||||
@@ -101,10 +102,8 @@ Customize the virtual machine
|
|||||||
.. image:: ../images/providers/azure/backup-vm.png
|
.. image:: ../images/providers/azure/backup-vm.png
|
||||||
:alt: Choose VM Backup
|
:alt: Choose VM Backup
|
||||||
|
|
||||||
|
|
||||||
* Summary -> confirm -> OK
|
* Summary -> confirm -> OK
|
||||||
|
|
||||||
|
|
||||||
* Confirm that it worked
|
* Confirm that it worked
|
||||||
* Wait for it to be created. This might take about 5-10 minutes.
|
* Wait for it to be created. This might take about 5-10 minutes.
|
||||||
* After completion, you should see a similar screen to the one below:
|
* After completion, you should see a similar screen to the one below:
|
||||||
@@ -119,15 +118,14 @@ SSH into your virtual machine
|
|||||||
|
|
||||||
* Copy the **Public IP address**
|
* Copy the **Public IP address**
|
||||||
|
|
||||||
.. image:: ../images/providers/azure/ip-vm.png
|
.. image:: ../images/providers/azure/ip-vm.png
|
||||||
:alt: Get IP address
|
: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: ::
|
||||||
|
|
||||||
ssh <username>@<ip-address>
|
ssh <username>@<ip-address>
|
||||||
|
|
||||||
|
|
||||||
where the username is the one you chose in the Settings step.
|
where the username is the one you chose in the Settings step.
|
||||||
|
|
||||||
Install JupyterHub
|
Install JupyterHub
|
||||||
@@ -143,4 +141,4 @@ Install JupyterHub
|
|||||||
* 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
|
.. image:: ../images/providers/azure/delete-vm.png
|
||||||
:alt: Delete vm
|
:alt: Delete vm
|
||||||
|
|||||||
Reference in New Issue
Block a user