Azure AD application adding a key via Powershell -
i'm trying add key in azure ad application using powershell. unfortunately try first azure cli, after research , stackoverflow answers figure out, cannot done.
i'm trying automate task link below via powershell: http://blog.davidebbo.com/2014/12/azure-service-principal.html
i'm following these steps: https://blogs.technet.microsoft.com/kv/2015/06/02/azure-key-vault-step-by-step/
is there way create/retrieve following things in powershell:
vaulturl, authclientid, authclientsecret.
the way find create aad application in powershell , keep record of key use graph api. way, generate key value myself , pass in explicitly, rather try capture in output.
script here: https://gist.github.com/bjh1977/0953b96e7148d6a845f5d331cb7206a5#file-createaadapplication-ps1
Comments
Post a Comment