You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/identity-provider-amazon.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ You need to store the client secret that you previously recorded in your Azure A
91
91
92
92
## Configure Amazon as an identity provider
93
93
94
-
To enable users to sign in using a Amazon account, you need to define the account as a claims provider. that Azure AD B2C can communicate with through an endpoint. The endpoint provides a set of claims that are used by Azure AD B2C to verify that a specific user has authenticated.
94
+
To enable users to sign in using an Amazon account, you need to define the account as a claims provider. that Azure AD B2C can communicate with through an endpoint. The endpoint provides a set of claims that are used by Azure AD B2C to verify that a specific user has authenticated.
95
95
96
96
You can define an Amazon account as a claims provider by adding it to the **ClaimsProviders** element in the extension file of your policy.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-read.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,7 @@ Try extracting text from forms and documents using the Document Intelligence Stu
107
107
108
108
### Microsoft Office and HTML text extraction
109
109
110
-
Use the parameter `api-version=2023-07-31` when using the REST API or the corresponding SDKs of that API version to extract text from Microsoft Word, Excel, PowerPoint, and HTML files. The following illustration shows extraction of the digital text and text in the Word document by running OCR on the images. Text from embedded images isn't included in the extraction.
111
-
112
-
> [!NOTE]
113
-
>
114
-
> *[Add-on capabilities](concept-add-on-capabilities.md) are not supported for Microsoft Word, Excel, PowerPoint, and HTML file formats.
115
-
116
-
:::image type="content" source="media/office-to-ocr.png" alt-text="Screenshot of a Microsoft Word document extracted by Document Intelligence Read OCR.":::
117
-
118
-
The page units in the model output are computed as shown:
110
+
When analyzing Microsft Office and HTML files, the page units in the model output are computed as shown:
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-retrieval-augumented-generation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Markdown is a structured and formatted markup language and a popular input for e
45
45
46
46
***Scalability and AI quality**. The Layout model is highly scalable in Optical Character Recognition (OCR), table extraction, and [document structure analysis](concept-layout.md#document-layout-analysis). It supports [309 printed and 12 handwritten languages](language-support-ocr.md#model-id-prebuilt-layout), further ensuring high-quality results driven by AI capabilities.
47
47
48
-
***Large learning model (LLM) compatibility**. The Layout model Markdown formatted output is LLM friendly and facilitates seamless integration into your workflows. You can turn any table in a document into Markdown format and avoid extensive effort parsing the documents for greater LLM understanding.
48
+
***Large language model (LLM) compatibility**. The Layout model Markdown formatted output is LLM friendly and facilitates seamless integration into your workflows. You can turn any table in a document into Markdown format and avoid extensive effort parsing the documents for greater LLM understanding.
49
49
50
50
**Text image processed with Document Intelligence Studio and output to MarkDown using Layout model**
|[**prebuilt-layout**](concept-layout.md) |● Extract **text and layout** information from documents.</br>● [Data and field extraction](concept-layout.md#data-extraction)</br>● Layout API is updated to a prebuilt model. |● Document indexing and retrieval by structure.</br>● Preprocessing prior to OCR analysis. |● [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/layout)</br>● [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>● [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)</br>● [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)</br>● [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)</br>● [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)|
295
+
|[**prebuilt-layout**](concept-layout.md)|● Extract **text and layout** information from documents.</br>●[Data extraction](concept-layout.md#data-extraction)|● Document indexing and retrieval by structure.</br>● Financial and medical report analysis. |●[**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/layout)</br>●[**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true)</br>●[**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>●[**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>●[**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>●[**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)|
296
296
297
297
> [!div class="nextstepaction"]
298
298
> [Return to model types](#document-analysis-models)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/router/classification-concepts.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ The process of classifying a Job involves optionally setting the following prope
24
24
- Worker Selectors
25
25
- Queue ID
26
26
27
+
## Fallback queue
28
+
29
+
The fallback queue is used when queue selectors, resulting from queue selector attachments, are unable to select a queue _and_ the job does not have a `queueId`. In this case, if the fallback queue is defined, the job is assigned to it.
30
+
27
31
## Prioritization rule
28
32
29
33
The priority of a Job can be resolved during classification using one of many rule engines.
Copy file name to clipboardExpand all lines: articles/networking/nva-accelerated-connections.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ ms.author: steveesp
9
9
10
10
---
11
11
12
-
# Accelerated connections and NVAs (Limited GA)
12
+
# Accelerated connections on NVAs or other VMs (Limited GA)
13
13
14
-
This article helps you understand the **Accelerated Connections** feature. When Accelerated Connections is enabled on the virtual network interface (vNIC) with Accelerated Networking, this feature significantly improves networking efficiency, resulting in enhanced overall performance. This high-performance feature offers industry leading performance in Connections Per Second (CPS) optimization, along with improvements to handling large amounts of simultaneous connections. The feature also improves the number of Total Active Connections for network intensive workloads. Accelerated Connections is configured at the network interface level to allow flexibility to size the performance at vNIC. This especially benefits smaller VM sizes. These benefits are available for Network Virtual Appliances (NVAs) with a large number of connections. To access this feature during limited General Availability (limited GA), use the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
14
+
This article helps you understand the **Accelerated Connections** feature. When Accelerated Connections is enabled on the virtual network interface (vNIC) with Accelerated Networking, this feature significantly improves networking efficiency, resulting in enhanced overall performance. This high-performance feature offers industry leading performance in Connections Per Second (CPS) optimization, along with improvements to handling large amounts of simultaneous connections. The feature also improves the number of Total Active Connections for network intensive workloads. Accelerated Connections is configured at the network interface level to allow flexibility to size the performance at vNIC. This especially benefits smaller VM sizes. These benefits are available for Network Virtual Appliances (NVAs) as well as Virtual Machines (VMs) with a large number of connections. To access this feature during limited General Availability (limited GA), use the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
15
15
16
16
> [!IMPORTANT]
17
17
> This feature is currently in limited General Availability (GA) and customer sign-up is needed to use it.
@@ -23,13 +23,11 @@ Feature enablement is at the vNIC level and irrespective of the VM size, making
23
23
24
24
There are a total of four performance tiers at vNIC level which gives the flexibility to control the networking capability. All tiers have different networking capabilities. Instructions on how to select performance tier based on VM sizes will be provided after a customer sign up for the feature.
25
25
26
-
Accelerated Connections is implemented at the network interface level to allow maximum flexibility of network capacity. Multiple vNICs can be configured with this enhancement, the number depends on the supported VM family. Network Virtual Appliances (NVAs) on Azure Marketplace will be the first workloads to be offered this ground-breaking feature.
26
+
Accelerated Connections is implemented at the network interface level to allow maximum flexibility of network capacity. Multiple vNICs can be configured with this enhancement, the number depends on the supported VM family. VM families up to v4 will be the first workloads to be offered this ground-breaking feature.
27
+
28
+
Network Virtual Appliances (NVAs) with the largest scale workloads requiring virtual firewalls, virtual switches, load balancers and other critical network features, as well as Virtual Machines (VMs) with high connection workloads will experience dramatically improved CPS performance with Accelerated Connections.
27
29
28
-
Network Virtual Appliances (NVAs) with the largest scale workloads requiring virtual firewalls, virtual switches, load balancers and other critical network features will experience dramatically improved CPS performance with Accelerated Connections.
29
30
30
-
> [!NOTE]
31
-
> During limited GA, this feature is only supported for NVAs available on the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?search=network%20virtual%20appliance&page=1&filters=virtual-machine-images%3Bpartners).
32
-
>
33
31
34
32
**Architecture diagram**
35
33
@@ -45,7 +43,7 @@ Network Virtual Appliances (NVAs) with the largest scale workloads requiring vir
45
43
46
44
### Considerations and limitations
47
45
48
-
* This feature is available only for NVAs deployed from Azure Marketplace during limited GA.
46
+
* This feature is available for NVAs deployed from Azure Marketplace and Azure Virtual Machines during limited GA.
49
47
* To enable this feature, you must sign up using the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
50
48
* This feature can be enabled and is supported only on new deployments.
51
49
* Feature support may vary as per the NVAs available on Marketplace.
Copy file name to clipboardExpand all lines: articles/openshift/howto-create-a-storageclass.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ ARO_RESOURCE_GROUP=aro-rg
55
55
CLUSTER=cluster
56
56
ARO_SERVICE_PRINCIPAL_ID=$(az aro show -g $ARO_RESOURCE_GROUP -n $CLUSTER --query servicePrincipalProfile.clientId -o tsv)
57
57
58
-
az role assignment create --role Contributor --scope /subscriptions/mySubscriptionID/resourceGroups/myResourceGroupName --assignee $ARO_SERVICE_PRINCIPAL_ID -g $AZURE_FILES_RESOURCE_GROUP
58
+
az role assignment create --role Contributor --scope /subscriptions/mySubscriptionID/resourceGroups/$AZURE_FILES_RESOURCE_GROUP --assignee $ARO_SERVICE_PRINCIPAL_ID
0 commit comments