Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.95k stars 16.08k forks source link

ARM Templates - Create or select Service Principal UI page #5248

Open LordBoBCUP opened 5 years ago

LordBoBCUP commented 5 years ago

101-aks

Issue Details

I am having an impossible time working out how you can create a service principal, much like you see on the UI when deploying the Azure Kubernetes Service from the marketplace. I am trying to use the 101-aks template to customise my own solution for a turnkey demo/PoC environment and I cant figure out a way to display the create service principal or specify one screen using the existing ARM Templates and UI Definitions. Can someone please suggest how I can do this as part of my workflow. Point me to some documentation or something, so far ive discovered the manual way via the portal, via Powershell & CLI 2.0 but I cant integrate this with the ARM template workflow including the UI Definitions like you see when deploying the Microsoft supported version.

sivakumarduvvuru commented 5 years ago

You can try this.. https://blogs.msdn.microsoft.com/arsen/2016/05/11/how-to-create-and-test-azure-service-principal-using-azure-cli/

dtzar commented 5 years ago

This really isn't an issue with the templates. If you want it fully automated, you might want to use the suggested keyVault integration.