Skip to content

Commit 306a94b

Browse files
committed
configure for foundry
1 parent da503aa commit 306a94b

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

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

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'Quickstart: Generate images with Azure OpenAI Service and Azure OpenAI Studio'
2+
title: 'Quickstart: Generate images with Azure OpenAI Service and Azure AI Foundry'
33
titleSuffix: Azure OpenAI
4-
description: Learn how to generate images with Azure OpenAI Service in the DALL-E playground (Preview) in Azure OpenAI Studio.
4+
description: Learn how to generate images with Azure OpenAI Service in the DALL-E playground (Preview) in Azure AI Foundry.
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom:
99
- ignite-2023
1010
ms.topic: include
11-
ms.date: 08/08/2023
11+
ms.date: 12/05/2024
1212
---
1313

14-
Use this guide to get started generating images with Azure OpenAI in your browser.
14+
Use this guide to get started generating images with Azure OpenAI in your browser with Azure AI Foundry.
1515

1616
## Prerequisites
1717

@@ -29,19 +29,13 @@ Use this guide to get started generating images with Azure OpenAI in your browse
2929
---
3030

3131

32-
## Go to Azure OpenAI Studio
32+
## Go to Azure AI Foundry
3333

34-
Browse to [Azure OpenAI Studio](https://oai.azure.com/) and sign in with the credentials associated with your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
34+
Browse to [Azure AI Foundry](https://oai.azure.com/) and sign in with the credentials associated with your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
3535

36-
#### [DALL-E 3](#tab/dalle3)
37-
38-
From the Azure OpenAI Studio landing page, select **Images playground** to use the image generation APIs. Select **Settings** near the top of the page and confirm that the **Deployment** dropdown has your DALL-E 3 deployment selected.
39-
40-
#### [DALL-E 2 (preview)](#tab/dalle2)
36+
From the Azure AI Foundry landing page, create or select a new project. Navigate to the **Models + endpoints** page on the left nav. Select **Deploy model** and then choose one of the DALL-E models from the list. Complete the deployment process.
4137

42-
From the Azure OpenAI Studio landing page, select **Images playground** to use the image generation APIs. Select **Settings** near the top of the page and confirm that the **Deployment** dropdown has the default **DALL-E 2** choice selected.
43-
44-
---
38+
On the model's page, select **Open in playground**.
4539

4640
## Try out image generation
4741

@@ -50,8 +44,6 @@ Start exploring Azure OpenAI capabilities with a no-code approach through the **
5044
> [!NOTE]
5145
> The image generation APIs come with a content moderation filter. If Azure OpenAI recognizes your prompt as harmful content, it doesn't return a generated image. For more information, see [Content filtering](../concepts/content-filter.md).
5246
53-
:::image type="content" source="../media/quickstarts/dall-e-studio-new.png" alt-text="Screenshot of the Azure OpenAI Studio landing page showing the DALL-E playground (Preview) with generated images of polar bears." lightbox="../media/quickstarts/dall-e-studio-new.png":::
54-
5547
In the **Images playground**, you can also view Python and cURL code samples, which are prefilled according to your settings. Select **View code** near the top of the page. You can use this code to write an application that completes the same task.
5648

5749
## Clean up resources

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
99
ms.custom: references_regions, ignite-2024
10-
ms.date: 10/03/2024
10+
ms.date: 12/05/2024
1111
---
1212

1313
Start using images in your AI chats with a no-code approach through Azure AI Foundry.

0 commit comments

Comments
 (0)