You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/deploy-models-managed.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ In this article, you learn to deploy models with the managed compute deployment
59
59
60
60
:::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":::
61
61
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.
63
63
64
64
> [!TIP]
65
65
> 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
74
74
75
75
After you create your deployment, follow these steps to consume it:
76
76
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.
78
78
1. Select your deployment from the **Model deployments** tab.
79
79
1. Go to the **Test** tab for sample inference to the endpoint.
80
80
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:
84
84
85
85
86
86
::: 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`.
0 commit comments