Skip to content

Commit a3a9b79

Browse files
authored
Merge pull request #263640 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents e5e6db6 + f87cc45 commit a3a9b79

File tree

10 files changed

+44
-26
lines changed

10 files changed

+44
-26
lines changed

articles/active-directory-b2c/identity-provider-amazon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You need to store the client secret that you previously recorded in your Azure A
9191

9292
## Configure Amazon as an identity provider
9393

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.
9595

9696
You can define an Amazon account as a claims provider by adding it to the **ClaimsProviders** element in the extension file of your policy.
9797

articles/ai-services/document-intelligence/concept-read.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,7 @@ Try extracting text from forms and documents using the Document Intelligence Stu
107107

108108
### Microsoft Office and HTML text extraction
109109

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:
119111

120112
**File format** | **Computed page unit** | **Total pages** |
121113
| --- | --- | --- |

articles/ai-services/document-intelligence/concept-retrieval-augumented-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Markdown is a structured and formatted markup language and a popular input for e
4545

4646
* **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.
4747

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.
4949

5050
**Text image processed with Document Intelligence Studio and output to MarkDown using Layout model**
5151

articles/ai-services/document-intelligence/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Document analysis models enable text extraction from forms and documents and ret
6363
:::column-end:::
6464
:::column span="":::
6565
:::image type="icon" source="media/overview/icon-layout.png" link="#layout":::</br>
66-
[**Layout**](#layout) | Extract text </br>and document structure.
66+
[**Layout**](#layout) | Extract text, tables, </br>and document structure.
6767
:::column-end:::
6868
:::row-end:::
6969
:::moniker-end
@@ -281,7 +281,7 @@ You can use Document Intelligence to automate document processing in application
281281

282282
|Model ID| Description |Automation use cases | Development options |
283283
|----------|--------------|-------------------------|-----------|
284-
|[**prebuilt-read**](concept-read.md)|&#9679; Extract **text** from documents.</br>&#9679; [Data and field extraction](concept-read.md#read-model-data-extraction)| &#9679; Contract processing. </br>&#9679; Financial or medical report processing.|&#9679; [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/read)</br>&#9679; [**REST API**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-3.0.0&preserve-view=true&pivots=programming-language-rest-api)</br>&#9679; [**C# SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-3.0.0&preserve-view=true&pivots=programming-language-csharp)</br>&#9679; [**Python SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-3.0.0&preserve-view=true&pivots=programming-language-python)</br>&#9679; [**Java SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-3.0.0&preserve-view=true&pivots=programming-language-java)</br>&#9679; [**JavaScript**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-3.0.0&preserve-view=true&pivots=programming-language-javascript) |
284+
|[**prebuilt-read**](concept-read.md)|&#9679; Extract **text** from documents.</br>&#9679; [Data extraction](concept-read.md#read-model-data-extraction)| &#9679; Digitizing any document. </br>&#9679; Compliance and auditing. &#9679; Processing handwritten notes before translation.|&#9679; [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/read)</br>&#9679; [**REST API**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-rest-api)</br>&#9679; [**C# SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-csharp)</br>&#9679; [**Python SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-python)</br>&#9679; [**Java SDK**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-java)</br>&#9679; [**JavaScript**](how-to-guides/use-sdk-rest-api.md?view=doc-intel-4.0.0&preserve-view=true&pivots=programming-language-javascript) |
285285

286286
> [!div class="nextstepaction"]
287287
> [Return to model types](#document-analysis-models)
@@ -292,7 +292,7 @@ You can use Document Intelligence to automate document processing in application
292292

293293
| Model ID | Description |Automation use cases | Development options |
294294
|----------|--------------|-------------------------|-----------|
295-
|[**prebuilt-layout**](concept-layout.md) |&#9679; Extract **text and layout** information from documents.</br>&#9679; [Data and field extraction](concept-layout.md#data-extraction)</br>&#9679; Layout API is updated to a prebuilt model. |&#9679; Document indexing and retrieval by structure.</br>&#9679; Preprocessing prior to OCR analysis. |&#9679; [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/layout)</br>&#9679; [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true)</br>&#9679; [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)</br>&#9679; [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)</br>&#9679; [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#layout-model)</br>&#9679; [**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) |&#9679; Extract **text and layout** information from documents.</br>&#9679; [Data extraction](concept-layout.md#data-extraction) |&#9679; Document indexing and retrieval by structure.</br>&#9679; Financial and medical report analysis. |&#9679; [**Document Intelligence Studio**](https://formrecognizer.appliedai.azure.com/studio/layout)</br>&#9679; [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true)</br>&#9679; [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>&#9679; [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>&#9679; [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)</br>&#9679; [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-4.0.0&preserve-view=true#layout-model)|
296296

297297
> [!div class="nextstepaction"]
298298
> [Return to model types](#document-analysis-models)

articles/azure-arc/servers/plan-evaluate-on-azure-virtual-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ When Azure Arc-enabled servers is configured on the VM, you see two representati
9090
If your Azure VM is running CentOS, Red Hat, or SUSE Linux Enterprise Server (SLES), perform the following steps to configure firewalld:
9191

9292
```bash
93-
sudo firewall-cmd --permanent --direct --add-rule ipv4 filter OUTPUT 1 -p tcp -d 169.254.169.254 -j DROP
93+
sudo firewall-cmd --permanent --direct --add-rule ipv4 filter OUTPUT 1 -p tcp -d 169.254.169.254 -j REJECT
9494
sudo firewall-cmd --reload
9595
```
9696

9797
For other distributions, consult your firewall docs or configure a generic iptables rule with the following command:
9898

9999
```bash
100-
sudo iptables -A OUTPUT -d 169.254.169.254 -j DROP
100+
sudo iptables -A OUTPUT -d 169.254.169.254 -j REJECT
101101
```
102102

103103
> [!NOTE]

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def hello_orchestrator(context):
246246
# Activity
247247
@myApp.activity_trigger(input_name="city")
248248
def hello(city: str):
249-
return "Hello " + city
249+
return f"Hello {city}"
250250
```
251251

252252
Review the table below for an explanation of each function and its purpose in the sample.

articles/communication-services/concepts/router/classification-concepts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ The process of classifying a Job involves optionally setting the following prope
2424
- Worker Selectors
2525
- Queue ID
2626

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+
2731
## Prioritization rule
2832

2933
The priority of a Job can be resolved during classification using one of many rule engines.

articles/networking/nva-accelerated-connections.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.author: steveesp
99

1010
---
1111

12-
# Accelerated connections and NVAs (Limited GA)
12+
# Accelerated connections on NVAs or other VMs (Limited GA)
1313

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).
1515

1616
> [!IMPORTANT]
1717
> 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
2323

2424
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.
2525

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.
2729

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.
2930

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-
>
3331

3432
**Architecture diagram**
3533

@@ -45,7 +43,7 @@ Network Virtual Appliances (NVAs) with the largest scale workloads requiring vir
4543

4644
### Considerations and limitations
4745

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.
4947
* To enable this feature, you must sign up using the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
5048
* This feature can be enabled and is supported only on new deployments.
5149
* Feature support may vary as per the NVAs available on Marketplace.

articles/openshift/howto-create-a-storageclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ARO_RESOURCE_GROUP=aro-rg
5555
CLUSTER=cluster
5656
ARO_SERVICE_PRINCIPAL_ID=$(az aro show -g $ARO_RESOURCE_GROUP -n $CLUSTER --query servicePrincipalProfile.clientId -o tsv)
5757
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
5959
```
6060

6161
### Set ARO cluster permissions

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,27 @@ param aadClientSecret string
453453
@description('The ObjectID of the Resource Provider Service Principal')
454454
param rpObjectId string
455455
456+
@description('Specify if FIPS validated crypto modules are used')
457+
@allowed([
458+
'Enabled'
459+
'Disabled'
460+
])
461+
param fips string = 'Disabled'
462+
463+
@description('Specify if master VMs are encrypted at host')
464+
@allowed([
465+
'Enabled'
466+
'Disabled'
467+
])
468+
param masterEncryptionAtHost string = 'Disabled'
469+
470+
@description('Specify if worker VMs are encrypted at host')
471+
@allowed([
472+
'Enabled'
473+
'Disabled'
474+
])
475+
param workerEncryptionAtHost string = 'Disabled'
476+
456477
var contributorRoleDefinitionId = resourceId('Microsoft.Authorization/roleDefinitions', 'b24988ac-6180-42a0-ab88-20f7382dd24c')
457478
var resourceGroupId = '/subscriptions/${subscription().subscriptionId}/resourceGroups/aro-${domain}-${location}'
458479
var masterSubnetId=resourceId('Microsoft.Network/virtualNetworks/subnets', clusterVnetName, 'master')
@@ -525,6 +546,7 @@ resource clusterName_resource 'Microsoft.RedHatOpenShift/OpenShiftClusters@2023-
525546
domain: domain
526547
resourceGroupId: resourceGroupId
527548
pullSecret: pullSecret
549+
fipsValidatedModules: fips
528550
}
529551
networkProfile: {
530552
podCidr: podCidr
@@ -537,6 +559,7 @@ resource clusterName_resource 'Microsoft.RedHatOpenShift/OpenShiftClusters@2023-
537559
masterProfile: {
538560
vmSize: masterVmSize
539561
subnetId: masterSubnetId
562+
encryptionAtHost: masterEncryptionAtHost
540563
}
541564
workerProfiles: [
542565
{
@@ -545,6 +568,7 @@ resource clusterName_resource 'Microsoft.RedHatOpenShift/OpenShiftClusters@2023-
545568
diskSizeGB: workerVmDiskSize
546569
subnetId: workerSubnetId
547570
count: workerCount
571+
encryptionAtHost: workerEncryptionAtHost
548572
}
549573
]
550574
apiserverProfile: {

0 commit comments

Comments
 (0)