Skip to content

Commit 03bf56b

Browse files
authored
Merge pull request #32475 from dciborow/patch-4
Update how-to-troubleshoot-deployment.md
2 parents 28b89f6 + 607e397 commit 03bf56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-troubleshoot-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Breaking the deployment into tasks is helpful if you are using the [Webservice.d
5858
```python
5959
# configure the image
6060
image_config = ContainerImage.image_configuration(runtime="python",
61-
execution_script="score.py",
61+
entry_script="score.py",
6262
conda_file="myenv.yml")
6363

6464
# create the image

0 commit comments

Comments
 (0)