Azure / azure-resource-manager-schemas

Schemas used to author and validate Resource Manager Templates. These schemas power the intellisense and syntax completion in our ARM Tools VSCode extension, as well as the Export Template API
MIT License
611 stars 517 forks source link

CreateUiDefinition: How to create Button ? #1684

Closed sarthakvijayvergiya closed 3 years ago

sarthakvijayvergiya commented 3 years ago

How can we add button like 'Find Device' shown below image ? image

sarthakvijayvergiya commented 3 years ago

@quinn-mchugh @anthony-c-martin Can you help me ?

QuinnMcHugh commented 3 years ago

@sarthakvijayvergiya There's no ability in CreateUiDefinition to add buttons. The list of ready-made controls available can be seen here: https://docs.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/create-uidefinition-elements

sarthakvijayvergiya commented 3 years ago

@quinn-mchugh @QuinnMcHugh Thanks for the promptly response, but then how the partners are using in marketplace templates and there are many I am attaching few for your reference.. Is there any other latest schema exist ?

image

https://portal.azure.com/#create/1604376875527.wedx-iot-edge-noderedplan-nodered-node12-iot-edge https://portal.azure.com/#create/azure-media-services.live-video-analytics-edgelive-video-analytics-edge https://portal.azure.com/#create/aveva.iotviewmoduleiotview

QuinnMcHugh commented 3 years ago

These Marketplace offers aren't using no-code CreateUiDefinition for their solution. The publishers have created a Portal extension and written custom code (HTML/JS) to obtain this behavior. For further Portal or CreateUiDefinition questions, I'm adding @garykeong who is the owner for this area

sarthakvijayvergiya commented 3 years ago

Thanks @QuinnMcHugh for the useful information.