You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/custom-images/cloud-custom-images.md
+21-3
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ runners:
187
187
188
188
## Azure Custom Images
189
189
190
-
For making custom images in Azure user needs to just capture an existing VM and create the image in a resource group.
190
+
For making custom images in Azure you need to just capture an existing VM and create the image in a resource group.
191
191
192
192
### Nginx Ubuntu custom image
193
193
@@ -208,13 +208,13 @@ Let's take an example of how to create a custom image on Azure. We will make a u
208
208
```
209
209
8. The above command shows all the custom images available on your Azure. It also shows "id" for all custom images. This is the parameter we use to make VM with a custom image.
210
210
211
-
### Azure custom image vm `.cirun.yml`
211
+
### Azure custom image VM `.cirun.yml`
212
212
213
213
The .cirun.yml for above custom image will look like
214
214
215
215
```yml
216
216
# Self-Hosted Github Action Runners on Azure via Cirun.io
In OpenStack only cirros image is provided by default, this image is not suitable for the runners to run the jobs. To build a custom image we need to download a cloud image and create an Openstack image from it. Here we will create a `ubuntu-20.04` cloud image.
0 commit comments