Skip to content

Using Service Principal (spn)

Ahmed ElSayed edited this page Jan 6, 2015 · 1 revision

Follow this blog to create a service principal account on Azure. Make sure to add the Service Principal as an RBAC user to whatever you want to manage. That could be Subscription, ResourceGroup, or even just 1 site. You can either add the RBAC user using PowerShell or using ARMClient itself

once you have that, you can run

 ARMClient.exe spn [tenant] [appId] [appKey]
Clone this wiki locally