Skip to content

Commit f2308ad

Browse files
committed
add studio qs pivot
1 parent e7d202b commit f2308ad

File tree

4 files changed

+57
-2
lines changed

4 files changed

+57
-2
lines changed

articles/ai-foundry/openai/includes/video-generation-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: include
77
ms.date: 5/29/2025
88
---
99

10-
[!INCLUDE [Video generation introduction](video-generation-intro.md)]
10+
1111

1212
## Prerequisites
1313

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: 'Quickstart: Generate videos with Sora in Azure AI Foundry Models and Azure AI Foundry'
3+
titleSuffix: Azure OpenAI
4+
description: Learn how to generate videos with Sora in the video playground (preview) in Azure AI Foundry.
5+
manager: nitinme
6+
ms.service: azure-ai-openai
7+
ms.topic: include
8+
ms.date: 09/08/2025
9+
---
10+
11+
12+
## Prerequisites
13+
14+
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
15+
- An Azure OpenAI resource created in a supported region. See [Region availability](/azure/ai-foundry/openai/concepts/models#model-summary-table-and-region-availability). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
16+
17+
## Go to Azure AI Foundry portal
18+
19+
Browse to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) 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.
20+
21+
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 the Sora video generation model from the list. Complete the deployment process.
22+
23+
On the model's page, select **Open in playground**.
24+
25+
## Try out video generation
26+
27+
Start exploring Sora video generation with a no-code approach through the **Video playground**. Enter your prompt into the text box and select **Generate**. When the AI-generated video is ready, it appears on the page.
28+
29+
> [!NOTE]
30+
> The content generation APIs come with a content moderation filter. If Azure OpenAI recognizes your prompt as harmful content, it doesn't return a generated video. For more information, see [Content filtering](../concepts/content-filter.md).
31+
32+
In the **Video playground**, you can also view Python and cURL code samples, which are prefilled according to your settings. Select the code button at the top of your video playback pane. You can use this code to write an application that completes the same task.

articles/ai-foundry/openai/video-generation-quickstart.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,28 @@ ms.service: azure-ai-openai
77
ms.topic: quickstart
88
author: PatrickFarley
99
ms.author: pafarley
10-
ms.date: 5/29/2025
10+
ms.date: 09/08/2025
11+
zone_pivot_groups: openai-video-generation
1112
---
1213

1314
# Quickstart: Generate a video with Sora (preview)
1415

16+
[!INCLUDE [Video generation introduction](video-generation-intro.md)]
17+
18+
::: zone pivot="ai-foundry-portal"
19+
20+
[!INCLUDE [Portal quickstart](includes/video-generation-studio.md)]
21+
22+
::: zone-end
23+
24+
::: zone pivot="rest-api"
25+
26+
1527
[!INCLUDE [REST API quickstart](includes/video-generation-rest.md)]
1628

29+
::: zone-end
30+
31+
1732
## Clean-up resources
1833

1934
If you want to clean up and remove an Azure OpenAI resource, you can delete the resource. Before deleting the resource, you must first delete any deployed models.

zone-pivots/zone-pivot-groups.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,14 @@ groups:
11971197
title: Python
11981198
- id: programming-language-typescript
11991199
title: TypeScript
1200+
- id: openai-video-generation
1201+
title: Programming languages
1202+
prompt: Choose your preferred usage method
1203+
pivots:
1204+
- id: ai-foundry-portal
1205+
title: Foundry portal
1206+
- id: rest-api
1207+
title: REST API
12001208
- id: agents-quickstart
12011209
title: Usage methods
12021210
prompt: Choose a usage method

0 commit comments

Comments
 (0)