Skip to content

Commit f80e362

Browse files
authored
Merge pull request #1 from sdgilley/patch-51
fix spaces so that the numbering works correctly
2 parents bded4a8 + ebccb17 commit f80e362

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-r-interactive-development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ Alternatively, you can use a Datastore URI to access different files on a regist
121121
uri <- paste0("azureml://subscriptions/", subscription, "/resourcegroups/", resource_group, "/workspaces/", workspace, "/datastores/", datastore_name, "/paths/", path_on_datastore)
122122
```
123123
124-
> [!TIP]
125-
> Rather than remember the datastore URI format, you can copy-and-paste the datastore URI from the Studio UI, if you know the datastore where your file is located:
124+
> [!TIP]
125+
> Rather than remember the datastore URI format, you can copy-and-paste the datastore URI from the Studio UI, if you know the datastore where your file is located:
126126
> 1. Navigate to the file/folder you want to read into R
127127
> 1. Select the elipsis (**...**) next to it.
128128
> 1. Select from the menu **Copy URI**.
129129
> 1. Select the **Datastore URI** to copy into your notebook/script.
130-
Please note, you will still need to create a variable for `<path>` in the code.
131-
> :::image type="content" source="media/how-to-access-data-ci/datastore_uri_copy.png" alt-text="Screenshot highlighting the copy of the datastore URI.":::
130+
> Please note, you will still need to create a variable for `<path>` in the code.
131+
> :::image type="content" source="media/how-to-access-data-ci/datastore_uri_copy.png" alt-text="Screenshot highlighting the copy of the datastore URI.":::
132132
133133
2. Create a filestore object using the aforementioned URI:
134134
```r

0 commit comments

Comments
 (0)