Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details on creating Service Principal to Azure docs #641

Closed
lukehoban opened this issue Nov 5, 2018 · 2 comments
Closed

Add details on creating Service Principal to Azure docs #641

lukehoban opened this issue Nov 5, 2018 · 2 comments
Labels
area/docs Improvements or additions to documentation docs/providers kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@lukehoban
Copy link
Member

Best practice is to use a Service Principal for working with Azure via Pulumi. We should include documentation (or links to existing Azure docs) on how to do this in the Portal and/or az CLI.

@florianrusch
Copy link

florianrusch commented Mar 19, 2019

This should be also in the documentation:

Permissions to create a Applications for a Service Principals
To allow Pulumi to create new applications for a Service Principals you have to add the permission Read and write directory data from the Microsoft Graph API to the Pulumi Service Principal.

Permissions for destroying a Service Principal Passwort
To allow Pulumi to destroy the resource ServicePrincipalPassword from Azure, you have to add the permission Read and write all applications from the Windows Azure Active Directory API to the Pulumi Service Principal.

@bermudezmt bermudezmt added area/docs Improvements or additions to documentation docs/providers labels Jul 22, 2019
@lukehoban lukehoban added kind/enhancement Improvements or new features resolution/fixed This issue was fixed labels Oct 19, 2021
@lukehoban
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation docs/providers kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

3 participants