Skip to content

Commit 4f62a50

Browse files
committed
Add the SP article to the TOC and link to it
1 parent 7819fc7 commit 4f62a50

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs-ref-conceptual/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## [Install](install-az-cli2.md)
33
## [Get started](get-started-with-az-cli2.md)
44
## [Authenticate](authenticate-az-cli2.md)
5+
### [Create a service principal](create-an-azure-service-principal.md)
56
## [Output formats](format-output-az-cli2.md)
67
## [Query](query-az-cli2.md)
78
# Sample Scripts

docs-ref-conceptual/authenticate-az-cli2.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ az login -u <username> -p <password>
3333

3434
## Logging in with a service principal
3535

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).
3743

3844
1. Log in with the service principal.
3945

0 commit comments

Comments
 (0)