Create Service Principal from CreateUIDefinitions like the Microsoft AKS definition has

Copper Contributor

I am trying to create a one click setup of an application running on top of Microsoft AKS.

 

I want to create my UIDefinitions.json file, and I want it to have the option that Microsoft AKS wizard has which allows creation of a new service principal, and store the ID and securestring in a variable I can pass to my ARM template. However, I cannot find anything in the documentation that allows me to achieve that in the documentation (https://docs.microsoft.com/en-us/azure/managed-applications/create-uidefinition-overview) or the quick start templates on github.

How does one actually go about achieving this?

0 Replies