From e3da53b47d78f19295bb75d322f1da7090ece1ac Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 24 Jan 2020 14:39:47 +0300 Subject: [PATCH] updating docs --- README.md | 2 ++ help/CreateImageAndAzureResources.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 647416e83..cf8a7eb08 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/help/CreateImageAndAzureResources.md b/help/CreateImageAndAzureResources.md index 3684dfba9..6c6fd21f7 100644 --- a/help/CreateImageAndAzureResources.md +++ b/help/CreateImageAndAzureResources.md @@ -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. \ No newline at end of file