updating docs

This commit is contained in:
Dmitry Shibanov
2020-01-24 14:39:47 +03:00
parent 5480c49649
commit e3da53b47d
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ Please use the issue templates to submit requests and bug reports related to the
If you need help with how to set up your workflow file or use a specific tool,
check out the [GitHub Actions Community Forum](https://github.community/t5/GitHub-Actions/bd-p/actions).
If you need help with how to build VM machine from source code, check out the [documentation](./help/CreateImageAndAzureResources.md).
## OS's offered
We currently offer Linux, macOS, and Windows virtual environments:

View File

@@ -8,4 +8,5 @@
1. 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 `.json` plus a query string. Note this URL. For now, it seems like there is an [Az CLI bug](https://github.com/Azure/azure-cli/issues/5899) with specifying the template through a URI. So download the template locally and note the path of the template file.
1. Generating the required Azure resources and creating the VM is automated [here](../helpers/CreateAzureVMFromPackerTemplate.ps1).
1. Building VM machines based on packer template is automated [here](../helpers/GenerateResourcesAndImage.ps1).
1. 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.