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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,9 +353,6 @@ You can set up other applications, such as RStudio, when creating a compute inst
353
353
1. Select **Add application** under the **Custom application setup (RStudio Workbench, etc.)** section
354
354
355
355
:::image type="content" source="media/how-to-create-manage-compute-instance/custom-service-setup.png" alt-text="Screenshot showing Custom Service Setup.":::
356
-
357
-
> [!NOTE]
358
-
> Custom applications are currently not supported in private link workspaces.
359
356
360
357
### Setup RStudio Workbench
361
358
@@ -381,13 +378,21 @@ To use RStudio open source, set up a custom application as follows:
381
378
1. Select **Custom Application** on the **Application** dropdown
382
379
1. Configure the **Application name** you would like to use.
383
380
1. Set up the application to run on **Target port**`8787` - the docker image for RStudio open source listed below needs to run on this Target port.
381
+
382
+
> [!TIP]
383
+
> Using ports 8704-8993 is also supported.
384
+
384
385
1. Set up the application to be accessed on **Published port**`8787` - you can configure the application to be accessed on a different Published port if you wish.
386
+
387
+
> [!TIP]
388
+
> Using ports 8704-8993 is also supported.
389
+
385
390
1. Point the **Docker image** to `ghcr.io/azure/rocker-rstudio-ml-verse:latest`.
386
391
1. Use **Bind mounts** to add access to the files in your default storage account:
387
392
* Specify **/home/azureuser/cloudfiles** for **Host path**.
388
393
* Specify **/home/azureuser/cloudfiles** for the **Container path**.
389
394
* Select **Add** to add this mounting. Because the files are mounted, changes you make to them will be available in other compute instances and applications.
390
-
3. Select **Create** to set up RStudio as a custom application on your compute instance.
395
+
1. Select **Create** to set up RStudio as a custom application on your compute instance.
391
396
392
397
:::image type="content" source="media/how-to-create-manage-compute-instance/rstudio-open-source.png" alt-text="Screenshot shows form to set up RStudio as a custom application" lightbox="media/how-to-create-manage-compute-instance/rstudio-open-source.png":::
0 commit comments