Skip to content

Commit 39305af

Browse files
committed
PR fixes
1 parent fa8897a commit 39305af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/ai-services/openai/includes/model-matrix/standard-image-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/06/2025
1010
---
1111

1212
| **Region** | **dall-e-3**, **3.0** | **gpt-image-1** |
13-
|:-----------------|:---------------------:| |
13+
|:-----------------|:---------------------:|---|
1414
| australiaeast || |
1515
| eastus || |
1616
| swedencentral || |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this Quickstart, you generate video clips using the Azure OpenAI service. The
2020
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
2121
- <a href="https://www.python.org/" target="_blank">Python 3.8 or later version</a>.
2222
- An Azure OpenAI resource created in a supported region. See [Region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability).
23-
- Then, you need to deploy a `sora` model with your Azure resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
23+
- Then, you need to deploy a `sora` model with your Azure resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](./how-to/create-resource.md).
2424

2525

2626
## Setup
@@ -36,9 +36,9 @@ To successfully call the Azure OpenAI APIs, you need the following information a
3636

3737
Go to your resource in the Azure portal. On the navigation pane, select **Keys and Endpoint** under **Resource Management**. Copy the **Endpoint** value and an access key value. You can use either the **KEY 1** or **KEY 2** value. Always having two keys allows you to securely rotate and regenerate keys without causing a service disruption.
3838

39-
:::image type="content" source="../media/quickstarts/endpoint.png" alt-text="Screenshot that shows the Keys and Endpoint page for an Azure OpenAI resource in the Azure portal." lightbox="../media/quickstarts/endpoint.png":::
39+
:::image type="content" source="./media/quickstarts/endpoint.png" alt-text="Screenshot that shows the Keys and Endpoint page for an Azure OpenAI resource in the Azure portal." lightbox="../media/quickstarts/endpoint.png":::
4040

41-
[!INCLUDE [environment-variables](environment-variables.md)]
41+
[!INCLUDE [environment-variables](./includes/environment-variables.md)]
4242

4343

4444

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article provides a summary of the latest releases and major documentation u
2424

2525
Sora (2025-05-02) is a video generation model from OpenAI that can create realistic and imaginative video scenes from text instructions.
2626

27-
Follow the [Video generation quickstart](/en-us/azure/ai-services/openai/video-generation-quickstart) to get started. For more information, see the [Video generation concepts](./concepts/video-generation.md) guide.
27+
Follow the [Video generation quickstart](/azure/ai-services/openai/video-generation-quickstart) to get started. For more information, see the [Video generation concepts](./concepts/video-generation.md) guide.
2828

2929
### PII detection content filter
3030

0 commit comments

Comments
 (0)