We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a14fae commit 7b2c44dCopy full SHA for 7b2c44d
articles/machine-learning/tutorial-deploy-models-with-aml.md
@@ -128,7 +128,7 @@ Configure the image and deploy. The following code goes through these steps:
128
1. Create environment object containing dependencies needed by the model using the environment (`tutorial-env`) saved during training.
129
1. Create inference configuration necessary to deploy the model as a web service using:
130
* The scoring file (`score.py`)
131
- * envrionment object created in previous step
+ * environment object created in previous step
132
1. Deploy the model to the ACI container.
133
1. Get the web service HTTP endpoint.
134
0 commit comments