Skip to content

Commit 1042b0c

Browse files
committed
generalize deployment consumption steps
AB#442745
1 parent 3210ab2 commit 1042b0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ After your deployment is successfully created, you can follow these steps to con
102102
1. Select **Models + Endpoints** under _My assets_ in your Azure AI Foundry project.
103103
1. Select your deployment from the **Model deployments** tab.
104104
1. Navigate to the **Test** tab for sample inference to the endpoint.
105-
1. Return to the **Details** tab and select **Open in Playground** to go to the chat playground and modify parameters for the inference requests.
105+
1. Return to the **Details** tab, to copy the deployment's "Target URI", which you can use to run inference with code.
106+
1. Go to the **Consume** tab of the deployment to find code samples for consumption.
106107

107108
## Network isolation of deployments
108109

0 commit comments

Comments
 (0)