Skip to content

Commit 88c3a5f

Browse files
authored
Merge pull request #207632 from laujan/review-pr-207604-dk
Review pr 207604 Dennis Kennedy
2 parents 1ff1b2e + c0b2b4e commit 88c3a5f

File tree

11 files changed

+40336
-40350
lines changed

11 files changed

+40336
-40350
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,9 @@
10221022
"articles/azure-video-indexer/.openpublishing.redirection.azure-video-indexer.json",
10231023
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
10241024
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
1025-
".openpublishing.redirection.virtual-desktop.json"
1025+
".openpublishing.redirection.virtual-desktop.json",
1026+
"articles/applied-ai-services/.openpublishing.redirection.applied-ai-services.json",
1027+
"articles/applied-ai-services/.openpublishing.redirection.applied-ai-services-renamed.json",
1028+
"articles/cognitive-services/.openpublishing.redirection.cognitive-services.json"
10261029
]
10271030
}

.openpublishing.redirection.json

Lines changed: 34185 additions & 40335 deletions
Large diffs are not rendered by default.

articles/applied-ai-services/.openpublishing.redirection.applied-ai-services-renamed.json

Lines changed: 324 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-business-cards.md",
5+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-business-card",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-identification-cards.md",
10+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-id-document",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-invoices.md",
15+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-invoice",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-receipts.md",
20+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-receipt",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/generate-sas-tokens.md",
25+
"redirect_url": "/azure/applied-ai-services/form-recognizer/create-sas-tokens",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/managed-identity-byos.md",
30+
"redirect_url": "/azure/applied-ai-services/form-recognizer/managed-identities",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/client-library.md",
35+
"redirect_url": "/azure/applied-ai-services/form-recognizer/quickstarts/try-sdk-rest-api",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/get-started-with-form-recognizer.md",
40+
"redirect_url": "/azure/applied-ai-services/form-recognizer/quickstarts/try-sample-label-tool",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/try-sdk-rest-api.md",
45+
"redirect_url": "/azure/applied-ai-services/form-recognizer/how-to-guides/try-sdk-rest-api",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/tutorial-ai-builder.md",
50+
"redirect_url": "/ai-builder/create-form-processing-model",
51+
"redirect_document_id": false
52+
}
53+
]
54+
}

articles/cognitive-services/.openpublishing.redirection.cognitive-services.json

Lines changed: 5755 additions & 0 deletions
Large diffs are not rendered by default.

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/language-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: aahi
1919
2020
## Create a new Azure Language resource and Azure storage account
2121

22-
Before you can use custom NER, youll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. Youll also need an Azure storage account, where you can upload your dataset that will be used to build your model.
22+
Before you can use custom NER, you'll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. You'll also need an Azure storage account, where you can upload your dataset that will be used to build your model.
2323

