Skip to content

Commit cd9ef3b

Browse files
committed
fix links
1 parent e425643 commit cd9ef3b

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

articles/ai-studio/ai-services/how-to/connect-azure-openai.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ To use Azure OpenAI Service outside of a project, follow these steps:
3434
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.
3535
1. Find the tile that says **Focused on Azure OpenAI Service?** and select **Let's go**.
3636

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":::
3838

3939
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.
4040

4141
1. You should see your existing Azure OpenAI Service resources. In this example, the Azure OpenAI Service resource `contoso-azure-openai-eastus` is selected.
4242

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":::
4444

4545
If your subscription has multiple Azure OpenAI Service resources, you can use the selector or go to **All resources** to see all your resources.
4646

@@ -59,9 +59,9 @@ Let's look at two ways to connect Azure OpenAI Service resources to a project:
5959

6060
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.
6161

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":::
6363

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.
6565

6666
### Connect Azure OpenAI Service after you create a project
6767

@@ -72,15 +72,15 @@ If you already have a project and you want to connect your existing Azure OpenAI
7272
1. Select **Connected resources** (under **Project**) from the left pane.
7373
1. Select **+ New connection**.
7474

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":::
7676

7777
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.
7878

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":::
8080

8181
1. On the next page in the wizard, browse or search to find the resource you want to connect. Then select **Add connection**.
8282

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":::
8484

8585
1. After the resource is connected, select **Close** to return to the **Connected resources** page. You should see the new connection listed.
8686

@@ -94,15 +94,15 @@ You can try Azure OpenAI models in the Azure OpenAI Service playgrounds outside
9494
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Studio.
9595
1. Select a playground from under **Resource playground** in the left pane.
9696

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":::
9898

9999
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)
104104

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).
106106

107107
## Fine-tune Azure OpenAI models
108108

@@ -111,15 +111,15 @@ In AI Studio, you can fine-tune several Azure OpenAI models. The purpose is typi
111111
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Studio to fine-tune Azure OpenAI models.
112112
1. Select **Fine-tuning** from the left pane.
113113

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":::
115115

116116
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.
118118

119119
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)
123123

124124

125125
## Deploy models to production
@@ -129,21 +129,21 @@ You can deploy Azure OpenAI base models and fine-tuned models to production via
129129
1. Go to the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Studio.
130130
1. Select **Deployments** from the left pane.
131131

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":::
133133

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).
135135

136136
## Develop apps with code
137137

138138
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)
144144

145145

146146
## Related content
147147

148-
- [Azure OpenAI in AI Studio](../azure-openai-in-ai-studio.md)
148+
- [Azure OpenAI in AI Studio](../../azure-openai-in-ai-studio.md)
149149
- [Use Azure AI services resources](./connect-ai-services.md)

0 commit comments

Comments
 (0)