This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to use arm template generator to add field

{
"Name": "State",
"Definition": {
"Type": "TextField",
"Label": "IL",
"Description": "",
"DefaultValue": null,
"IsRequired": true,
"IsEnabled": true,
"Constraints": {
"MaxLength": -1,
"ForbiddenChars": [],
"ValidationRule": "",
"ValidationInformation": "",
"UniquenessConstraint": "",
"CreationRule": ""
}
}
}

I have this code in template generator file.json. Converted that to .template extension file and dropped in C:\ProgramData\protected-networks.com\8MAN\data\templates but the state is not being picked up when creating user. How should I modify this code?