You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-ref-conceptual/authenticate-az-cli2.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,13 @@ az login -u <username> -p <password>
33
33
34
34
## Logging in with a service principal
35
35
36
-
Service principals are like user accounts to which you can apply rules using Azure Active Directory. Authenticating with a service principal is the best way to secure the usage of your Azure resources from either your scripts or applications that manipulate resources. You define the roles you want your users to have via the `az role` set of commands. You can learn more and see examples of service principal roles in our [az role reference articles](https://docs.microsoft.com/cli/azure/role.md).
36
+
Service principals are like user accounts to which you can apply rules using Azure Active Directory.
37
+
Authenticating with a service principal is the best way to secure the usage of your Azure resources
38
+
from either your scripts or applications that manipulate resources.
39
+
You define the roles you want your users to have via the `az role` set of commands.
40
+
You can learn more and see examples of service principal roles in our [az role reference articles](https://docs.microsoft.com/cli/azure/role.md).
41
+
42
+
1. If you don't already have a service principal, [create one](create-an-azure-service-principal.md).
0 commit comments