-
Notifications
You must be signed in to change notification settings - Fork 4
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
Template Specs ignore UI definition? #58
Comments
This was answered on twitter, but want to close the loop here. We built support for this into the templateSpec API, but have not finished the portal support to read this UiDefinition if it is provided. Our current ETA is that this will be completed in about a month. cc @apclouds |
I'm eagerly awaiting the release of this. It's the #1 most requested feature among our customers. Most administrators prefer to have a nice GUI they can click through, and as a consultant I haven't been able to deliver anything for them because this was missing. |
I'd like to second peter-bertoks comment... |
Is there any update on the progress of this feature? |
Guys, can we get an updated on this Issue? |
Just received an ETA that portal support for custom UiDefinition will be available at the end of September. |
@alex-frankel later than hoped but thanks for the update all the same! |
@alex-frankel will it be available in the preview portal before then for testing? |
More than likely, but I don't know for sure at this point. As soon as it's publicly available for use, we will let this thread know. |
Yes, the schema is being tweaked slightly. The docs are not yet available, but if you are very eager you can take a look at the PR for what the schema will be: |
The feature seems to be implemented into Production Portal now, however i still get the above mentioned error... thanks a lot |
The goal is to have docs available by the end of the month |
I managed to get it working: One thing I noticed is that it still shows the "Azure Marketplace Terms" acceptance form, which shouldn't be there for Template Specs. Some other features I'd love to see are:
|
My understanding is this is shown for all custom template deployments. It should also be there if you click a "Deploy to Azure" button in GitHub for example. Definitely would be great to add What-if output (nicely visualized) to this experience. Custom icons for TemplateSpecs is also an interesting idea. Do you mind making a separate issue to keep track of that? |
any update on this? |
Docs are still not done. In the meantime, you can try going to https://aka.ms/form/sandbox which has both a UiForm generator and a converter for an existing createUiDefiniton. |
Adding this here for internal tracking of general documentation for UiForm: https://msazure.visualstudio.com/DefaultCollection/One/_workitems/edit/8654127 |
Here is the doc: Going to close this for now. Let us know if you run into any issues. |
Hey guys, sorry for the necro but can someone comment on whether the ARM syntax that populates in the form actually resolves correctly when applied? So, if we have a resource group in "Central US" the following will resolve properly.
|
If you have a question specific to UI Form Definition, I would open an issue here: |
@alex-frankel not sure if I'm missing something here:
Published a template spec using set-aztemplatespec and the uidefinitionfile parameter. Debug shows it loaded fine:
etc...
However when I go to deploy the template spec, it completely ignores it, it seems.

Am I missing something? This is supported right?
The text was updated successfully, but these errors were encountered: