Skip to content

airahyusuff/gha-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GHA-course

Command to create service principal, for role-based access, with a contributor role (access to manage full resources but not admin-level), and scoped to a resource group (to limit to those resources), and with JSON output to grab details for Azure SDK authentication

az ad sp create-for-rbac --name <<name>> --role <<role_type>> --scopes <<resource id(s)>> --sdk-auth

Note: Didn't work for my bjss account (need root level permissions)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors