Skip to content

Commit 1b80721

Browse files
authored
Merge pull request #197284 from Blackmist/managed-identity-note-mir
limitations
2 parents db82bdc + f1a7d7d commit 1b80721

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/machine-learning/how-to-access-resources-from-endpoints-managed-identities.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ This guide assumes you don't have a managed identity, a storage account or an on
5555
cd azureml-examples/cli
5656
```
5757
58+
## Limitations
59+
60+
* The identity for an endpoint is immutable. During endpoint creation, you can associate it with a system-assigned identity (default) or a user-assigned identity. You can't change the identity after the endpoint has been created.
61+
5862
## Define configuration YAML file for deployment
5963
6064
To deploy an online endpoint with the CLI, you need to define the configuration in a YAML file. For more information on the YAML schema, see [online endpoint YAML reference](reference-yaml-endpoint-online.md) document.
@@ -192,12 +196,12 @@ Then, upload file in container.
192196
193197
The following code creates an online endpoint without specifying a deployment.
194198
199+
> [!WARNING]
200+
> The identity for an endpoint is immutable. During endpoint creation, you can associate it with a system-assigned identity (default) or a user-assigned identity. You can't change the identity after the endpoint has been created.
201+
195202
# [System-assigned managed identity](#tab/system-identity)
196203
When you create an online endpoint, a system-assigned managed identity is created for the endpoint by default.
197204
198-
>[!IMPORTANT]
199-
> System assigned managed identities are immutable and can't be changed once created.
200-
201205
::: code language="azurecli" source="~/azureml-examples-main/cli/deploy-managed-online-endpoint-access-resource-sai.sh" id="create_endpoint" :::
202206
203207
Check the status of the endpoint with the following.

0 commit comments

Comments
 (0)