Skip to content

Commit 1a43e74

Browse files
committed
updates per review
1 parent 2e86aa6 commit 1a43e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/v1/how-to-setup-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ To use a service principal (SP), you must first create the SP. Then grant it acc
5555
> When using a service principal, grant it the __minimum access required for the task__ it is used for. For example, you would not grant a service principal owner or contributor access if all it is used for is reading the access token for a web deployment.
5656
>
5757
> The reason for granting the least access is that a service principal uses a password to authenticate, and the password may be stored as part of an automation script. If the password is leaked, having the minimum access required for a specific tasks minimizes the malicious use of the SP.
58+
>
59+
> You should rotate secrets such as the service principal password on a regular basis.
5860
5961
The easiest way to create an SP and grant access to your workspace is by using the [Azure CLI](/cli/azure/install-azure-cli). To create a service principal and grant it access to your workspace, use the following steps:
6062

0 commit comments

Comments
 (0)