-
Notifications
You must be signed in to change notification settings - Fork 20
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 resource tagging #60
Comments
@dtretyakov |
@btdevopsteam, @konste, could you try to use Custom ARM Templates to tag required resources while deployment? Do you need to specify tag key/value pairs per cloud image? |
@dtretyakov we probably could, but it looks like a major overkill for the purpose. All we really need is a way to specify a few key=value strings (comma separated would do) per Cloud Profile. |
@konste, ok, will consider adding custom tags option. @btdevopsteam, you should select Image Type as |
Noted with thanks, let us give it a try and update you early next week |
It works 👍 We are able to add custom tags to via template, thanks! |
Would be possible to have a variable for the VM password? Otherwise we would have to put it in clear withing the template, which is somewhat insecure Thanks! |
@btdevopsteam, we could do that as part of issue "Template deployment parameters" #63 once TeamCity core will support project parameters in cloud profiles. |
Sounds good Thanks! |
@dtretyakov
Thank you for your enhancement in #36
Another great enhancement would be to allow resources to be automatically tagged when they are being spawned
The text was updated successfully, but these errors were encountered: