Skip to content

Commit fe8edee

Browse files
authored
Merge pull request #3746 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents c230e9e + 78c60f0 commit fe8edee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,9 @@ For more information on creating an environment in the studio, see [Create an en
760760

761761
---
762762

763+
> [!IMPORTANT]
764+
> When defining a custom environment for your deployment, ensure the `azureml-inference-server-http` package is included in the conda file. This package is essential for the inference server to function properly. If you are unfamiliar with creating your own custom environment, it is advisable to instead use one of our curated environments such as `minimal-py-inference` (for custom models that don't use mlflow) or `mlflow-py-inference` (for models that use mlflow). These curated environments can be found in the "Environments" tab of your Machine Learning Studio.
765+
763766
### Configure a deployment that uses registered assets
764767

765768
Your deployment configuration uses the registered model that you wish to deploy and your registered environment.

0 commit comments

Comments
 (0)