Skip to content

Commit 07fa7d4

Browse files
committed
Minor language & formatting updates
1 parent 7774fed commit 07fa7d4

File tree

8 files changed

+11
-8
lines changed

8 files changed

+11
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Azure OpenAI Service lets you tailor our models to your personal datasets us
2323
## Prerequisites
2424

2525
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
26-
- Access granted to the service in the desired Azure subscription
26+
- Access granted to the Azure OpenAI service in the desired Azure subscription
2727
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.
2828
- The following Python libraries: os, requests, json
2929
- 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)

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

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

2020
## Prerequisites
2121

22-
- An Azure OpenAI resource – request access [here](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUOFA5Qk1UWDRBMjg0WFhPMkIzTzhKQ1dWNyQlQCN0PWcu) before [creating a resource](create-resource.md?pivots=web-portal#create-a-resource)
22+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
23+
- Access granted to the Azure OpenAI service in the desired Azure subscription
24+
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.
25+
- An Azure OpenAI resource – [create a resource](create-resource.md?pivots=web-portal#create-a-resource)
2326
- 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)
2427

2528
We recommend [creating a Synapse workspace](../../../synapse-analytics/get-started-create-workspace.md), but an Azure Databricks, HDInsight, or Spark on Kubernetes, or even a Python environment with the `pyspark` package, will also work.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the following sections, you'll use the Azure CLI to assign roles, and obtain
2121
## Prerequisites
2222

2323
- An Azure subscription
24-
- Access granted to the service in the desired Azure subscription
24+
- Access granted to the Azure OpenAI service in the desired Azure subscription
2525
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.
2626
- Azure CLI. [Installation Guide](/cli/azure/install-azure-cli)
2727
- The following Python libraries: os, requests, json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords:
1515
## Prerequisites
1616

1717
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
- Access granted to the service in the desired Azure subscription
18+
- Access granted to the Azure OpenAI service in the desired Azure subscription
1919
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.
2020
- Azure CLI. [Installation guide](/cli/azure/install-azure-cli)
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414
## Prerequisites
1515

1616
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
17-
- Access granted to the service in the desired Azure subscription
17+
- Access granted to the Azure OpenAI service in the desired Azure subscription
1818
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.
1919

2020
## Create a resource

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616
## Prerequisites
1717

1818
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
19-
- Access granted to the service in the desired Azure subscription
19+
- Access granted to the Azure OpenAI service in the desired Azure subscription
2020
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.
2121
- <a href="https://www.python.org/" target="_blank">Python 3.7.1 or later version</a>
2222
- The following Python libraries: os, requests, json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414
## Prerequisites
1515

1616
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
17-
- Access granted to the service in the desired Azure subscription
17+
- Access granted to the Azure OpenAI service in the desired Azure subscription
1818
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.
1919
- <a href="https://www.python.org/" target="_blank">Python 3.7.1 or later version</a>
2020
- The following Python libraries: os, requests, json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414
## Prerequisites
1515

1616
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
17-
- Access granted to the service in the desired Azure subscription
17+
- Access granted to the Azure OpenAI service in the desired Azure subscription
1818
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.
1919
- 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)
2020

0 commit comments

Comments
 (0)