Skip to content

Commit 52ba042

Browse files
committed
fixing typo
1 parent 7ed7178 commit 52ba042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-share-models-pipelines-across-workspaces-with-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ Fetch the scoring URI and submit a sample scoring request. Sample data for the s
610610
611611
```azurecli
612612
ENDPOINT_KEY=$(az ml online-endpoint get-credentials -n reg-ep-1234 -o tsv --query primaryKey)
613-
SCORING_URI=$(az ml online-endpoint show -n $ep_name -o tsv --query scoring_uri)
613+
SCORING_URI=$(az ml online-endpoint show -n reg-ep-1234 -o tsv --query scoring_uri)
614614
curl --request POST "$SCORING_URI" --header "Authorization: Bearer $ENDPOINT_KEY" --header 'Content-Type: application/json' --data @./scoring-data.json
615615
```
616616

0 commit comments

Comments
 (0)