Skip to content

Commit d06fcd1

Browse files
committed
fix
1 parent a0b719a commit d06fcd1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/ai-foundry/how-to/deploy-models-managed.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In this article, you learn to deploy models with the managed compute deployment
5959

6060
:::image type="content" source="../media/deploy-models-managed/deployment-configuration.png" alt-text="Screenshot of the deployment configuration screen for managed compute deployment in Azure AI Foundry." lightbox="../media/deploy-models-managed/deployment-configuration.png":::
6161

62-
1. Select **Next** to create your deployment. The creation process might take a few minutes to complete. When it's complete, the portal opens the model deployment page.
62+
1. Select **Deploy** to create your deployment. The creation process might take a few minutes to complete. When it's complete, the portal opens the model deployment page.
6363

6464
> [!TIP]
6565
> To see endpoints deployed to your project, go to the **My assets** section of the left pane and select **Models + endpoints**.
@@ -74,7 +74,7 @@ In this article, you learn to deploy models with the managed compute deployment
7474

7575
After you create your deployment, follow these steps to consume it:
7676

77-
1. Select **Models + Endpoints** under _My assets_ in your Azure AI Foundry project.
77+
1. Select **Models + endpoints** under the **My assets** section in your Azure AI Foundry project.
7878
1. Select your deployment from the **Model deployments** tab.
7979
1. Go to the **Test** tab for sample inference to the endpoint.
8080
1. Return to the **Details** tab to copy the deployment's "Target URI", which you can use to run inference with code.
@@ -84,8 +84,7 @@ After you create your deployment, follow these steps to consume it:
8484

8585

8686
::: zone pivot="python-sdk"
87-
88-
1. Copy the model ID from the details page of the model you selected. It looks like this for the selected model: `azureml://registries/azureml/models/deepset-roberta-base-squad2/versions/17`.
87+
6. Copy the model ID from the details page of the model you selected. It looks like this for the selected model: `azureml://registries/azureml/models/deepset-roberta-base-squad2/versions/17`.
8988

9089

9190
## Deploy the model

0 commit comments

Comments
 (0)