Skip to content

Commit b02b3b4

Browse files
authored
Merge pull request #274282 from v-savila/0503-ValidationFix
Bulk update: Global effort to fix validation errors
2 parents f214a22 + a9a8756 commit b02b3b4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/ai-services/language-service/concepts/use-asynchronously.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Currently, the following features are available to be used asynchronously:
2727
* Text Analytics for health
2828
* Personal Identifiable information (PII)
2929

30-
When you send asynchronous requests, you will incur charges based on number of text records you include in your request, for each feature use. For example, if you send a text record for sentiment analysis and NER, it will be counted as sending two text records, and you will be charged for both according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
30+
When you send asynchronous requests, you'll incur charges based on number of text records you include in your request, for each feature use. For example, if you send a text record for sentiment analysis and NER, it will be counted as sending two text records, and you'll be charged for both according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
3131

3232
## Submit an asynchronous job using the REST API
3333

34-
To submit an asynchronous job, review the [reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/submit-job) for the JSON body you'll send in your request.
34+
To submit an asynchronous job, review the [reference documentation](/rest/api/language/analyze-text-submit-job) for the JSON body you'll send in your request.
3535
1. Add your documents to the `analysisInput` object.
3636
1. In the `tasks` object, include the operations you want performed on your data. For example, if you wanted to perform sentiment analysis, you would include the `SentimentAnalysisLROTask` object.
3737
1. You can optionally:
@@ -44,13 +44,13 @@ Once you've created the JSON body for your request, add your key to the `Ocp-Api
4444
POST https://your-endpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-05-01
4545
```
4646

47-
A successful call will return a 202 response code. The `operation-location` in the response header will be the URL you will use to retrieve the API results. The value will look similar to the following URL:
47+
A successful call will return a 202 response code. The `operation-location` in the response header will be the URL you'll use to retrieve the API results. The value will look similar to the following URL:
4848

4949
```http
5050
GET {Endpoint}/language/analyze-text/jobs/12345678-1234-1234-1234-12345678?api-version=2022-05-01
5151
```
5252

53-
To [get the status and retrieve the results](/rest/api/language/2023-04-01/text-analysis-runtime/job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
53+
To [get the status and retrieve the results](/rest/api/language/analyze-text-job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
5454

5555
## Send asynchronous API requests using the client library
5656

@@ -69,7 +69,7 @@ When using this feature asynchronously, the API results are available for 24 hou
6969

7070
## Automatic language detection
7171

72-
Starting in version `2022-07-01-preview` of the REST API, you can request automatic [language detection](../language-detection/overview.md) on your documents. By setting the `language` parameter to `auto`, the detected language code of the text will be returned as a language value in the response. This language detection will not incur extra charges to your Language resource.
72+
Starting in version `2022-07-01-preview` of the REST API, you can request automatic [language detection](../language-detection/overview.md) on your documents. By setting the `language` parameter to `auto`, the detected language code of the text will be returned as a language value in the response. This language detection won't incur extra charges to your Language resource.
7373

7474
## Data limits
7575

articles/ai-services/language-service/custom-text-analytics-for-health/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ As you use custom Text Analytics for health, see the following reference documen
5757
|APIs| Reference documentation|
5858
|---------|---------|---------|
5959
|REST APIs (Authoring) | [REST API documentation](/rest/api/language/2023-04-01/text-analysis-authoring) |
60-
|REST APIs (Runtime) | [REST API documentation](/rest/api/language/2023-04-01/text-analysis-runtime/submit-job) |
60+
|REST APIs (Runtime) | [REST API documentation](/rest/api/language/text-analysis-runtime/analyze-text) |
6161

6262

6363
## Responsible AI

articles/container-apps/dapr-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
6060
[dapr-faq]: ./faq.yml#dapr
6161
[dapr-enable]: ./enable-dapr.md
6262
[dapr-components]: ./dapr-components.md
63-
[declarative-pubsub]: /rest/api/containerapps/dapr-subscriptions/create-or-update
6463

6564
<!-- Links External -->
6665

@@ -73,3 +72,4 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
7372
[dapr-secrets]: https://docs.dapr.io/developing-applications/building-blocks/secrets/secrets-overview/
7473
[dapr-config]: https://docs.dapr.io/developing-applications/building-blocks/configuration/
7574
[dapr-subscriptions]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/subscription-methods/#declarative-subscriptions
75+
[declarative-pubsub]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-overview/#pubsub-api

articles/migrate/context/vmware-context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
brand: azure
33
uhfHeaderId: azure
44
breadcrumb_path: /azure/migrate/breadcrumb/toc.json
5-
toc_rel: /azure/migrate/vmware/toc.json
5+
toc_rel: /azure/bread/toc.json

articles/operator-nexus/troubleshoot-bmm-node-reboot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.service: azure-operator-nexus
55
ms.custom: troubleshooting
66
ms.topic: troubleshooting
77
ms.date: 06/13/2023
8-
ms.author: v-sathysubra
9-
author: Sathyadevi-S
8+
ms.author: ssteinbrueck
9+
author: scottsteinbrueck
1010
---
1111
# Troubleshoot VM problems after cordoning off and restarting bare-metal machines
1212

0 commit comments

Comments
 (0)