Skip to content

Commit 85ad0d0

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into azlab-azure-policies
2 parents 3ddc071 + b33c33c commit 85ad0d0

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

articles/applied-ai-services/form-recognizer/includes/input-requirements.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,37 @@ author: laujan
33
ms.service: applied-ai-services
44
ms.subservice: forms-recognizer
55
ms.topic: include
6-
ms.date: 07/27/2022
6+
ms.date: 08/25/2022
77
ms.author: lajanuar
8-
ms.custom: ignite-fall-2021
98
---
109
<!-- markdownlint-disable MD041 -->
1110

1211
* For best results, provide one clear photo or high-quality scan per document.
13-
* Supported file formats: JPEG/JPG, PNG, BMP, TIFF, and PDF (text-embedded or scanned). Text-embedded PDFs are best to eliminate the possibility of error in character extraction and location. Additionally, only API version`2022/06/30` supports Microsoft Word (DOCX), Excel (XLS), PowerPoint (PPT), and HTML files in Read model.
12+
13+
* Supported file formats:
14+
15+
|Model | PDF |Image: </br>JPEG/JPG, PNG, BMP, and TIFF | Microsoft Office: </br> Word (DOCX), Excel (XLS), PowerPoint (PPT), and HTML|
16+
|--------|:----:|:-----:|:---------------:
17+
|Read | ✔ | ✔ | &#x2731; **REST API version**</br> **`2022/06/30-preview`**
18+
|Layout ||| |
19+
|General&nbsp;Document||| |
20+
|Prebuilt ||| |
21+
|Custom ||| |
22+
23+
&#x2731; Microsoft Office files are currently not supported for other models or versions.
24+
1425
* For PDF and TIFF, up to 2000 pages can be processed (with a free tier subscription, only the first two pages are processed).
26+
1527
* The file size for analyzing documents must be _less than_ 500 MB for paid (S0) tier and 4 MB for free (F0) tier.
28+
1629
* Image dimensions must be between 50 x 50 pixels and 10,000 px x 10,000 pixels.
30+
1731
* PDF dimensions are up to 17 x 17 inches, corresponding to Legal or A3 paper size, or smaller.
32+
1833
* If your PDFs are password-locked, you must remove the lock before submission.
34+
1935
* The minimum height of the text to be extracted is 12 pixels for a 1024 x 768 pixel image. This dimension corresponds to about 8-point text at 150 dots per inch (DPI).
36+
2037
* For custom model training, the maximum number of pages for training data is 500 for the custom template model and 50,000 for the custom neural model.
38+
2139
* For custom model training, the total size of training data is 50 MB for template model and 1G-MB for the neural model.

articles/azure-arc/kubernetes/quickstart-connect-cluster.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
33
description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: quickstart
5-
ms.date: 08/03/2022
5+
ms.date: 08/25/2022
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -151,6 +151,9 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
151151
|`*.servicebus.windows.net`, `guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com`, `sts.windows.net`, `https://k8sconnectcsp.azureedge.net` | For [Cluster Connect](cluster-connect.md) and for [Custom Location](custom-locations.md) based scenarios. |
152152
|`https://k8connecthelm.azureedge.net` | `az connectedk8s connect` uses Helm 3 to deploy Azure Arc agents on the Kubernetes cluster. This endpoint is needed for Helm client download to facilitate deployment of the agent helm chart. |
153153
154+
> [!NOTE]
155+
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET /urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the `<location>` placeholder.
156+
154157
## Create a resource group
155158
156159
Run the following command:

articles/azure-arc/servers/network-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The table below lists the URLs that must be available in order to install and us
5959
|`dc.services.visualstudio.com`|Agent telemetry|Optional| Public |
6060

6161
> [!NOTE]
62-
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET /urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the <location> placeholder.
62+
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET /urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the `<location>` placeholder.
6363
6464
### [Azure Government](#tab/azure-government)
6565

0 commit comments

Comments
 (0)