Skip to content

Commit 13b4794

Browse files
authored
Update how-to-create-compute-instance.md
1 parent 53261e7 commit 13b4794

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/machine-learning/how-to-create-compute-instance.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,19 @@ As an administrator, you can create a compute instance on behalf of a data scien
428428

429429
* [Azure Resource Manager template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/machine-learning-compute-create-computeinstance). For details on how to find the TenantID and ObjectID needed in this template, see [Find identity object IDs for authentication configuration](../healthcare-apis/azure-api-for-fhir/find-identity-object-ids.md). You can also find these values in the Microsoft Entra admin center.
430430

431-
To further enhance security, when you create a compute instance on behalf of a data scientist and assign the instance to them, single sign on (SSO) will be disabled.
431+
To further enhance security, when you create a compute instance on behalf of a data scientist and assign the instance to them, single sign-on (SSO) will be disabled during creation.
432+
432433
The assigned to user needs to enable SSO on compute instance themselves after the compute is assigned to them by updating the SSO setting on the compute instance.
434+
Assigned to user needs to have the following permission/action in their role *MachineLearningServices/workspaces/computes/enableSso/action*.
435+
436+
Here are the steps assigned to user needs to take. Please note creator of compute instance is not allowed to enable SSO on that compute instance due to security reasons.
437+
438+
1. Click on compute in left navigation pane in Azure Machine Learning Studio.
439+
1. Click on the name of compute instance where you need to enable SSO.
440+
1. Edit the Single sign-on details section.
441+
1. Enable single sign-on toggle.
442+
1. Save. Updating will take some time.
443+
433444

434445
## Assign managed identity
435446

0 commit comments

Comments
 (0)