Skip to content

Commit 29d6036

Browse files
committed
prereqs
1 parent 771d9f9 commit 29d6036

File tree

1 file changed

+44
-30
lines changed

1 file changed

+44
-30
lines changed

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

Lines changed: 44 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following resources:
2828
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
2929
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
3030
- 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).
31+
- 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.
32+
- 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.
3133

3234
> [!div class="nextstepaction"]
3335
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OVERVIEW&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Prerequisites)
@@ -43,11 +45,13 @@ The following resources:
4345

4446
## Prerequisites
4547

46-
- The following resources:
47-
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
48-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
49-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
50-
- 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+
The following resources:
49+
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
50+
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
51+
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
52+
- 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).
53+
- 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.
54+
- 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.
5155
- The [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
5256

5357
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
@@ -62,11 +66,13 @@ The following resources:
6266

6367
## Prerequisites
6468

65-
- The following resources:
66-
- Azure OpenAI
67-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
68-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
69-
- 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).
69+
The following resources:
70+
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
71+
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
72+
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
73+
- 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).
74+
- 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.
75+
- 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.
7076

7177
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
7278

@@ -117,11 +123,13 @@ The following resources:
117123

118124
## Prerequisites
119125

120-
- The following resources:
121-
- Azure OpenAI
122-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
123-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
124-
- 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).
126+
The following resources:
127+
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
128+
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
129+
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
130+
- 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).
131+
- 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.
132+
- 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.
125133

126134
[Reference](https://platform.openai.com/docs/api-reference?lang=python) | [Source code](https://github.com/openai/openai-python) | [Package (pypi)](https://pypi.org/project/openai/) | [Samples](https://github.com/openai/openai-cookbook/)
127135

@@ -138,11 +146,13 @@ These links reference the OpenAI API for Python. There's no Azure-specific OpenA
138146

139147
## Prerequisites
140148

141-
- The following resources:
142-
- Azure OpenAI
143-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
144-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
145-
- 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).
149+
The following resources:
150+
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
151+
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
152+
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
153+
- 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).
154+
- 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.
155+
- 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.
146156

147157
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
148158

@@ -155,11 +165,13 @@ These links reference the OpenAI API for Python. There's no Azure-specific OpenA
155165

156166
## Prerequisites
157167

158-
- The following resources:
159-
- Azure OpenAI
160-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
161-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
162-
- 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).
168+
The following resources:
169+
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
170+
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
171+
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
172+
- 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).
173+
- 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.
174+
- 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.
163175

164176
[Reference](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go) | [Source code](https://github.com/Azure/azure-sdk-for-go) | [Package (Go)](https://pkg.go.dev/github.com/azure/azure-dev) | [Samples](https://github.com/azure-samples/azure-sdk-for-go-samples)
165177

@@ -174,11 +186,13 @@ These links reference the OpenAI API for Python. There's no Azure-specific OpenA
174186

175187
## Prerequisites
176188

177-
- The following resources:
178-
- Azure OpenAI
179-
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
180-
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
181-
- 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).
189+
The following resources:
190+
- [Azure OpenAI](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI)
191+
- [Azure Blob Storage](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM)
192+
- [Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
193+
- 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).
194+
- 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.
195+
- 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.
182196

183197
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
184198

0 commit comments

Comments
 (0)