@@ -12,7 +12,7 @@ This guide assumes you have full administrator privileges on Azure.
12
12
From the Azure Portal, navigate to the Virtual Machines Dashboard. Click Create,
13
13
and select creating a new Azure Virtual machine .
14
14
15
- <img src =" ../../images/platforms/azure/azure1.jpg " >
15
+ <img src =" ../../images/platforms/azure/azure1.jpg " alt = " Azure VM creation page " >
16
16
17
17
This will bring you to the ` Create a virtual machine ` page. Select the
18
18
subscription group of your choice, or create one if necessary.
@@ -22,26 +22,26 @@ of your choice. Change the region to something more appropriate for your current
22
22
location. For this tutorial, we will use the base selection of the Ubuntu Gen2
23
23
Image and keep the rest of the base settings for this image the same.
24
24
25
- <img src =" ../../images/platforms/azure/azure2.png " >
25
+ <img src =" ../../images/platforms/azure/azure2.png " alt = " Azure VM instance details " >
26
26
27
- <img src =" ../../images/platforms/azure/azure3.png " >
27
+ <img src =" ../../images/platforms/azure/azure3.png " alt = " Azure VM size selection " >
28
28
29
29
Up next, under ` Inbound port rules ` modify the Select ` inbound ports ` to also
30
30
take in ` HTTPS ` and ` HTTP ` .
31
31
32
- <img src =" ../../images/platforms/azure/azure4.png " >
32
+ <img src =" ../../images/platforms/azure/azure4.png " alt = " Azure VM inbound port rules " >
33
33
34
34
The set up for the image is complete at this stage. Click ` Review and Create ` -
35
35
review the information and click ` Create ` . A popup will appear asking you to
36
36
download the key pair for the server. Click
37
37
` Download private key and create resource ` and place it into a folder of your
38
38
choice on your local system.
39
39
40
- <img src =" ../../images/platforms/azure/azure5.png " >
40
+ <img src =" ../../images/platforms/azure/azure5.png " alt = " Azure VM key pair generation " >
41
41
42
42
Click ` Return to create a virtual machine ` . Your VM will start up!
43
43
44
- <img src =" ../../images/platforms/azure/azure6.png " >
44
+ <img src =" ../../images/platforms/azure/azure6.png " alt = " Azure VM deployment complete " >
45
45
46
46
Click ` Go to resource ` in the virtual machine and copy the public IP address.
47
47
You will need it to SSH into the virtual machine via your local machine.
@@ -100,12 +100,12 @@ First, run `coder template init` to create your first template. You’ll be give
100
100
a list of possible templates to use. This tutorial will show you how to set up
101
101
your Coder instance to create a Linux based machine on Azure.
102
102
103
- <img src =" ../../images/platforms/azure/azure9.png " >
103
+ <img src =" ../../images/platforms/azure/azure9.png " alt = " Coder CLI template init " >
104
104
105
105
Press ` enter ` to select ` Develop in Linux on Azure ` template. This will return
106
106
the following:
107
107
108
- <img src =" ../../images/platforms/azure/azure10.png " >
108
+ <img src =" ../../images/platforms/azure/azure10.png " alt = " Coder CLI template init " >
109
109
110
110
To get started using the Azure template, install the Azure CLI by following the
111
111
instructions
0 commit comments