Skip to content

Commit 3c05efa

Browse files
authored
Update use-your-data-quickstart.m to adjust pre-reqs
Adjusting the pre-reqs for the AI Foundry preferred programming language since we see better results when getting directly into the chat playground as quickly as possible where they can set up those services. Additionally, the current pre-reqs link to Azure OpenAI service twice, which causes confusion
1 parent 7544297 commit 3c05efa

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

articles/ai-services/openai/use-your-data-quickstart.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ In this quickstart, you can use your own data with Azure OpenAI models. Using Az
2222
## Prerequisites
2323

2424
The following resources:
25-
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
26-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
27-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
28-
- An [Azure OpenAI resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI) deployed in a [supported region and with a supported model](./concepts/use-your-data.md#regional-availability-and-model-support).
29-
- Be sure that you're assigned at least the [Cognitive Services Contributor](./how-to/role-based-access-control.md#cognitive-services-contributor) role for the Azure OpenAI resource.
25+
-
3026
- Download the example data from [GitHub](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/openai/contoso_benefits_document_example.pdf) if you don't have your own data.
3127

3228

@@ -41,11 +37,7 @@ The following resources:
4137
## Prerequisites
4238

4339
The following resources:
44-
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
45-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
46-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
47-
- An [Azure OpenAI resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI) deployed in a [supported region and with a supported model](./concepts/use-your-data.md#regional-availability-and-model-support).
48-
- Be sure that you're assigned at least the [Cognitive Services Contributor](./how-to/role-based-access-control.md#cognitive-services-contributor) role for the Azure OpenAI resource.
40+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
4941
- Download the example data from [GitHub](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/openai/contoso_benefits_document_example.pdf) if you don't have your own data.
5042
- The [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
5143

0 commit comments

Comments
 (0)