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

@@ -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.