You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to let the user define custom tags. Up to 9 custom tags. Because Azure limit is 15 and we already use 6 tags for every object.
The custom tags should be applied to the VM and all related objects that are created during the app deploy
Add an attribute "Custom Tags" that will support the following syntax (comma separated list):
[TagName]=[TagValue], [TagName]=[TagValue]
Example:
Tag1=Val1, Tag2=Val2
validations - if the content of the attribute doesn't fit the above syntax we should fail the deploy of the app and throw a message to the user (output console) that the custom tags defined on this app were invalid. this should be shown both when deploying a single app or deploying apps as part of the Setup.
@alexazarh commented on Thu Oct 20 2016
We need to let the user define custom tags. Up to 9 custom tags. Because Azure limit is 15 and we already use 6 tags for every object.
The custom tags should be applied to the VM and all related objects that are created during the app deploy
Add an attribute "Custom Tags" that will support the following syntax (comma separated list):
[TagName]=[TagValue], [TagName]=[TagValue]
Example:
Tag1=Val1, Tag2=Val2
@TomerAdmon commented on Thu Dec 15 2016
validations - if the content of the attribute doesn't fit the above syntax we should fail the deploy of the app and throw a message to the user (output console) that the custom tags defined on this app were invalid. this should be shown both when deploying a single app or deploying apps as part of the Setup.
@alexazarh commented on Wed Dec 21 2016
Dont merge it to develop before we create a release branch
The text was updated successfully, but these errors were encountered: