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-studio/ai-services/how-to/connect-azure-openai.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ To use Azure OpenAI Service outside of a project, follow these steps:
34
34
1. Go to the [AI Studio home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure OpenAI Service resource.
35
35
1. Find the tile that says **Focused on Azure OpenAI Service?** and select **Let's go**.
36
36
37
-
:::image type="content" source="../media/azure-openai-in-ai-studio/home-page.png" alt-text="Screenshot of the home page in Azure AI Studio with the option to select Azure OpenAI Service." lightbox="../media/azure-openai-in-ai-studio/home-page.png":::
37
+
:::image type="content" source="../../media/azure-openai-in-ai-studio/home-page.png" alt-text="Screenshot of the home page in Azure AI Studio with the option to select Azure OpenAI Service." lightbox="../../media/azure-openai-in-ai-studio/home-page.png":::
38
38
39
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 AI Studio.
40
40
41
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.
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 Studio." 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 Service resources page in Azure AI Studio." lightbox="../../media/ai-services/azure-openai-studio-select-resource.png":::
44
44
45
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.
46
46
@@ -59,9 +59,9 @@ Let's look at two ways to connect Azure OpenAI Service resources to a project:
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
-
:::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":::
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
-
For more details about creating a project, see the [create an AI Studio 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.
64
+
For more details about creating a project, see the [create an AI Studio 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
66
### Connect Azure OpenAI Service after you create a project
67
67
@@ -72,15 +72,15 @@ If you already have a project and you want to connect your existing Azure OpenAI
72
72
1. Select **Connected resources** (under **Project**) from the left pane.
73
73
1. Select **+ New connection**.
74
74
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":::
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
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.
78
78
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":::
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
81
81
1. On the next page in the wizard, browse or search to find the resource you want to connect. Then select **Add connection**.
82
82
83
-
:::image type="content" source="../media/ai-services/connections-add-azure-openai.png" alt-text="Screenshot of the page to select the Azure AI Service resource that you want to connect to the project." lightbox="../media/ai-services/connections-add-azure-openai.png":::
83
+
:::image type="content" source="../../media/ai-services/connections-add-azure-openai.png" alt-text="Screenshot of the page to select the Azure AI Service resource that you want to connect to the project." lightbox="../../media/ai-services/connections-add-azure-openai.png":::
84
84
85
85
1. After the resource is connected, select **Close** to return to the **Connected resources** page. You should see the new connection listed.
86
86
@@ -94,15 +94,15 @@ You can try Azure OpenAI models in the Azure OpenAI Service playgrounds outside
94
94
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Studio.
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 Service." lightbox="../../media/ai-services/playgrounds/azure-openai-studio-playgrounds.png":::
98
98
99
99
Here are a few guides to help you get started with Azure OpenAI Service playgrounds:
100
-
-[Quickstart: Use the chat playground](../quickstarts/get-started-playground.md)
101
-
-[Quickstart: Get started using Azure OpenAI Assistants](../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
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
-
-[Quickstart: Analyze images and video with GPT-4 for Vision in the playground](../quickstarts/multimodal-vision.md)
100
+
-[Quickstart: Use the chat playground](../../quickstarts/get-started-playground.md)
101
+
-[Quickstart: Get started using Azure OpenAI Assistants](../../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
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
+
-[Quickstart: Analyze images and video with GPT-4 for Vision in the playground](../../quickstarts/multimodal-vision.md)
104
104
105
-
Each playground has different model requirements and capabilities. The supported regions will 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 will 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).
106
106
107
107
## Fine-tune Azure OpenAI models
108
108
@@ -111,15 +111,15 @@ In AI Studio, you can fine-tune several Azure OpenAI models. The purpose is typi
111
111
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Studio 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 Service 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
-
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.
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.
118
118
119
119
For more information about fine-tuning Azure AI models, see:
120
-
-[Overview of fine-tuning in AI Studio](../concepts/fine-tuning-overview.md)
121
-
-[How to fine-tune Azure OpenAI models](../../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context)
122
-
-[Azure OpenAI models that are available for fine-tuning](../../ai-services/openai/concepts/models.md?context=/azure/ai-studio/context/context)
120
+
-[Overview of fine-tuning in AI Studio](../../concepts/fine-tuning-overview.md)
121
+
-[How to fine-tune Azure OpenAI models](../../../../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context)
122
+
-[Azure OpenAI models that are available for fine-tuning](../../../../ai-services/openai/concepts/models.md?context=/azure/ai-studio/context/context)
123
123
124
124
125
125
## Deploy models to production
@@ -129,21 +129,21 @@ You can deploy Azure OpenAI base models and fine-tuned models to production via
129
129
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Studio.
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 Service deployments." lightbox="../../media/ai-services/endpoint/models-endpoints-azure-openai-deployments.png":::
133
133
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).
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
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)
141
-
-[Quickstart: Get started building a chat app using code](../quickstarts/get-started-code.md)
142
-
-[Quickstart: Get started using Azure OpenAI Assistants](../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
143
-
-[Quickstart: Use real-time speech to text](../../ai-services/speech-service/get-started-speech-to-text.md?context=/azure/ai-studio/context/context)
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)
141
+
-[Quickstart: Get started building a chat app using code](../../quickstarts/get-started-code.md)
142
+
-[Quickstart: Get started using Azure OpenAI Assistants](../../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
143
+
-[Quickstart: Use real-time speech to text](../../../../ai-services/speech-service/get-started-speech-to-text.md?context=/azure/ai-studio/context/context)
144
144
145
145
146
146
## Related content
147
147
148
-
-[Azure OpenAI in AI Studio](../azure-openai-in-ai-studio.md)
148
+
-[Azure OpenAI in AI Studio](../../azure-openai-in-ai-studio.md)
149
149
-[Use Azure AI services resources](./connect-ai-services.md)
0 commit comments