Skip to content

Commit 21bb618

Browse files
committed
Updated model deployment steps
1 parent 6c45898 commit 21bb618

File tree

5 files changed

+28
-30
lines changed

5 files changed

+28
-30
lines changed

articles/search/includes/quickstarts/agentic-retrieval-python.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: haileytap
44
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 05/29/2025
7+
ms.date: 05/30/2025
88
---
99

1010
[!INCLUDE [Feature preview](../previews/preview-generic.md)]
@@ -39,20 +39,19 @@ Agentic retrieval [supports several models](../../search-agentic-retrieval-how-t
3939

4040
To deploy the Azure OpenAI models:
4141

42-
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/).
42+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/) and select your Azure OpenAI resource.
4343

44-
1. On the home page, find the Azure OpenAI tile and select **Let's go**.
44+
1. From the left pane, select **Model catalog**.
4545

46-
:::image type="content" source="../../media/search-get-started-agentic-retrieval/azure-openai-lets-go-tile.png" alt-text="Screenshot of the Azure OpenAI tile in the Azure AI Foundry portal." border="true" lightbox="../../media/search-get-started-agentic-retrieval/azure-openai-lets-go-tile.png":::
46+
1. Select **gpt-4o-mini**, and then select **Use this model**.
4747

48-
Your most recently used Azure OpenAI resource appears. If you have multiple Azure OpenAI resources, select **All resources** to switch between them.
48+
1. Specify a deployment name. To simplify your code, we recommend **gpt-4o-mini**.
4949

50-
1. From the left pane, select **Model catalog**.
50+
1. Accept the defaults.
5151

52-
1. Deploy `gpt-4o-mini` and `text-embedding-3-large` to your Azure OpenAI resource.
52+
1. Select **Deploy**.
5353

54-
> [!NOTE]
55-
> To simplify your code, don't use a custom deployment name for either model. This quickstart assumes the deployment and model names are the same.
54+
1. Repeat the previous steps for **text-embedding-3-large**.
5655

5756
## Configure role-based access
5857

articles/search/includes/quickstarts/agentic-retrieval-rest.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: haileytap
44
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 05/29/2025
7+
ms.date: 05/30/2025
88
---
99

1010
[!INCLUDE [Feature preview](../previews/preview-generic.md)]
@@ -40,20 +40,19 @@ Agentic retrieval [supports several models](../../search-agentic-retrieval-how-t
4040

4141
To deploy the Azure OpenAI models:
4242

43-
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/).
43+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/) and select your Azure OpenAI resource.
4444

45-
1. On the home page, find the Azure OpenAI tile and select **Let's go**.
45+
1. From the left pane, select **Model catalog**.
4646

47-
:::image type="content" source="../../media/search-get-started-agentic-retrieval/azure-openai-lets-go-tile.png" alt-text="Screenshot of the Azure OpenAI tile in the Azure AI Foundry portal." border="true" lightbox="../../media/search-get-started-agentic-retrieval/azure-openai-lets-go-tile.png":::
47+
1. Select **gpt-4o-mini**, and then select **Use this model**.
4848

49-
Your most recently used Azure OpenAI resource appears. If you have multiple Azure OpenAI resources, select **All resources** to switch between them.
49+
1. Specify a deployment name. To simplify your code, we recommend **gpt-4o-mini**.
5050

51-
1. From the left pane, select **Model catalog**.
51+
1. Accept the defaults.
5252

53-
1. Deploy `gpt-4o-mini` and `text-embedding-3-large` to your Azure OpenAI resource.
53+
1. Select **Deploy**.
5454

55-
> [!NOTE]
56-
> To simplify your code, don't use a custom deployment name for either model. This quickstart assumes the deployment and model names are the same.
55+
1. Repeat the previous steps for **text-embedding-3-large**.
5756

5857
## Configure role-based access
5958

208 KB
Loading

articles/search/tutorial-rag-build-solution-models.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: heidist
88
ms.service: azure-ai-search
99
ms.topic: tutorial
1010
ms.custom: references_regions
11-
ms.date: 05/29/2025
11+
ms.date: 05/30/2025
1212

1313
---
1414

@@ -99,15 +99,13 @@ This tutorial series uses the following models and model providers:
9999

100100
You must have [**Cognitive Services OpenAI Contributor**]( /azure/ai-services/openai/how-to/role-based-access-control#cognitive-services-openai-contributor) or higher to deploy models in Azure OpenAI.
101101

102-
1. Go to [Azure AI Foundry](https://ai.azure.com/).
102+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/).
103103

104-
1. Select **Deployments** on the left menu.
104+
1. From the left pane, select **Model catalog**.
105105

106-
1. Select **Deploy model** > **Deploy base model**.
106+
1. Select **text-embedding-3-large**, and then select **Use this model**.
107107

108-
1. Select **text-embedding-3-large** from the dropdown list and confirm the selection.
109-
110-
1. Specify a deployment name. We recommend "text-embedding-3-large".
108+
1. Specify a deployment name. We recommend **text-embedding-3-large**.
111109

112110
1. Accept the defaults.
113111

articles/search/vector-search-integrated-vectorization-ai-studio.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- build-2024
1010
ms.topic: how-to
11-
ms.date: 05/08/2025
11+
ms.date: 05/30/2025
1212
---
1313

1414
# Use embedding models from Azure AI Foundry model catalog for integrated vectorization
@@ -49,15 +49,17 @@ For image embeddings:
4949

5050
1. Open the [Azure AI Foundry model catalog](https://ai.azure.com/explore/models). Create a project if you don't have one already.
5151

52-
1. Apply a filter to show just the embedding models. Under **Inference tasks**, select **Embeddings**:
52+
1. From the left pane, select **Model catalog**.
53+
54+
1. Apply a filter to show just the embedding models. Under **Inference tasks**, select **Embeddings**.
5355

5456
:::image type="content" source="media\vector-search-integrated-vectorization-ai-studio\ai-studio-catalog-embeddings-filter.png" lightbox="media\vector-search-integrated-vectorization-ai-studio\ai-studio-catalog-embeddings-filter.png" alt-text="Screenshot of the Azure AI Foundry model catalog page highlighting how to filter by embeddings models.":::
5557

56-
1. Select a supported model, then select **Deploy**.
58+
1. Select a supported model, and then select **Use this model**.
5759

58-
:::image type="content" source="media\vector-search-integrated-vectorization-ai-studio\ai-studio-deploy-endpoint.png" lightbox="media\vector-search-integrated-vectorization-ai-studio\ai-studio-deploy-endpoint.png" alt-text="Screenshot of deploying an endpoint via the Azure AI Foundry model catalog.":::
60+
:::image type="content" source="media\vector-search-integrated-vectorization-ai-studio\use-this-model.png" lightbox="media\vector-search-integrated-vectorization-ai-studio\use-this-model.png" alt-text="Screenshot of deploying a model via the Azure AI Foundry model catalog.":::
5961

60-
1. Accept the defaults or modify as needed, and then select **Deploy**. The deployment details vary depending on which model you select.
62+
1. Accept the defaults or modify as needed, and then select **Deploy**. The deployment details vary depending on which model you select.
6163

6264
1. Wait for the model to finish deploying by monitoring the **Provisioning State**. It should change from "Provisioning" to "Updating" to "Succeeded". You might need to select **Refresh** every few minutes to see the status update.
6365

0 commit comments

Comments
 (0)