Skip to content

Commit c1e24a6

Browse files
authored
Merge pull request #211052 from sdgilley/sdg-v2-updates
add note for private link
2 parents f148209 + 4f3d99a commit c1e24a6

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,14 @@ RStudio is one of the most popular IDEs among R developers for ML and data scien
364364

365365
:::image type="content" source="media/how-to-create-manage-compute-instance/rstudio-workbench.png" alt-text="Screenshot shows RStudio settings." lightbox="media/how-to-create-manage-compute-instance/rstudio-workbench.png":::
366366

367+
[!INCLUDE [private link ports](../../includes/machine-learning-private-link-ports.md)]
368+
367369
> [!NOTE]
368370
> * Support for accessing your workspace file store from RStudio is not yet available.
369371
> * When accessing multiple instances of RStudio, if you see a "400 Bad Request. Request Header Or Cookie Too Large" error, use a new browser or access from a browser in incognito mode.
370372
> * Shiny applications are not currently supported on RStudio Workbench.
371-
372373
374+
373375
### Setup RStudio open source
374376

375377
To use RStudio open source, set up a custom application as follows:
@@ -395,6 +397,8 @@ To use RStudio open source, set up a custom application as follows:
395397
1. Select **Create** to set up RStudio as a custom application on your compute instance.
396398

397399
:::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":::
400+
401+
[!INCLUDE [private link ports](../../includes/machine-learning-private-link-ports.md)]
398402

399403
### Setup other custom applications
400404

@@ -403,11 +407,17 @@ Set up other custom applications on your compute instance by providing the appli
403407
1. Follow the steps listed above to **Add application** when creating your compute instance.
404408
1. Select **Custom Application** on the **Application** dropdown.
405409
1. Configure the **Application name**, the **Target port** you wish to run the application on, the **Published port** you wish to access the application on and the **Docker image** that contains your application.
406-
1. Optionally, add **Environment variables** and **Bind mounts** you wish to use for your application.
410+
1. Optionally, add **Environment variables** you wish to use for your application.
411+
1. Use **Bind mounts** to add access to the files in your default storage account:
412+
* Specify **/home/azureuser/cloudfiles** for **Host path**.
413+
* Specify **/home/azureuser/cloudfiles** for the **Container path**.
414+
* 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.
407415
1. Select **Create** to set up the custom application on your compute instance.
408416

409417
:::image type="content" source="media/how-to-create-manage-compute-instance/custom-service.png" alt-text="Screenshot show custom application settings." lightbox="media/how-to-create-manage-compute-instance/custom-service.png":::
410418

419+
[!INCLUDE [private link ports](../../includes/machine-learning-private-link-ports.md)]
420+
411421
### Accessing custom applications in studio
412422

413423
Access the custom applications that you set up in studio:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: sdgilley
3+
ms.service: machine-learning
4+
ms.topic: include
5+
ms.date: 09/13/2022
6+
ms.author: sgilley
7+
---
8+
9+
> [!IMPORTANT]
10+
> If using a private link workspace, ensure that the docker image and ghcr.io are accessible. Also, use a published port in the range 8704-8993.

0 commit comments

Comments
 (0)