Skip to content

Commit b55491d

Browse files
authored
Update how-to-deploy-online-endpoints.md
1 parent fce447c commit b55491d

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
@@ -426,7 +426,7 @@ To save time debugging, we *highly recommend* that you test-run your endpoint lo
426426
> The goal of a local endpoint deployment is to validate and debug your code and configuration before you deploy to Azure. Local deployment has the following limitations:
427427
> - Local endpoints do *not* support traffic rules, authentication, or probe settings.
428428
> - Local endpoints support only one deployment per endpoint.
429-
> - Local endpoints do *not* support registered models. To use models already registered, you can download them using [CLI](https://learn.microsoft.com/en-us/cli/azure/ml/model?view=azure-cli-latest#az-ml-model-download) or [SDK](https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.operations.modeloperations?view=azure-python#azure-ai-ml-operations-modeloperations-download) and refer to them in the deployment definition.
429+
> - Local endpoints do *not* support registered models. To use models already registered, you can download them using [CLI](https://learn.microsoft.com/cli/azure/ml/model#az-ml-model-download) or [SDK](https://learn.microsoft.com/python/api/azure-ai-ml/azure.ai.ml.operations.modeloperations#azure-ai-ml-operations-modeloperations-download) and refer to them in the deployment definition.
430430

431431
> [!TIP]
432432
> You can use [Azure Machine Learning inference HTTP server Python package](how-to-inference-server-http.md) to debug your scoring script locally **without Docker Engine**. Debugging with the inference server helps you to debug the scoring script before deploying to local endpoints so that you can debug without being affected by the deployment container configurations.

0 commit comments

Comments
 (0)