2424
> [!IMPORTANT]
2525
> To quickly get started, we recommend creating a new Azure Language resource using the steps provided in this article. Using the steps in this article will let you create the Language resource and storage account at the same time, which is easier than doing it later.
@@ -58,7 +58,7 @@ Typically after you create a project, you go ahead and start [tagging the docume
5858
5959
## Deploy your model
6060

61-
Generally after training a model you would review its [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
61+
Generally after training a model you would review its [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/view-model-evaluation.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
6262

6363
[!INCLUDE [Deploy a model using Language Studio](../language-studio/deploy-model.md)]
6464

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: aahi
1818
1919
## Create a new Azure Language resource and Azure storage account
2020

21-
Before you can use custom NER, youll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. Youll also need an Azure storage account, where you can upload your dataset that will be used in building your model.
21+
Before you can use custom NER, you'll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. You'll also need an Azure storage account, where you can upload your dataset that will be used in building your model.
2222

2323
> [!IMPORTANT]
2424
> To get started quickly, we recommend creating a new Azure Language resource using the steps provided in this article, which will let you create the Language resource, and create and/or connect a storage account at the same time, which is easier than doing it later.
@@ -88,7 +88,7 @@ Training could take sometime between 10 and 30 minutes for this sample dataset.
8888
8989
## Deploy your model
9090

91-
Generally after training a model you would review it's [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
91+
Generally after training a model you would review it's [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/view-model-evaluation.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
9292

9393
### Start deployment job
9494

articles/cognitive-services/language-service/custom-named-entity-recognition/tutorials/cognitive-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Typically after you create a project, you go ahead and start [tagging the docume
5151

5252
## Deploy your model
5353

54-
Generally after training a model you would review its [evaluation details](../how-to/view-model-evaluation.md) and [make improvements](../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
54+
Generally after training a model you would review its [evaluation details](../how-to/view-model-evaluation.md) and [make improvements](../how-to/view-model-evaluation.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
5555

5656
[!INCLUDE [Deploy a model using Language Studio](../includes/language-studio/deploy-model.md)]
5757

@@ -93,7 +93,7 @@ Training could take sometime between 10 and 30 minutes for this sample dataset.
9393

9494
## Deploy your model
9595

96-
Generally after training a model you would review its [evaluation details](../how-to/view-model-evaluation.md) and [make improvements](../how-to/improve-model.md) if necessary. In this tutorial, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
96+
Generally after training a model you would review its [evaluation details](../how-to/view-model-evaluation.md) and [make improvements](../how-to/view-model-evaluation.md) if necessary. In this tutorial, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
9797

9898
### Start deployment job
9999

@@ -149,7 +149,7 @@ Generally after training a model you would review its [evaluation details](../ho
149149

150150
### Run the indexer command
151151

152-
After youve published your Azure function and prepared your configs file, you can run the indexer command.
152+
After you've published your Azure function and prepared your configs file, you can run the indexer command.
153153
```cli
154154
indexer index --index-name <name-your-index-here> --configs <absolute-path-to-configs-file>
155155
```

articles/cognitive-services/language-service/custom-text-classification/includes/quickstarts/language-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: language-service-custom-classification, ignite-fall-2021, event-tier1
1919
2020
## Create a new Azure Language resource and Azure storage account
2121

22-
Before you can use custom text classification, youll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. Youll also need an Azure storage account, where you can upload your dataset that will be used to build your model.
22+
Before you can use custom text classification, you'll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. You'll also need an Azure storage account, where you can upload your dataset that will be used to build your model.
2323

2424
> [!IMPORTANT]
2525
> To quickly get started, we recommend creating a new Azure Language resource using the steps provided in this article. Using the steps in this article will let you create the Language resource and storage account at the same time, which is easier than doing it later.
@@ -58,7 +58,7 @@ Typically after you create a project, you go ahead and start [labeling the docum
5858
5959
## Deploy your model
6060

61-
Generally after training a model you would review its [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
61+
Generally after training a model you would review its [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/view-model-evaluation.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
6262

6363
[!INCLUDE [Deploy a model using Language Studio](../language-studio/deploy-model.md)]
6464

articles/cognitive-services/language-service/custom-text-classification/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: language-service-custom-classification, ignite-fall-2021, event-tier1
1818
1919
## Create a new Azure Language resource and Azure storage account
2020

21-
Before you can use custom text classification, youll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. Youll also need an Azure storage account, where you can upload your dataset that will be used in building your model.
21+
Before you can use custom text classification, you'll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. You'll also need an Azure storage account, where you can upload your dataset that will be used in building your model.
2222

2323
> [!IMPORTANT]
2424
> To get started quickly, we recommend creating a new Azure Language resource using the steps provided in this article, which will let you create the Language resource, and create and/or connect a storage account at the same time, which is easier than doing it later.
@@ -86,7 +86,7 @@ Training could take sometime between 10 and 30 minutes. You can use the followin
8686
8787
## Deploy your model
8888

89-
Generally after training a model you would review it's [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
89+
Generally after training a model you would review it's [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/view-model-evaluation.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
9090

9191
### Submit deployment job
9292

0 commit comments

Comments
 (0)