Skip to content
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

In templates, have option to override pre-tag name instead of using Resource Group name #12

Closed
Badgerati opened this issue May 16, 2017 · 0 comments
Milestone

Comments

@Badgerati
Copy link
Owner

When VMs, NIC/VNETs, etc. are all created, the default naming scheme is:

<resource_group_name>-<tag>[-nic/-vnet]

This is useful, but if the Resource Group name is long, or would look cluttered in the above format, then it's hardly ideal.

This issue is to introduce a parameter into the template files of "pretag", which if present will override the usage of the Resource Group name being used in all resource creation:

<pretag>-<tag>[-nic/-vnet]

This means, that if your group name were "test-web-rg" and you wanted a VM with tag "web", you'd get "test-web-web1" which looks a little silly. Whereas if you set the pretag to be "test" then you'd have "test-web1" which looks a little better!

@Badgerati Badgerati added this to the v0.3.1 milestone May 16, 2017
Badgerati added a commit that referenced this issue May 16, 2017
Resolves #12: option to override pre-tag name instead of using Resour…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant