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
[!INCLUDE [private link ports](../../includes/machine-learning-private-link-ports.md)]
368
+
367
369
> [!NOTE]
368
370
> * Support for accessing your workspace file store from RStudio is not yet available.
369
371
> * 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.
370
372
> * Shiny applications are not currently supported on RStudio Workbench.
371
-
372
373
374
+
373
375
### Setup RStudio open source
374
376
375
377
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:
395
397
1. Select **Create** to set up RStudio as a custom application on your compute instance.
396
398
397
399
:::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)]
398
402
399
403
### Setup other custom applications
400
404
@@ -403,11 +407,17 @@ Set up other custom applications on your compute instance by providing the appli
403
407
1. Follow the steps listed above to **Add application** when creating your compute instance.
404
408
1. Select **Custom Application** on the **Application** dropdown.
405
409
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.
407
415
1. Select **Create** to set up the custom application on your compute instance.
408
416
409
417
:::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":::
410
418
419
+
[!INCLUDE [private link ports](../../includes/machine-learning-private-link-ports.md)]
420
+
411
421
### Accessing custom applications in studio
412
422
413
423
Access the custom applications that you set up in studio:
0 commit comments