Skip to content

Commit dbb47c8

Browse files
Update Readme.md
1 parent 065c555 commit dbb47c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

notebook-to-pipeline/Readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ This folder contains the sample code used in the following video:
66

77
> NOTE: Datastores moved under Data and do not exist on the root level menu anymore.
88
9-
> NOTE: If you are planning to run this behind a v-net, you can build a docker image on your compute instance, push it to your ACR and then register an environment and then use it (similar to the copy activity we did in [forecast online endpoint example](../forecast-online-endpoint)).
9+
> NOTE: If you are planning to run this behind a v-net, you can build a docker image on your compute instance, push it to your ACR and then use that in your component using the following code:
10+
> ```yaml
11+
> environment:
12+
> image: <your-acr-name>.azurecr.io/customrepo/customimagename:v1
13+
> name: analysis-environment
14+
> ```
15+
> See [the forecast online endpoint behind vnet video](https://github.com/rndazurescript/FunWithAzureML/tree/master/forecast-online-endpoint#deploying-with-network-isolation) to see how creating a docker image works.
1016
1117
## Curate the code
1218

0 commit comments

Comments
 (0)