Skip to content

Commit f208d9b

Browse files
authored
Merge branch 'release-build-ai-foundry-non-FDP-features' into build-foundry-playgrounds
2 parents f8b6ccd + 4f5949f commit f208d9b

File tree

449 files changed

+6775
-2652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+6775
-2652
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
"branch": "main",
9393
"branch_mapping": {}
9494
},
95+
{
96+
"path_to_root": "azure-functions-ai-services-agent-javascript",
97+
"url": "https://github.com/Azure-Samples/azure-functions-ai-services-agent-javascript",
98+
"branch": "main",
99+
"branch_mapping": {}
100+
},
95101
{
96102
"path_to_root": "samples-cognitive-services-speech-sdk",
97103
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",

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

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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
33
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.
55
manager: nitinme
66
ms.service: azure-ai-foundry
77
ms.custom:
@@ -15,57 +15,57 @@ ms.author: eur
1515
author: eric-urban
1616
---
1717

18-
# How to use Azure OpenAI Service in Azure AI Foundry portal
18+
# How to use Azure OpenAI in Azure AI Foundry portal
1919

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

2222
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.
2525

2626
> [!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.
2828
2929
## Use Azure OpenAI models outside of a project
3030

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

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.
3535
1. Find the tile that says **Focused on Azure OpenAI Service?** and select **Let's go**.
3636

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

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

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

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

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

49-
## <a name="project"></a> Use Azure OpenAI Service in a project
49+
## <a name="project"></a> Use Azure OpenAI in a project
5050

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

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:
5454

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)
5757

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

6262
:::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

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

66-
### Connect Azure OpenAI Service after you create a project
66+
### Connect Azure OpenAI after you create a project
6767

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:
6969

7070
1. Go to your Azure AI Foundry project.
7171
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
7474

7575
:::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

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

7979
:::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

@@ -86,32 +86,32 @@ If you already have a project and you want to connect your existing Azure OpenAI
8686

8787
## Try Azure OpenAI models in the playgrounds
8888

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

9191
> [!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.
9393
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.
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." lightbox="../../media/ai-services/playgrounds/azure-openai-studio-playgrounds.png":::
9898

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:
100100
- [Quickstart: Use the chat playground](../../quickstarts/get-started-playground.md)
101101
- [Quickstart: Get started using Azure OpenAI Assistants](../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
102102
- [Quickstart: Use GPT-4o in the real-time audio playground](../../../ai-services/openai/realtime-audio-quickstart.md?context=/azure/ai-studio/context/context)
103103
- [Quickstart: Analyze images and video in the chat playground](/azure/ai-services/openai/gpt-v-quickstart)
104104

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

107107
## Fine-tune Azure OpenAI models
108108

109109
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.
110110

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.
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 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.
117117
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:
126126

127127
You can deploy Azure OpenAI base models and fine-tuned models to production via the Azure AI Foundry portal.
128128

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.
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 deployments." lightbox="../../media/ai-services/endpoint/models-endpoints-azure-openai-deployments.png":::
133133

134134
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

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)
141141
- [Quickstart: Get started building a chat app using code](../../quickstarts/get-started-code.md)
142142
- [Quickstart: Get started using Azure OpenAI Assistants](../../../ai-services/openai/assistants-quickstart.md?context=/azure/ai-studio/context/context)
143143
- [Quickstart: Use real-time speech to text](../../../ai-services/speech-service/get-started-speech-to-text.md?context=/azure/ai-studio/context/context)

articles/ai-foundry/at-foundry/ask-at-foundry.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)