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-use-batch-azure-data-factory.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,11 +132,16 @@ The pipeline requires the following parameters to be configured:
132
132
To create this pipeline in your existing Azure Data Factory, follow these steps:
133
133
134
134
1. Open Azure Data Factory Studio and under __Factory Resources__ click the plus sign.
135
-
2. Select __Pipeline__ > __Import from pipeline template__
136
-
3. You will be prompted to select a `zip` file. Uses [the following template if using managed identities](https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-MI.zip) or [the following one if using a service principal](https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-SP.zip).
137
-
4. A preview of the pipeline will show up in the portal. Click __Use this template__.
138
-
5. The pipeline will be created for you with the name __Run-BatchEndpoint__.
139
-
6. Configure the parameters of the batch deployment you are using:
135
+
136
+
1. Select __Pipeline__ > __Import from pipeline template__
137
+
138
+
1. You will be prompted to select a `zip` file. Uses [the following template if using managed identities](https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-MI.zip) or [the following one if using a service principal](https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-SP.zip).
139
+
140
+
1. A preview of the pipeline will show up in the portal. Click __Use this template__.
141
+
142
+
1. The pipeline will be created for you with the name __Run-BatchEndpoint__.
143
+
144
+
1. Configure the parameters of the batch deployment you are using:
0 commit comments