Skip to content

Commit 3d20e7d

Browse files
authored
Merge pull request #373 from kedillo/patch-1
Update use-your-data-quickstart.m to adjust pre-reqs
2 parents 2fd1547 + 3c05efa commit 3d20e7d

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)