Skip to content

Commit 18a6eac

Browse files
authored
acrolinx
1 parent e63a8f5 commit 18a6eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ As noted earlier, the script specified in `CodeConfiguration(scoring_script="sco
392392

393393
As noted earlier, the script specified in `code_configuration.scoring_script` must have an `init()` function and a `run()` function. This example uses the [score.py file](https://github.com/Azure/azureml-examples/blob/main/cli/endpoints/online/model-1/onlinescoring/score.py).
394394

395-
When using a template for deployment, you must first upload the scoring file(s) to an Azure Blob store and then register it:
395+
When using a template for deployment, you must first upload the scoring file(s) to an Azure Blob store, and then register it:
396396

397397
1. The following example uses the Azure CLI command `az storage blob upload-batch` to upload the scoring file(s):
398398

0 commit comments

Comments
 (0)