Skip to content

Commit 0cf8dc0

Browse files
Merge pull request #1366 from santiagxf/santiagxf-patch-1
Update create-model-deployments.md
2 parents e75f6f2 + 72cc82b commit 0cf8dc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-studio/ai-services/how-to/create-model-deployments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add and configure models to Azure AI services
2+
title: Add and configure models to Azure AI model inference service
33
titleSuffix: Azure AI services
44
description: Learn how to add and configure new models to the Azure AI model's inference endpoint in Azure AI services.
55
ms.service: azure-ai-studio
@@ -12,9 +12,9 @@ ms.reviewer: fasantia
1212
recommendations: false
1313
---
1414

15-
# Add and configure models to Azure AI services
15+
# Add and configure models to Azure AI model inference service
1616

17-
You can decide and configure which models are available for inference in the Azure AI services resource model's inference endpoint. When a given model is configured, you can then generate predictions from it by indicating its model name or deployment name on your requests. No further changes are required in your code to use it.
17+
You can decide and configure which models are available for inference in the resource's model inference endpoint. When a given model is configured, you can then generate predictions from it by indicating its model name or deployment name on your requests. No further changes are required in your code to use it.
1818

1919
In this article, you learn how to add a new model to the Azure AI model inference service in Azure AI services.
2020

@@ -62,4 +62,4 @@ When creating model deployments, you can configure other settings including cont
6262
6363
## Next steps
6464

65-
* [Develop applications using Azure AI model inference service in Azure AI services](../concepts/endpoints.md)
65+
* [Develop applications using Azure AI model inference service in Azure AI services](../concepts/endpoints.md)

0 commit comments

Comments
 (0)