Skip to content

Commit 5348b0e

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into afdclassicretirement
2 parents b5c33a1 + bfe73e0 commit 5348b0e

File tree

624 files changed

+2558
-2681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

624 files changed

+2558
-2681
lines changed

.openpublishing.redirection.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/internet-analyzer/internet-analyzer-cli.md",
5+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-cli",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/internet-analyzer/internet-analyzer-create-test-portal.md",
10+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-create-test-portal",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/internet-analyzer/internet-analyzer-custom-endpoint.md",
15+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-custom-endpoint",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/internet-analyzer/internet-analyzer-embed-client.md",
20+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-embed-client",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/internet-analyzer/internet-analyzer-faq.md",
25+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-faq",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/internet-analyzer/internet-analyzer-overview.md",
30+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-overview",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "articles/internet-analyzer/internet-analyzer-scorecard.md",
35+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-scorecard",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "articles/internet-analyzer/troubleshoot.md",
40+
"redirect_url": "/previous-versions/azure/internet-analyzer/troubleshoot",
41+
"redirect_document_id": false
42+
},
343
{
444
"source_path": "articles/batch/batch-pool-no-public-ip-address.md",
545
"redirect_url": "/previous-versions/azure/batch/articles/batch/batch-pool-no-public-ip-address",
@@ -6765,6 +6805,11 @@
67656805
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
67666806
"redirect_document_id": false
67676807
},
6808+
{
6809+
"source_path_from_root": "/articles/search/search-get-started-retrieval-augmented-generation.md",
6810+
"redirect_url": "/azure/ai-services/openai/use-your-data-quickstart",
6811+
"redirect_document_id": false
6812+
},
67686813
{
67696814
"source_path_from_root": "/articles/search/cognitive-search-tutorial-blob-python.md",
67706815
"redirect_url": "/azure/search/samples-python",

articles/advisor/advisor-resiliency-reviews.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Select **Manage** > **Reviews (Preview)** in the left navigation pane. A list of
8585

8686
At the top of the reviews page, use **Feedback** to tell us about your experience. Use the **Refresh** button to refresh the page as needed.
8787

88-
[!NOTE]
89-
If you have no reviews, the **Reviews** menu item in the left navigation is greyed out.
88+
> [!NOTE]
89+
> If you have no reviews, the **Reviews** menu item in the left navigation is greyed out.
9090
9191
### Review recommendations
9292

@@ -133,8 +133,8 @@ From a review recommendations details page:
133133
1. You can reject multiple recommendations at a time using the checkbox control, and the same reason for rejection is applied to all selected recommendations. If you need to select a different reason, reject one recommendation at a time.
134134
1. If you reject a recommendation by mistake, select **Reset** to move it back to the pending state and tab.
135135

136-
[!NOTE]
137-
The reason for the rejection is visible to your account team. It helps them understand workload context and your business priorities better. Additionally, Microsoft uses this information to improve the quality of recommendations.
136+
> [!NOTE]
137+
> The reason for the rejection is visible to your account team. It helps them understand workload context and your business priorities better. Additionally, Microsoft uses this information to improve the quality of recommendations.
138138
139139
## Implement recommendations
140140

@@ -155,8 +155,8 @@ The recommendations are grouped by type:
155155
* **Reviews**: These recommendations are part of a review for a selected workload.
156156
* **Automated**: These recommendations are the standard Advisor recommendations for the selected subscriptions.
157157

158-
[!NOTE]
159-
If none of your resiliency review recommendations are in the *Accepted* state, the **Reviews** tab is hidden.
158+
> [!NOTE]
159+
> If none of your resiliency review recommendations are in the *Accepted* state, the **Reviews** tab is hidden.
160160
161161
:::image type="content" source="./media/resiliency-reviews/resiliency-review-recommendation-list-accepted.png" alt-text="Screenshot of the Azure Advisor Resiliency Reviews recommendations page of accepted recommendations." lightbox="./media/resiliency-reviews/resiliency-review-recommendation-list-accepted.png":::
162162

articles/ai-services/computer-vision/concept-detecting-faces.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ ms.author: pafarley
1717
Image Analysis 3.2 can detect human faces within an image and generate rectangle coordinates for each detected face.
1818

1919
> [!NOTE]
20-
> This feature is also offered by the dedicated [Face](./overview-identity.md) service. Use this alternative for more detailed face analysis, including face identification and head pose detection.
20+
> This feature is also offered by the dedicated [Azure AI Face](./overview-identity.md) service. Use that alternative for more detailed face analysis, including face identification and head pose detection.
2121
2222
[!INCLUDE [Sensitive attributes notice](./includes/identity-sensitive-attributes.md)]
2323

24-
Try out the face detection features quickly and easily in your browser using Vision Studio.
25-
26-
> [!div class="nextstepaction"]
27-
> [Try Vision Studio](https://portal.vision.cognitive.azure.com/)
2824

2925
## Face detection examples
3026

@@ -55,7 +51,7 @@ The following example demonstrates the JSON response returned by Analyze API for
5551
}
5652
```
5753

58-
The next example demonstrates the JSON response returned for an image containing multiple human faces.
54+
The next example demonstrates the JSON response returned for an image containing multiple faces.
5955

6056
![Vision Analyze Family Photo Face](./Images/family_photo_face.png)
6157

articles/ai-services/computer-vision/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sections:
2424
- question: |
2525
How can I increase the transactions-per-second (TPS) allowed by the service?
2626
answer: |
27-
The free (S0) tier only allows 20 transactions per minute. Upgrade to the S1 tier to get up to 30 transactions per second. If you're seeing the error code 429 and the "Too many requests" error message, [submit an Azure support ticket](https://azure.microsoft.com/support/create-ticket/) to raise your TPS to 50 or higher with a brief business justification. [Azure AI Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/#pricing).
27+
The free (S0) tier only allows 20 transactions per minute. Upgrade to the S1 tier to get up to 20 transactions per second. If you're seeing the error code 429 and the "Too many requests" error message, [submit an Azure support ticket](https://azure.microsoft.com/support/create-ticket/) to raise your TPS to 50 or higher with a brief business justification. [Azure AI Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/#pricing).
2828
2929
- question: |
3030
The service is throwing an error because my image file is too large. How can I work around this?

articles/ai-services/computer-vision/language-support.md

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: azure-ai-vision
99
ms.topic: conceptual
10-
ms.date: 02/27/2024
10+
ms.date: 03/11/2024
1111
ms.author: pafarley
1212
---
1313

@@ -17,15 +17,13 @@ Some capabilities of Azure AI Vision support multiple languages; any capabilitie
1717

1818
## Optical Character Recognition (OCR)
1919

20-
The Azure AI Vision [Read API](./overview-ocr.md) supports many languages. The `Read` API can extract text from images and documents with mixed languages, including from the same text line, without requiring a language parameter.
20+
The Azure AI Vision [Read API](./overview-ocr.md) supports many languages. The `Read` API can extract text from images and documents with mixed languages, including from the same text line, without requiring a language parameter. See [How to specify the `Read` model](./how-to/call-read-api.md#determine-how-to-process-the-data-optional) to use the new languages.
2121

2222
> [!NOTE]
2323
> **Language code optional**
2424
>
2525
> `Read` OCR's deep-learning-based universal models extract all multi-lingual text in your documents, including text lines with mixed languages, and do not require specifying a language code. Do not provide the language code as the parameter unless you are sure about the language and want to force the service to apply only the relevant model. Otherwise, the service may return incomplete and incorrect text.
2626
27-
See [How to specify the `Read` model](./how-to/call-read-api.md#determine-how-to-process-the-data-optional) to use the new languages.
28-
2927
### Handwritten text
3028

3129
The following table lists the OCR supported languages for handwritten text by the most recent `Read` GA model.
@@ -129,62 +127,62 @@ The following table lists the OCR supported languages for print text by the most
129127

130128
## Analyze image
131129

132-
Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-1-ga/operations/56f91f2e778daf14a499f21b) API can return results in other languages, specified with the `language` query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the `visualFeatures` and `details` query parameters; see the [Overview](overview-image-analysis.md) for a list of all the actions you can do with image analysis. Languages for tagging are only available in API version 3.2 or later.
130+
Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-1-ga/operations/56f91f2e778daf14a499f21b) API can return results in other languages, specified with the `language` query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the `visualFeatures` and `details` query parameters; see the [Overview](overview-image-analysis.md) for a list of all the actions you can do with the Analyze API, or follow the [How-to guide](/azure/ai-services/computer-vision/how-to/call-analyze-image-40) to try them out.
133131

134-
|Language | Language code | Categories | Tags | Description | Adult | Brands | Color | Faces | ImageType | Objects | Celebrities | Landmarks | Captions/Dense captions|
135-
|:---|:---:|:----:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:--:|
136-
|Arabic |`ar`| || |||||| ||||
137-
|Azerbaijani |`az`| || |||||| ||||
138-
|Bulgarian |`bg`| || |||||| ||||
139-
|Bosnian Latin |`bs`| || |||||| ||||
140-
|Catalan |`ca`| || |||||| ||||
141-
|Czech |`cs`| || |||||| ||||
142-
|Welsh |`cy`| || |||||| ||||
143-
|Danish |`da`| || |||||| ||||
144-
|German |`de`| || |||||| ||||
145-
|Greek |`el`| || |||||| ||||
146-
|English |`en`|||||||||||||
147-
|Spanish |`es`||||||||| ||||
148-
|Estonian |`et`| || |||||| ||||
149-
|Basque |`eu`| || |||||| ||||
150-
|Finnish |`fi`| || |||||| ||||
151-
|French |`fr`| || |||||| ||||
152-
|Irish |`ga`| || |||||| ||||
153-
|Galician |`gl`| || |||||| ||||
154-
|Hebrew |`he`| || |||||| ||||
155-
|Hindi |`hi`| || |||||| ||||
156-
|Croatian |`hr`| || |||||| ||||
157-
|Hungarian |`hu`| || |||||| ||||
158-
|Indonesian |`id`| || |||||| ||||
159-
|Italian |`it`| || |||||| ||||
160-
|Japanese |`ja`||||||||| ||||
161-
|Kazakh |`kk`| || |||||| ||||
162-
|Korean |`ko`| || |||||| ||||
163-
|Lithuanian |`lt`| || |||||| ||||
164-
|Latvian |`lv`| || |||||| ||||
165-
|Macedonian |`mk`| || |||||| ||||
166-
|Malay Malaysia |`ms`| || |||||| ||||
167-
|Norwegian (Bokmal) |`nb`| || |||||| ||||
168-
|Dutch |`nl`| || |||||| ||||
169-
|Polish |`pl`| || |||||| ||||
170-
|Dari |`prs`| || |||||| ||||
171-
| Portuguese-Brazil|`pt-BR`| || |||||| ||||
172-
| Portuguese-Portugal |`pt`||||||||| ||||
173-
| Portuguese-Portugal |`pt-PT`| || |||||| ||||
174-
|Romanian |`ro`| || |||||| ||||
175-
|Russian |`ru`| || |||||| ||||
176-
|Slovak |`sk`| || |||||| ||||
177-
|Slovenian |`sl`| || |||||| ||||
178-
|Serbian - Cyrillic RS |`sr-Cryl`| || |||||| ||||
179-
|Serbian - Latin RS |`sr-Latn`| || |||||| ||||
180-
|Swedish |`sv`| || |||||| ||||
181-
|Thai |`th`| || |||||| ||||
182-
|Turkish |`tr`| || |||||| ||||
183-
|Ukrainian |`uk`| || |||||| ||||
184-
|Vietnamese |`vi`| || |||||| ||||
185-
|Chinese Simplified |`zh`||||||||| ||||
186-
|Chinese Simplified |`zh-Hans`| || |||||| ||||
187-
|Chinese Traditional |`zh-Hant`| || |||||| ||||
132+
| Language | Language code | Categories | Tags | Description | Adult, Brands, Color, Faces, ImageType, Objects | Celebrities, Landmarks | Captions, Dense captions|
133+
|:---|:---:|:----:|:---:|:---:|:---:|:---:|:--:|
134+
|Arabic |`ar`| || ||||
135+
|Azerbaijani |`az`| || ||||
136+
|Bulgarian |`bg`| || ||||
137+
|Bosnian Latin |`bs`| || ||||
138+
|Catalan |`ca`| || ||||
139+
|Czech |`cs`| || ||||
140+
|Welsh |`cy`| || ||||
141+
|Danish |`da`| || ||||
142+
|German |`de`| || ||||
143+
|Greek |`el`| || ||||
144+
|English |`en`|||||||
145+
|Spanish |`es`|||||||
146+
|Estonian |`et`| || ||||
147+
|Basque |`eu`| || ||||
148+
|Finnish |`fi`| || ||||
149+
|French |`fr`| || ||||
150+
|Irish |`ga`| || ||||
151+
|Galician |`gl`| || ||||
152+
|Hebrew |`he`| || ||||
153+
|Hindi |`hi`| || ||||
154+
|Croatian |`hr`| || ||||
155+
|Hungarian |`hu`| || ||||
156+
|Indonesian |`id`| || ||||
157+
|Italian |`it`| || ||||
158+
|Japanese |`ja`|||||||
159+
|Kazakh |`kk`| || ||||
160+
|Korean |`ko`| || ||||
161+
|Lithuanian |`lt`| || ||||
162+
|Latvian |`lv`| || ||||
163+
|Macedonian |`mk`| || ||||
164+
|Malay Malaysia |`ms`| || ||||
165+
|Norwegian (Bokmal) |`nb`| || ||||
166+
|Dutch |`nl`| || |||
167+
|Polish |`pl`| || |||
168+
|Dari |`prs`| || |||
169+
| Portuguese-Brazil|`pt-BR`| || ||||
170+
| Portuguese-Portugal |`pt`|||||||
171+
| Portuguese-Portugal |`pt-PT`| || ||||
172+
|Romanian |`ro`| || ||||
173+
|Russian |`ru`| || ||||
174+
|Slovak |`sk`| || ||||
175+
|Slovenian |`sl`| || ||||
176+
|Serbian - Cyrillic RS |`sr-Cryl`| || ||||
177+
|Serbian - Latin RS |`sr-Latn`| || ||||
178+
|Swedish |`sv`| || ||||
179+
|Thai |`th`| || ||||
180+
|Turkish |`tr`| || ||||
181+
|Ukrainian |`uk`| || ||||
182+
|Vietnamese |`vi`| || ||||
183+
|Chinese Simplified |`zh`|||| |||
184+
|Chinese Simplified |`zh-Hans`| || ||||
185+
|Chinese Traditional |`zh-Hant`| || ||||
188186

189187
## Multimodal embeddings
190188

0 commit comments

Comments
 (0)