mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
994 B
994 B
Build an image.
Create required Azure resources and generate an image
- Generating required Azure resources and running a packer build for a targeted image is automated here.
Create a VM based on the template created by Packer
- At the end of the output from running Packer above is a URL to the VM resource template with a read access token. It ends with
.jsonplus a query string. Note this URL. For now, it seems like there is an Az CLI bug with specifying the template through a URI. So download the template locally and note the path of the template file. - Generating the required Azure resources and creating the VM is automated here.
- After the VM is created, remote into it using its public IP address. You can test the installed tools or install the Azure Pipelines agent and connect it to your Azure DevOps organization.