Skip to content

Commit 16ddd7d

Browse files
authored
Apply suggestions from code review
1 parent 993cccd commit 16ddd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ Next, deploy your online endpoint to Azure. As a best practice for production, w
622622
Before you deploy your model to Azure, you are advised to register the model and environment in advance and specify their registered names and versions during deployment. This allows you to reuse registered assets without uploading them every time you create deployments, and to increase reproducibility and traceability.
623623

624624
> [!NOTE]
625-
> Unlike deployment to Azure, local deployment doesn't support using registered models and environments. Rather, local deployment uses local model files and environments with local files only.
626-
> For deployment to Azure, you can use either local model/environment or registered ones. Below example uses registered assets, but you have the option of using the local assets instead. For an example of a deployment configuration that uploads local files to use for local deployment, see [Configure a deployment](#configure-a-deployment).
625+
> Unlike deployment to Azure, local deployment doesn't support using registered models and environments. Rather, local deployment uses local model files and uses environments with local files only.
626+
> For deployment to Azure, you can use either local or registered assets (models and environments). In this section of the article, the deployment to Azure uses registered assets, but you have the option of using local assets instead. For an example of a deployment configuration that uploads local files to use for local deployment, see [Configure a deployment](#configure-a-deployment).
627627
628628
# [Azure CLI](#tab/cli)
629629

0 commit comments

Comments
 (0)