Skip to content

Commit 795ac82

Browse files
authored
Merge pull request #204472 from PatrickFarley/cogserv
[cog svcs] build validation fixes
2 parents e4ba45f + fe23d6f commit 795ac82

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

articles/applied-ai-services/form-recognizer/concept-model-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ A composed model is created by taking a collection of custom models and assignin
182182
| **Model ID** | **Text extraction** | **Language detection** | **Selection Marks** | **Tables** | **Paragraphs** | **Paragraph roles** | **Key-Value pairs** | **Fields** |
183183
|:-----|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
184184
|🆕 [prebuilt-read](concept-read.md#data-extraction) ||| | || | | |
185-
|🆕 [prebuilt-tax.us.w2](concept-w2.md#field-extraction) || || || | ||
186-
|🆕 [prebuilt-document](concept-general-document.md#data-extraction)|| |||| || |
187-
| [prebuilt-layout](concept-layout.md#data-extraction) || ||||| | | |
185+
|🆕 [prebuilt-tax.us.w2](concept-w2.md#field-extraction) || || || | ||
186+
|🆕 [prebuilt-document](concept-general-document.md#data-extraction)|| |||| || |
187+
| [prebuilt-layout](concept-layout.md#data-extraction) || ||||| | |
188188
| [prebuilt-invoice](concept-invoice.md#field-extraction) || |||| |||
189189
| [prebuilt-receipt](concept-receipt.md#field-extraction) || | | || | ||
190190
| [prebuilt-idDocument](concept-id-document.md#field-extraction) || | | || | ||

articles/cognitive-services/language-service/question-answering/how-to/authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 11/23/2021
1515
The question answering Authoring API is used to automate common tasks like adding new question answer pairs, as well as creating, publishing, and maintaining projects/knowledge bases.
1616

1717
> [!NOTE]
18-
> Authoring functionality is available via the REST API and [Authoring SDK (preview)](https://docs.microsoft.com/dotnet/api/overview/azure/ai.language.questionanswering-readme-pre). This article provides examples of using the REST API with cURL. For full documentation of all parameters and functionality available consult the [REST API reference content](/rest/api/cognitiveservices/questionanswering/question-answering-projects).
18+
> Authoring functionality is available via the REST API and [Authoring SDK (preview)](/dotnet/api/overview/azure/ai.language.questionanswering-readme-pre). This article provides examples of using the REST API with cURL. For full documentation of all parameters and functionality available consult the [REST API reference content](/rest/api/cognitiveservices/questionanswering/question-answering-projects).
1919
2020
## Prerequisites
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ When you're done with your fine-tuned model, you can delete the deployment and f
236236

237237
### Delete your model deployment
238238

239-
To delete a deployment, you can use the [Azure CLI](/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest#az-cognitiveservices-account-deployment-delete), Azure OpenAI Studio or [REST APIs](../reference.md#delete-a-deployment). here's an example of how to delete your deployment with the Azure CLI:
239+
To delete a deployment, you can use the [Azure CLI](/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest&preserve-view=true#az-cognitiveservices-account-deployment-delete), Azure OpenAI Studio or [REST APIs](../reference.md#delete-a-deployment). here's an example of how to delete your deployment with the Azure CLI:
240240

241241
```console
242242
az cognitiveservices account deployment delete --name

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

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

2323
- An Azure subscription
2424
- Access granted to service in the desired Azure subscription.
25-
- Azure CLI. [Installation Guide](https://docs.microsoft.com/cli/azure/install-azure-cli)
25+
- Azure CLI. [Installation Guide](/cli/azure/install-azure-cli)
2626
- The following python libraries: os, requests, json
2727

2828
## Sign into the Azure CLI

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ keywords:
1515
## Prerequisites
1616

1717
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
- Access granted to service in the desired Azure subscription. This service is currently invite only. You can fill out a new use case request here: <https://aka.ms/oai/access>. Please open an issue on this repo to contact us if you have an issue
18+
- Access granted to service in the desired AzuFre subscription. This service is currently invite only. You can fill out a new use case request here: <https://aka.ms/oai/access>. Please open an issue on this repo to contact us if you have an issue
1919
- Azure CLI. [Installation guide](/cli/azure/install-azure-cli)
2020

2121
## Sign in to the CLI
2222

2323
run the az login command to log in, `az login`
2424

2525
## Create a new Azure Resource Group
26-
You must have an Azure resource group in order to create an OpenAI resource. When you create a new resource, you have the option to either create a new resource group, or use an existing one. This article shows how to create a new resource group. You can create a new resource group in the Azure CLI using the `az group create` command. The example below creates a new resource group in the eastus location. you can find the full [reference documentation here](/cli/azure/group?view=azure-cli-latest#az-group-create).
26+
You must have an Azure resource group in order to create an OpenAI resource. When you create a new resource, you have the option to either create a new resource group, or use an existing one. This article shows how to create a new resource group. You can create a new resource group in the Azure CLI using the `az group create` command. The example below creates a new resource group in the eastus location. you can find the full [reference documentation here](/cli/azure/group?view=azure-cli-latest&preserve-view=true#az-group-create).
2727

2828
```azurecli
2929
az group create \
@@ -32,7 +32,7 @@ az group create \
3232
```
3333

3434
## Create a resource
35-
Run the following command to create an OpenAI resource in the new resource group. In this example, we create a resource called MyOpenAIResource in the resource group called OAIResourceGroup. Make sure to update with your own values for the resource group, resource name and your Azure Subscription ID. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-create).
35+
Run the following command to create an OpenAI resource in the new resource group. In this example, we create a resource called MyOpenAIResource in the resource group called OAIResourceGroup. Make sure to update with your own values for the resource group, resource name and your Azure Subscription ID. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account?view=azure-cli-latest&preserve-view=true#az-cognitiveservices-account-create).
3636

3737
```azurecli
3838
az cognitiveservices account create \
@@ -46,7 +46,7 @@ az cognitiveservices account create \
4646

4747

4848
## Retrieve information from your resource
49-
Once your resource has been created, you can use the Azure CLI to find useful information about your service such as your REST API endpoint base URL and the access keys. Below are examples on how to do both. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account?view=azure-cli-latest).
49+
Once your resource has been created, you can use the Azure CLI to find useful information about your service such as your REST API endpoint base URL and the access keys. Below are examples on how to do both. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account?view=azure-cli-latest&preserve-view=true).
5050

5151
1. **Retrieve your endpoint**:
5252

@@ -66,7 +66,7 @@ Once your resource has been created, you can use the Azure CLI to find useful in
6666

6767
## Deploy a model
6868

69-
To deploy a model, you can use the Azure CLI to run the following command to deploy an instance of text-curie-001. In this example, we deploy a model called MyModel. Make sure to update with your own values. You don't need to change the `model-version`, `model-format` or `scale-settings-scale-type` values. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest).
69+
To deploy a model, you can use the Azure CLI to run the following command to deploy an instance of text-curie-001. In this example, we deploy a model called MyModel. Make sure to update with your own values. You don't need to change the `model-version`, `model-format` or `scale-settings-scale-type` values. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest&preserve-view=true).
7070

7171
```azurecli
7272
az cognitiveservices account deployment create \
@@ -81,7 +81,7 @@ az cognitiveservices account deployment create \
8181

8282
## Delete a model from your resource
8383

84-
You can delete any model you've deployed from your resource. To do so, you can use the Azure CLI to run the following command. In this example, we delete a model called MyModel. Make sure to update with your own values. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest#az-cognitiveservices-account-deployment-delete).
84+
You can delete any model you've deployed from your resource. To do so, you can use the Azure CLI to run the following command. In this example, we delete a model called MyModel. Make sure to update with your own values. You can find the full [reference documentation here](/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest&preserve-view=true#az-cognitiveservices-account-deployment-delete).
8585

8686
```azurecli
8787
az cognitiveservices account deployment delete \

0 commit comments

Comments
 (0)