Skip to content

Commit a4f272c

Browse files
committed
fix prerequisites and build errors
# Conflicts: # articles/ai-foundry/how-to/use-image-models.md
1 parent e13873d commit a4f272c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/ai-foundry/how-to/use-image-models.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ This article explains how to use _image_ models in the AI Foundry model catalog.
2020
## Prerequisites
2121

2222
To use image models in your application, you need:
23+
24+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
25+
26+
- An [Azure AI Foundry project](create-projects.md).
2327

24-
[!INCLUDE [how-to-prerequisites](../includes/how-to-prerequisites.md)]
28+
- An image model deployment on Azure AI Foundry.
2529

26-
* An image model deployment on Azure AI Foundry. This article uses a __Mistral OCR__ model deployment.
30+
- This article uses a __Mistral OCR__ model deployment.
31+
32+
- The endpoint URL and key.
2733

2834
## Use image model
2935

@@ -105,7 +111,5 @@ Some image models only support specific data formats. Mistral OCR 25.03, for exa
105111
106112
## Related content
107113
108-
* [How to use Image Generation Models on Azure OpenAI](.././how-to/dall-e?tabs=gpt-image-1.md)
109-
110-
::: zone-end
114+
- [How to use image generation models on Azure OpenAI](../../ai-services/openai/how-to/dall-e.md)
111115

0 commit comments

Comments
 (0)