-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to use custom ARM template to start machines #45
Comments
I'm very interested in this. Any news? |
@trzombie, we're still evaluating this feature request. Could you please specify what kind of resources you need to deploy via ARM template? |
Examples could be size of disk, additional data disk(s), forced shutdown time etc. In general I would like to have the possibility of using a full custom template, also because this can be stored in source control, versioned etc. Thanks |
In addition to trzombie's examples above my team would also use this for post-generation configuration tasks (such as joining the domain and updating time zones). Actually, with the use of the ARM template, we would likely use that to deploy the entire VM from a custom image and perform all post-generation configuration tasks. |
In the latest plugin builds you could specify custom ARM template to start virtual machines. Please let me know if you need any additional features related to that mode. |
@dtretyakov Great to see templates are now supported. Can you clarify whether you support deploying to a single resource group when using a template? For example, if I have an ARM template with a VM resource with the name 'agent' and a NIC resource with name 'agent-nic' and I tell the plugin to spin up two agents in the same resource group, how are you avoiding clashes of resource names? |
@tom-dudley, you could use |
@dtretyakov Thanks, I'll give that a go. I assume the generated VM name is based off the 'Name prefix' field. The description of |
Currently ARM plugin generates ARM templates internally and provides a limited set of customizations.
We can provide advanced mode for customers who needs to use their own custom ARM JSON templates.
The text was updated successfully, but these errors were encountered: