Skip to content

Commit a25cce6

Browse files
authored
Merge pull request #2 from dem108/patch-12
clarify identity permission requirement
2 parents a035248 + 08e3406 commit a25cce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/how-to-secure-online-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The following diagram shows how communications flow through private endpoints to
4646

4747
* The Azure Container Registry and Azure Storage Account must be in the same Azure Resource Group as the workspace.
4848

49+
* In case you want to use [user-assigned managed identity](/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp) to create and manage online endpoints and online deployments, the identity should have proper permission described in the section for [service authentication](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-identity-based-service-authentication?tabs=cli#workspace). For example, you need to assign the proper RBAC permission for Azure Key Vault on the identity.
50+
4951
> [!IMPORTANT]
5052
> The end-to-end example in this article comes from the files in the __azureml-examples__ GitHub repository. To clone the samples repository and switch to the repository's `cli/` directory, use the following commands:
5153
>

0 commit comments

Comments
 (0)