Skip to content

Commit 1b33653

Browse files
authored
Merge pull request #2263 from mrbullwinkle/mrb_01_13_2025_foundry
[Azure OpenAI] small fix
2 parents b2c724d + a191f2b commit 1b33653

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

articles/ai-services/openai/includes/chatgpt-studio.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Use GPT-4o and GPT-4o mini via the Azure OpenAI Studio'
2+
title: 'Quickstart: Use GPT-4o and GPT-4o mini via Azure AI Foundry'
33
titleSuffix: Azure OpenAI Service
4-
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure OpenAI Studio.
4+
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure AI Foundry.
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -14,17 +14,15 @@ ms.date: 09/19/2024
1414
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
1515
- An Azure OpenAI Service resource with either `gpt-4o` or the `gpt-4o-mini` models deployed. We recommend using standard or global standard model [deployment types](../how-to/deployment-types.md) for initial exploration. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
1616

17-
## Go to Azure OpenAI Studio
17+
## Go to Azure AI Foundry
1818

19-
Navigate to Azure OpenAI Studio at [https://oai.azure.com/](https://oai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
19+
Navigate to [Azure AI Foundry](https://oai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
2020

21-
From the Azure OpenAI Studio landing page, select **Chat playground**.
22-
23-
:::image type="content" source="../media/quickstarts/chatgpt-playground-new.png" alt-text="Screenshot of the Azure OpenAI Studio landing page with Chat playground highlighted." lightbox="../media/quickstarts/chatgpt-playground-new.png":::
21+
From Azure AI Foundry, select **Chat playground**.
2422

2523
## Playground
2624

27-
Start exploring Azure OpenAI Service capabilities with a no-code approach through the Azure OpenAI Studio Chat playground. From this page, you can quickly iterate and experiment with the capabilities.
25+
Start exploring Azure OpenAI Service capabilities with a no-code approach through the Azure AI Foundry Chat playground. From this page, you can quickly iterate and experiment with the capabilities.
2826

2927
:::image type="content" source="../media/quickstarts/chatgpt-playground-load-new.png" alt-text="Screenshot of the Chat playground page." lightbox="../media/quickstarts/chatgpt-playground-load-new.png":::
3028

articles/ai-services/openai/includes/studio.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Use Azure OpenAI Service via the Azure OpenAI Studio'
2+
title: 'Quickstart: Use Azure OpenAI Service via Azure AI Foundry'
33
titleSuffix: Azure OpenAI
4-
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure OpenAI Studio.
4+
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call with Azure AI Foundry.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
@@ -13,19 +13,15 @@ ms.date: 09/19/2023
1313
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
1414
- An Azure OpenAI resource with a model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
1515

16-
## Go to the Azure OpenAI Studio
16+
## Go to the Azure AI Foundry
1717

18-
Navigate to Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
19-
20-
From the Azure OpenAI Studio landing page navigate further to explore examples for prompt completion, manage your deployments and models, and find learning resources such as documentation and community forums.
21-
22-
:::image type="content" source="../media/quickstarts/studio-start-new.png" alt-text="Screenshot of the Azure OpenAI Studio landing page." lightbox="../media/quickstarts/studio-start-new.png":::
18+
Navigate to <a href="https://oai.azure.com/" target="_blank">Azure AI Foundry</a> and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
2319

2420
## Playground
2521

26-
Start exploring Azure OpenAI capabilities with a no-code approach through the GPT-3 Playground. It's simply a text box where you can submit a prompt to generate a completion. From this page, you can quickly iterate and experiment with the capabilities.
22+
Start exploring Azure OpenAI capabilities with a no-code approach through the completions playground. It's simply a text box where you can submit a prompt to generate a completion. From this page, you can quickly iterate and experiment with the capabilities.
2723

28-
:::image type="content" source="../media/quickstarts/playground-load-new.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with sections highlighted." lightbox="../media/quickstarts/playground-load-new.png":::
24+
:::image type="content" source="../media/quickstarts/playground-load-new.png" alt-text="Screenshot of the playground page of AI Foundry playground with sections highlighted." lightbox="../media/quickstarts/playground-load-new.png":::
2925

3026
You can select a deployment and choose from a few pre-loaded examples to get started. If your resource doesn't have a deployment, select **Create a deployment** and follow the instructions provided by the wizard. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
3127

@@ -43,13 +39,13 @@ In the Completions playground you can also view Python and curl code samples pre
4339

4440
To use the Azure OpenAI for text summarization in the Completions playground, follow these steps:
4541

46-
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
42+
1. Sign in to [Azure AI Foundry](https://oai.azure.com).
4743
1. Select the subscription and OpenAI resource to work with.
4844
1. Select **Completions playground** on the landing page.
4945
1. Select your deployment from the **Deployments** dropdown. If your resource doesn't have a deployment, select **Create a deployment** and then revisit this step.
5046
1. Enter a prompt for the model.
5147

52-
:::image type="content" source="../media/quickstarts/summarize-text-new.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with a text summarization example." lightbox="../media/quickstarts/summarize-text-new.png":::
48+
:::image type="content" source="../media/quickstarts/summarize-text-new.png" alt-text="Screenshot of the playground page of Azure AI Foundry with a text summarization example." lightbox="../media/quickstarts/summarize-text-new.png":::
5349

5450
1. Select `Generate`. Azure OpenAI will attempt to capture the context of text and rephrase it succinctly. You should get a result that resembles the following text:
5551

zone-pivots/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ groups:
137137
prompt: Choose your preferred usage method
138138
pivots:
139139
- id: programming-language-studio
140-
title: Studio
140+
title: Portal
141141
- id: programming-language-csharp
142142
title: C#
143143
- id: programming-language-go

0 commit comments

Comments
 (0)