Skip to content

Commit b32a9c1

Browse files
committed
Update code and text
1 parent ce6247e commit b32a9c1

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ version = registered_model.version
216216

217217
To create a model in Azure Machine Learning studio:
218218

219-
1. In the studio, open the __Models__ page.
219+
1. In the studio, select __Models__.
220220
1. Select __Register__, and then select where your model is located. For this example, select __From local files__.
221-
1. On the __Upload model__ page, for the model type, select __MLflow__.
221+
1. On the __Upload model__ page, under __Model type__, select __MLflow__.
222222
1. Select __Browse__ to select the model folder, and then select __Next__.
223-
1. On the __Model settings__ page, next to __Name__, enter a name for the model, and then select __Next__.
224-
1. On the __Review__ page, review the uploaded model fines and model settings, and then select __Register__.
223+
1. On the __Model settings__ page, under __Name__, enter a name for the model, and then select __Next__.
224+
1. On the __Review__ page, review the model files and model settings, and then select __Register__.
225225

226-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png" alt-text="Screenshot of the UI to register a model." lightbox="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png":::
226+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png" alt-text="Screenshot of the Review page in the studio. Five uploaded model files are listed, and model settings like the name are visible." lightbox="media/how-to-deploy-mlflow-models-online-endpoints/register-model-in-studio.png":::
227227

228228
---
229229

@@ -468,17 +468,21 @@ version = registered_model.version
468468

469469
# [Studio](#tab/studio)
470470

471-
1. On the __Endpoints__ page, go to the **Real-time endpoints** tab, and then select **Create**.
471+
1. Select __Endpoints__. Go to the **Real-time endpoints** tab, and then select **Create**.
472472

473473
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/create-from-endpoints.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/create-from-endpoints.png" alt-text="Screenshot showing create option on the Endpoints UI page.":::
474474

475-
1. Select the MLflow model that you registered previously, then select **Select**.
475+
1. Select the MLflow model that you registered previously, and then select **Select**.
476476

477477
> [!NOTE]
478478
> The configuration page includes a note to inform you that the scoring script and environment are automatically generated for your selected MLflow model.
479479

480-
1. Select **New** to deploy to a new endpoint.
481-
1. Provide a name for the endpoint and deployment or keep the default names.
480+
1. Under **Endpoint**, select **New** to deploy to a new endpoint.
481+
482+
1. Under **Endpoint name**, enter a name for the endpoint or keep the default name.
483+
484+
1. Under **Deployment name**, enter a name for the deployment or keep the default name.
485+
482486
1. Select __Deploy__ to deploy the model to the endpoint.
483487

484488
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/deployment-wizard.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/deployment-wizard.png" alt-text="Screenshot showing no code and environment needed for MLflow models.":::

0 commit comments

Comments
 (0)