azure grant third party subscription deploy permissions -


i'm developing cloud service , clients able grant azure acount permissions programatically deploy application in account. there way of doing this?

for security reasons, don't want them create new account me. know can done in aws having trouble finding out how in azure.

you can use azure active directory create account or modify current account.

they give permission deploy across subscription or can give contributor access resource groups.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -