Skip to content

Commit 727f2e1

Browse files
committed
Standardizing language & links for AOAI prerequisites
1 parent 07fa7d4 commit 727f2e1

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

articles/cognitive-services/openai/how-to/fine-tuning.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ The Azure OpenAI Service lets you tailor our models to your personal datasets us
2222

2323
## Prerequisites
2424

25-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
25+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
2626
- Access granted to the Azure OpenAI service in the desired Azure subscription
27+
2728
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2829
- The following Python libraries: os, requests, json
29-
- An Azure OpenAI Service resource with a model deployed. If you don't have a resource/model the process is documented in our [resource deployment guide](../how-to/create-resource.md)
30+
- An Azure OpenAI Service resource with a model deployed
31+
32+
If you don't have a resource/model the process is documented in our [resource deployment guide](../how-to/create-resource.md)
3033

3134
## Fine-tuning workflow
3235

articles/cognitive-services/openai/how-to/integrate-synapseml.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ The Azure OpenAI service can be used to solve a large number of natural language
1919

2020
## Prerequisites
2121

22-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
22+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
2323
- Access granted to the Azure OpenAI service in the desired Azure subscription
24+
2425
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2526
- An Azure OpenAI resource – [create a resource](create-resource.md?pivots=web-portal#create-a-resource)
2627
- An Apache Spark cluster with SynapseML installed - create a serverless Apache Spark pool [here](../../../synapse-analytics/get-started-analyze-spark.md#create-a-serverless-apache-spark-pool)

articles/cognitive-services/openai/how-to/managed-identity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ In the following sections, you'll use the Azure CLI to assign roles, and obtain
2020

2121
## Prerequisites
2222

23-
- An Azure subscription
23+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
2424
- Access granted to the Azure OpenAI service in the desired Azure subscription
25+
2526
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
26-
- Azure CLI. [Installation Guide](/cli/azure/install-azure-cli)
27+
- Azure CLI - [Installation Guide](/cli/azure/install-azure-cli)
2728
- The following Python libraries: os, requests, json
2829

2930
## Sign into the Azure CLI

articles/cognitive-services/openai/includes/create-resource-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ keywords:
1414

1515
## Prerequisites
1616

17-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
17+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
1818
- Access granted to the Azure OpenAI service in the desired Azure subscription
19+
1920
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2021
- Azure CLI. [Installation guide](/cli/azure/install-azure-cli)
2122

articles/cognitive-services/openai/includes/create-resource-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ keywords:
1313

1414
## Prerequisites
1515

16-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
16+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
1717
- Access granted to the Azure OpenAI service in the desired Azure subscription
18+
1819
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
1920

2021
## Create a resource

articles/cognitive-services/openai/includes/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ keywords:
1717

1818
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
1919
- Access granted to the Azure OpenAI service in the desired Azure subscription
20+
2021
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2122
- <a href="https://www.python.org/" target="_blank">Python 3.7.1 or later version</a>
2223
- The following Python libraries: os, requests, json

articles/cognitive-services/openai/includes/rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ keywords:
1515

1616
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
1717
- Access granted to the Azure OpenAI service in the desired Azure subscription
18+
1819
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
1920
- <a href="https://www.python.org/" target="_blank">Python 3.7.1 or later version</a>
2021
- The following Python libraries: os, requests, json

articles/cognitive-services/openai/includes/studio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ keywords:
1515

1616
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
1717
- Access granted to the Azure OpenAI service in the desired Azure subscription
18+
1819
Currently, access to this service is granted only by invitation. You can request access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
1920
- An Azure OpenAI Service resource with a model deployed. If you don't have a resource/model, the process is documented in our [resource deployment guide](../how-to/create-resource.md)
2021

0 commit comments

Comments
 (0)