Skip to content

Commit 1f23f68

Browse files
authored
Update how-to-create-compute-instance.md
1 parent 1ddd418 commit 1f23f68

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,21 @@ 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+
433+
:::image type="content" source="media/how-to-create-compute-instance/pobo-creation.png" alt-text="Screenshot shows SSO is disabled during creation of compute instance.":::
434+
432435
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.
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+
442+
:::image type="content" source="media/how-to-create-compute-instance/pobo-sso-update.png" alt-text="Screenshot shows SSO can be updated on compute instance details page by the assigned to user.":::
443+
444+
1. Enable single sign-on toggle.
445+
1. Save. Updating will take some time.
433446

434447
## Assign managed identity
435448

0 commit comments

Comments
 (0)