You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-create-manage-compute-instance.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,32 @@ Following is a sample policy to default a shutdown schedule at 10 PM PST.
344
344
}
345
345
```
346
346
347
+
## Assign managed identity (preview)
348
+
349
+
You can assign a system- or user-assigned [managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) to a compute instance, to autheticate against other Azure resources such as storage. Using managed identities for authentication helps improve workspace security and management. For example you can allow users to access training data only when logged in to compute instance, or use a common user-assigned managed identity to permit access to a specific storage account.
350
+
351
+
1. Fill out the form to [create a new compute instance](?tabs=azure-studio#create).
352
+
1. Select **Next: Advanced Settings**.
353
+
1. Enable **Assign a managed identity**.
354
+
1. Select **System-assigned** or **User-assigned** under **Identity type**.
355
+
1. If you selected **User-assigned**, select subscription and name of the identity.
356
+
357
+
When working on the compute instance, the managed identity is used automatically to authenticate against data stores with [identity-based data access enabled](how-to-identity-based-data-access.md).
358
+
359
+
You can also use the managed identity manually to authenticate against other Azure resources. For example, to use it to get ARM access token, use following.
## Add custom applications such as RStudio (preview)
348
374
349
375
You can set up other applications, such as RStudio, when creating a compute instance. Follow these steps in studio to set up a custom application on your compute instance
@@ -353,7 +379,7 @@ You can set up other applications, such as RStudio, when creating a compute inst
353
379
1. Select **Add application** under the **Custom application setup (RStudio Workbench, etc.)** section
354
380
355
381
:::image type="content" source="media/how-to-create-manage-compute-instance/custom-service-setup.png" alt-text="Screenshot showing Custom Service Setup.":::
356
-
382
+
357
383
### Setup RStudio Workbench
358
384
359
385
RStudio is one of the most popular IDEs among R developers for ML and data science projects. You can easily set up RStudio Workbench to run on your compute instance, using your own RStudio license, and access the rich feature set that RStudio Workbench offers.
0 commit comments