Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KristofferRisa/a16d15e1947d3d8dee2f6eef89eb48b2 to your computer and use it in GitHub Desktop.
Save KristofferRisa/a16d15e1947d3d8dee2f6eef89eb48b2 to your computer and use it in GitHub Desktop.
Get Azure Service Principal credentials
az ad sp create-for-rbac --name "myApp" --role contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} --sdk-auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment