Skip to content

Commit e5e9a59

Browse files
authored
Update how-to-use-batch-azure-data-factory.md
1 parent 3c0c60f commit e5e9a59

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/machine-learning/how-to-use-batch-azure-data-factory.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,16 @@ The pipeline requires the following parameters to be configured:
132132
To create this pipeline in your existing Azure Data Factory, follow these steps:
133133

134134
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:
140145

141146
# [Using a Managed Identity](#tab/mi)
142147

0 commit comments

Comments
 (0)