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/ai-services/how-to/connect-azure-openai.md
+37-37Lines changed: 37 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: How to use Azure OpenAI Service in Azure AI Foundry portal
2
+
title: How to use Azure OpenAI in Azure AI Foundry portal
3
3
titleSuffix: Azure AI Foundry
4
-
description: Learn how to use Azure OpenAI Service in Azure AI Foundry portal.
4
+
description: Learn how to use Azure OpenAI in Azure AI Foundry portal.
5
5
manager: nitinme
6
6
ms.service: azure-ai-foundry
7
7
ms.custom:
@@ -15,57 +15,57 @@ ms.author: eur
15
15
author: eric-urban
16
16
---
17
17
18
-
# How to use Azure OpenAI Service in Azure AI Foundry portal
18
+
# How to use Azure OpenAI in Azure AI Foundry portal
19
19
20
-
You might have existing Azure OpenAI Service resources and model deployments that you created using the old Azure OpenAI Studio or via code. You can pick up where you left off by using your existing resources in Azure AI Foundry portal.
20
+
You might have existing deployments for Azure OpenAI in Azure AI Foundry Models that you created using the old Azure OpenAI Studio or via code. You can pick up where you left off by using your existing resources in Azure AI Foundry portal.
21
21
22
22
This article describes how to:
23
-
- Use Azure OpenAI Service models outside of a project.
24
-
- Use Azure OpenAI Service models and an Azure AI Foundry project.
23
+
- Use Azure OpenAI models outside of a project.
24
+
- Use Azure OpenAI models in an Azure AI Foundry project.
25
25
26
26
> [!TIP]
27
-
> You can use Azure OpenAI Service in Azure AI Foundry portal without creating a project or a connection. When you're working with the models and deployments, we recommend that you work outside of a project. Eventually, you want to work in a project for tasks such as managing connections, permissions, and deploying the models to production.
27
+
> You can use Azure OpenAI in Azure AI Foundry portal without creating a project or a connection. When you're working with the models and deployments, we recommend that you work outside of a project. Eventually, you want to work in a project for tasks such as managing connections, permissions, and deploying the models to production.
28
28
29
29
## Use Azure OpenAI models outside of a project
30
30
31
-
You can use your existing Azure OpenAI model deployments in Azure AI Foundry portal outside of a project. Start here if you previously deployed models using the old Azure OpenAI Studio or via the Azure OpenAI Service SDKs and APIs.
31
+
You can use your existing Azure OpenAI model deployments in Azure AI Foundry portal outside of a project. Start here if you previously deployed models using the old Azure OpenAI Studio or via the Azure OpenAI SDKs and APIs.
32
32
33
-
To use Azure OpenAI Service outside of a project, follow these steps:
34
-
1. Go to the [Azure AI Foundry home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure OpenAI Service resource.
33
+
To use Azure OpenAI models outside of a project, follow these steps:
34
+
1. Go to the [Azure AI Foundry home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure OpenAI resource.
35
35
1. Find the tile that says **Focused on Azure OpenAI Service?** and select **Let's go**.
36
36
37
37
:::image type="content" source="../../media/azure-openai-in-ai-studio/home-page.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select Azure OpenAI Service." lightbox="../../media/azure-openai-in-ai-studio/home-page.png":::
38
38
39
-
If you don't see this tile, you can also go directly to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal.
39
+
If you don't see this tile, you can also go directly to the [Azure OpenAI page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal.
40
40
41
-
1. You should see your existing Azure OpenAI Service resources. In this example, the Azure OpenAI Service resource `contoso-azure-openai-eastus` is selected.
41
+
1. You should see your existing Azure OpenAI resources. In this example, the Azure OpenAI resource `contoso-azure-openai-eastus` is selected.
42
42
43
-
:::image type="content" source="../../media/ai-services/azure-openai-studio-select-resource.png" alt-text="Screenshot of the Azure OpenAI Service resources page in Azure AI Foundry portal." lightbox="../../media/ai-services/azure-openai-studio-select-resource.png":::
43
+
:::image type="content" source="../../media/ai-services/azure-openai-studio-select-resource.png" alt-text="Screenshot of the Azure OpenAI resources page in Azure AI Foundry portal." lightbox="../../media/ai-services/azure-openai-studio-select-resource.png":::
44
44
45
-
If your subscription has multiple Azure OpenAI Service resources, you can use the selector or go to **All resources** to see all your resources.
45
+
If your subscription has multiple Azure OpenAI resources, you can use the selector or go to **All resources** to see all your resources.
46
46
47
-
If you create more Azure OpenAI Service resources later (such as via the Azure portal or APIs), you can also access them from this page.
47
+
If you create more Azure OpenAI resources later (such as via the Azure portal or APIs), you can also access them from this page.
48
48
49
-
## <aname="project"></a> Use Azure OpenAI Service in a project
49
+
## <aname="project"></a> Use Azure OpenAI in a project
50
50
51
-
You might eventually want to use a project for tasks such as managing connections, permissions, and deploying models to production. You can use your existing Azure OpenAI Service resources in an Azure AI Foundry project.
51
+
You might eventually want to use a project for tasks such as managing connections, permissions, and deploying models to production. You can use your existing Azure OpenAI resources in an Azure AI Foundry project.
52
52
53
-
Let's look at two ways to connect Azure OpenAI Service resources to a project:
53
+
Let's look at two ways to connect Azure OpenAI resources to a project:
54
54
55
-
-[When you create a project](#connect-azure-openai-service-when-you-create-a-project-for-the-first-time)
56
-
-[After you create a project](#connect-azure-openai-service-after-you-create-a-project)
55
+
-[When you create a project](#connect-azure-openai-when-you-create-a-project-for-the-first-time)
56
+
-[After you create a project](#connect-azure-openai-after-you-create-a-project)
57
57
58
-
### Connect Azure OpenAI Service when you create a project for the first time
58
+
### Connect Azure OpenAI when you create a project for the first time
59
59
60
60
When you create a project for the first time, you also create a hub. When you create a hub, you can select an existing Azure AI services resource (including Azure OpenAI) or create a new AI services resource.
61
61
62
62
:::image type="content" source="../../media/how-to/projects/projects-create-resource.png" alt-text="Screenshot of the create resource page within the create project dialog." lightbox="../../media/how-to/projects/projects-create-resource.png":::
63
63
64
64
For more details about creating a project, see the [create an Azure AI Foundry project](../../how-to/create-projects.md) how-to guide or the [create a project and use the chat playground](../../quickstarts/get-started-playground.md) quickstart.
65
65
66
-
### Connect Azure OpenAI Service after you create a project
66
+
### Connect Azure OpenAI after you create a project
67
67
68
-
If you already have a project and you want to connect your existing Azure OpenAI Service resources, follow these steps:
68
+
If you already have a project and you want to connect your existing Azure OpenAI resources, follow these steps:
69
69
70
70
1. Go to your Azure AI Foundry project.
71
71
1. Select **Management center** from the left pane.
@@ -74,7 +74,7 @@ If you already have a project and you want to connect your existing Azure OpenAI
74
74
75
75
:::image type="content" source="../../media/ai-services/connections-add.png" alt-text="Screenshot of the connected resources page with the button to create a new connection." lightbox="../../media/ai-services/connections-add.png":::
76
76
77
-
1. On the **Add a connection to external assets** page, select the kind of AI service that you want to connect to the project. For example, you can select Azure OpenAI Service, Azure AI Content Safety, Azure AI Speech, Azure AI Language, and other AI services.
77
+
1. On the **Add a connection to external assets** page, select the kind of AI service that you want to connect to the project. For example, you can select Azure OpenAI, Azure AI Content Safety, Azure AI Speech, Azure AI Language, and other AI services.
78
78
79
79
:::image type="content" source="../../media/ai-services/connections-add-assets.png" alt-text="Screenshot of the page to select the kind of AI service that you want to connect to the project." lightbox="../../media/ai-services/connections-add-assets.png":::
80
80
@@ -86,32 +86,32 @@ If you already have a project and you want to connect your existing Azure OpenAI
86
86
87
87
## Try Azure OpenAI models in the playgrounds
88
88
89
-
You can try Azure OpenAI models in the Azure OpenAI Service playgrounds outside of a project.
89
+
You can try Azure OpenAI models in the Azure OpenAI playgrounds outside of a project.
90
90
91
91
> [!TIP]
92
-
> You can also try Azure OpenAI models in the project-level playgrounds. However, while you're only working with the Azure OpenAI Service models, we recommend working outside of a project.
92
+
> You can also try Azure OpenAI models in the project-level playgrounds. However, while you're only working with the Azure OpenAI models, we recommend working outside of a project.
93
93
94
-
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal.
94
+
1. Go to the [Azure OpenAI page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal.
95
95
1. Select a playground from under **Resource playground** in the left pane.
96
96
97
-
:::image type="content" source="../../media/ai-services/playgrounds/azure-openai-studio-playgrounds.png" alt-text="Screenshot of the playgrounds that you can select to use Azure OpenAI Service." lightbox="../../media/ai-services/playgrounds/azure-openai-studio-playgrounds.png":::
97
+
:::image type="content" source="../../media/ai-services/playgrounds/azure-openai-studio-playgrounds.png" alt-text="Screenshot of the playgrounds that you can select to use Azure OpenAI." lightbox="../../media/ai-services/playgrounds/azure-openai-studio-playgrounds.png":::
98
98
99
-
Here are a few guides to help you get started with Azure OpenAI Service playgrounds:
99
+
Here are a few guides to help you get started with Azure OpenAI playgrounds:
100
100
-[Quickstart: Use the chat playground](../../quickstarts/get-started-playground.md)
101
101
-[Quickstart: Get started using Azure OpenAI Assistants](../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
102
102
-[Quickstart: Use GPT-4o in the real-time audio playground](../../../ai-services/openai/realtime-audio-quickstart.md?context=/azure/ai-studio/context/context)
103
103
-[Quickstart: Analyze images and video in the chat playground](/azure/ai-services/openai/gpt-v-quickstart)
104
104
105
-
Each playground has different model requirements and capabilities. The supported regions vary depending on the model. For more information about model availability per region, see the [Azure OpenAI Service models documentation](../../../ai-services/openai/concepts/models.md).
105
+
Each playground has different model requirements and capabilities. The supported regions vary depending on the model. For more information about model availability per region, see the [Azure OpenAI models documentation](../../../ai-services/openai/concepts/models.md).
106
106
107
107
## Fine-tune Azure OpenAI models
108
108
109
109
In Azure AI Foundry portal, you can fine-tune several Azure OpenAI models. The purpose is typically to improve model performance on specific tasks or to introduce information that wasn't well represented when you originally trained the base model.
110
110
111
-
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal to fine-tune Azure OpenAI models.
111
+
1. Go to the [Azure OpenAI page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal to fine-tune Azure OpenAI models.
112
112
1. Select **Fine-tuning** from the left pane.
113
113
114
-
:::image type="content" source="../../media/ai-services/fine-tune-azure-openai.png" alt-text="Screenshot of the page to select fine-tuning of Azure OpenAI Service models." lightbox="../../media/ai-services/fine-tune-azure-openai.png":::
114
+
:::image type="content" source="../../media/ai-services/fine-tune-azure-openai.png" alt-text="Screenshot of the page to select fine-tuning of Azure OpenAI models." lightbox="../../media/ai-services/fine-tune-azure-openai.png":::
115
115
116
116
1. Select **+ Fine-tune model** in the **Generative AI fine-tuning** tabbed page.
117
117
1. Follow the [detailed how to guide](../../../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context) to fine-tune the model.
@@ -126,18 +126,18 @@ For more information about fine-tuning Azure AI models, see:
126
126
127
127
You can deploy Azure OpenAI base models and fine-tuned models to production via the Azure AI Foundry portal.
128
128
129
-
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal.
129
+
1. Go to the [Azure OpenAI page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal.
130
130
1. Select **Deployments** from the left pane.
131
131
132
-
:::image type="content" source="../../media/ai-services/endpoint/models-endpoints-azure-openai-deployments.png" alt-text="Screenshot of the models and endpoints page to view and create Azure OpenAI Service deployments." lightbox="../../media/ai-services/endpoint/models-endpoints-azure-openai-deployments.png":::
132
+
:::image type="content" source="../../media/ai-services/endpoint/models-endpoints-azure-openai-deployments.png" alt-text="Screenshot of the models and endpoints page to view and create Azure OpenAI deployments." lightbox="../../media/ai-services/endpoint/models-endpoints-azure-openai-deployments.png":::
133
133
134
134
You can create a new deployment or view existing deployments. For more information about deploying Azure OpenAI models, see [Deploy Azure OpenAI models to production](../../how-to/deploy-models-openai.md).
135
135
136
136
## Develop apps with code
137
137
138
-
At some point, you want to develop apps with code. Here are some developer resources to help you get started with Azure OpenAI Service and Azure AI services:
139
-
-[Azure OpenAI Service and Azure AI services SDKs](../../../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context)
140
-
-[Azure OpenAI Service and Azure AI services REST APIs](../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context)
138
+
At some point, you want to develop apps with code. Here are some developer resources to help you get started with Azure OpenAI and Azure AI services:
139
+
-[Azure OpenAI and Azure AI services SDKs](../../../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context)
140
+
-[Azure OpenAI and Azure AI services REST APIs](../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context)
141
141
-[Quickstart: Get started building a chat app using code](../../quickstarts/get-started-code.md)
142
142
-[Quickstart: Get started using Azure OpenAI Assistants](../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
143
143
-[Quickstart: Use real-time speech to text](../../../ai-services/speech-service/get-started-speech-to-text.md?context=/azure/ai-studio/context/context)
0 commit comments