CreateUIDefinition output as array

Chris Gordon 1 Reputation point
2022-06-10T13:56:40.267+00:00

How can you make a CreateUIIDefinition element output be an array. My ARM template has a parameter that is an array but, none of the CreateUIDefinition elements seem to have an output as an array.

This document: https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/create-ui-definition-collection-functions seems to indicate that it's possible as it discusses multiple times in the article of functions working with arrays.

Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
113 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Chris Gordon 1 Reputation point
    2022-06-10T15:18:56.263+00:00

    Never mind, I found that the editable grid element will output as an array of objects so my solution was to simply have one column in an editable grid as an input element.