Skip to content

Commit 2e816b6

Browse files
Merge pull request #244681 from cloga/lochen/guidance-inputs-injection
add note for input injection
2 parents 6bac34b + 06aa547 commit 2e816b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/how-to-deploy-pipeline-component-as-batch-endpoint.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ It's also possible to deploy your pipeline job as batch endpoint. In this case,
3131

3232
- [Deploy existing pipeline jobs to batch endpoints (preview)](how-to-use-batch-pipeline-from-job.md)
3333

34+
> [!NOTE]
35+
> The consumer of the batch endpoint that invokes the pipeline job should be the user application, not the final end user. The application should control the inputs to the endpoint to prevent malicious inputs.
36+
3437
## Next steps
3538

3639
- [How to deploy a training pipeline with batch endpoints (preview)](how-to-use-batch-training-pipeline.md)

0 commit comments

Comments
 (0)