Skip to content

Commit 9c50a72

Browse files
Merge pull request #229091 from Blackmist/fix0301a
adding missing info on compute instance
2 parents cede539 + 9497b7b commit 9c50a72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The easiest way to create an SP and grant access to your workspace is by using t
186186
## Configure a managed identity
187187
188188
> [!IMPORTANT]
189-
> Managed identity is only supported when using the Azure Machine Learning SDK from an Azure Virtual Machine or with an Azure Machine Learning compute cluster.
189+
> Managed identity is only supported when using the Azure Machine Learning SDK from an Azure Virtual Machine, an Azure Machine Learning compute cluster, or compute instance.
190190
191191
### Managed identity with a VM
192192
@@ -200,6 +200,10 @@ The easiest way to create an SP and grant access to your workspace is by using t
200200
201201
For more information, see [Set up managed identity for compute cluster](how-to-create-attach-compute-cluster.md#set-up-managed-identity).
202202
203+
### Managed identity with compute instance
204+
205+
For more information, see [Set up managed identity for compute instance](how-to-create-manage-compute-instance.md#assign-managed-identity).
206+
203207
<a id="service-principal-authentication"></a>
204208
205209
## Use service principal authentication

0 commit comments

Comments
 (0)