Skip to content

Commit 44e5fa5

Browse files
authored
Merge branch 'main' into repo_sync_working_branch
2 parents c132172 + e33927d commit 44e5fa5

File tree

117 files changed

+702
-617
lines changed

Some content is hidden

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

117 files changed

+702
-617
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Document structure layout analysis is the process of analyzing a document to ext
4545

4646
The following illustration shows the typical components in an image of a sample page.
4747

48-
:::image type="content" source="media/document-layout-example.png" alt-text="Illustration of document layout example.":::
48+
:::image type="content" source="media/document-layout-example-new.png" alt-text="Illustration of document layout example.":::
4949

5050
## Development options
5151

360 KB
Loading

articles/ai-services/speech-service/how-to-get-speech-session-id.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiv
7979
> [!WARNING]
8080
> The value of the parameter `X-ConnectionId` should be in the format of GUID without dashes or other dividers. All other formats aren't supported and will be discarded by the Service.
8181
>
82-
> Example. If the request contains `X-ConnectionId=9f4ffa51-13a8-46eb-a289-aa98b28e766f` (GUID with dividers) or `X-ConnectionId=Request9f4ffa5113a846eba289aa98b28e766f` (non-GUID) then the value of `X-ConnectionId` will not be accepted by the system, and the Session won't be found in the logs.
82+
> Example. If the request contains expressions like these:
83+
>
84+
> - `X-ConnectionId=9f4ffa51-13a8-46eb-a289-aa98b28e766f` (GUID with dividers)
85+
> - `X-ConnectionId=Request9f4ffa5113a846eba289aa98b28e766f` (non-GUID)
86+
> - `X-ConnectionId=5948f700d2a811ee` (non-GUID)
87+
>
88+
>then the value of `X-ConnectionId` will not be accepted by the system, and the Session won't be found in the logs.
8389
8490
## Getting Transcription ID for Batch transcription
8591

articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md

Lines changed: 122 additions & 51 deletions
Large diffs are not rendered by default.

articles/application-gateway/application-gateway-private-deployment.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each of these features can be configured independently. For example, a public IP
3636

3737
The functionality of the new controls of private IP frontend configuration, control over NSG rules, and control over route tables, are currently in public preview. To join the public preview, you can opt in to the experience using the Azure portal, PowerShell, CLI, or REST API.
3838

39-
When you join the preview, all new Application Gateways will provision with the ability to define any combination of the NSG, Route Table, or private IP configuration features. If you wish to opt out from the new functionality and return to the current generally available functionality of Application Gateway, you can do so by [unregistering from the preview](#unregister-from-the-preview).
39+
When you join the preview, all new Application Gateways provision with the ability to define any combination of the NSG, Route Table, or private IP configuration features. If you wish to opt out from the new functionality and return to the current generally available functionality of Application Gateway, you can do so by [unregistering from the preview](#unregister-from-the-preview).
4040

4141
For more information about preview features, see [Set up preview features in Azure subscription](../azure-resource-manager/management/preview-features.md)
4242

@@ -186,9 +186,13 @@ The resource tag is cosmetic, and serves to confirm that the gateway has been pr
186186
> [!TIP]
187187
> The **EnhancedNetworkControl** tag can be helpful when existing Application Gateways were deployed in the subscription prior to feature enablement and you would like to differentiate which gateway can utilize the new functionality.
188188
189+
## Application Gateway Subnet
190+
191+
Application Gateway Subnet is the subnet within the Virtual Network where the Application Gateway Resources will be deployed. In the Frontend Private Ip configuration, is important that this subnet can reach privately the resources that want to connect to your exposed app or site.
192+
189193
## Outbound Internet connectivity
190194

191-
Application Gateway deployments that contain only a private frontend IP configuration (do not have a public IP frontend configuration) are not able to egress traffic destined to the Internet. This configuration affects communication to backend targets that are publicly accessible via the Internet.
195+
Application Gateway deployments that contain only a private frontend IP configuration (do not have a public IP frontend configuration) aren't able to egress traffic destined to the Internet. This configuration affects communication to backend targets that are publicly accessible via the Internet.
192196

193197
To enable outbound connectivity from your Application Gateway to an Internet facing backend target, you can utilize [Virtual Network NAT](../virtual-network/nat-gateway/nat-overview.md) or forward traffic to a virtual appliance that has access to the Internet.
194198

@@ -357,7 +361,7 @@ If Application Gateway has a backend target or key vault reference to a private
357361

358362
### Network Watcher integration
359363

360-
Connection troubleshoot and NSG diagnostics will return an error when running check and diagnostic tests.
364+
Connection troubleshoots and NSG diagnostics return an error when running check and diagnostic tests.
361365

362366
### Coexisting v2 Application Gateways created prior to enablement of enhanced network control
363367

@@ -369,7 +373,7 @@ If a subnet shares Application Gateway v2 deployments that were created both pri
369373
### Unknown Backend Health status
370374

371375
If backend health is _Unknown_, you may see the following error:
372-
+ The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 in case of v1 SKU, and ports 65200-65535 in case of the v2 SKU or if the FQDN configured in the backend pool could not be resolved to an IP address. To learn more visit - https://aka.ms/UnknownBackendHealth.
376+
+ The backend health status could not be retrieved. This happens when an NSG/UDR/Firewall on the application gateway subnet is blocking traffic on ports 65503-65534 if there is v1 SKU, and ports 65200-65535 if there is v2 SKU or if the FQDN configured in the backend pool could not be resolved to an IP address. To learn more visit - https://aka.ms/UnknownBackendHealth.
373377

374378
This error can be ignored and will be clarified in a future release.
375379

articles/azure-functions/functions-bindings-azure-sql-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: glenga
1515
zone_pivot_groups: programming-languages-set-functions-lang-workers
1616
---
1717

18-
# Azure SQL trigger for Functions (Preview)
18+
# Azure SQL trigger for Functions
1919

2020
> [!NOTE]
2121
> In consumption plan functions, automatic scaling is not supported for SQL trigger. If the automatic scaling process stops the function, all processing of events will stop and it will need to be manually restarted.

articles/azure-functions/functions-bindings-azure-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- devx-track-js
1010
- devx-track-python
1111
- ignite-2023
12-
ms.date: 12/6/2023
12+
ms.date: 03/12/2023
1313
ms.author: bspendolini
1414
ms.reviewer: glenga
1515
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -21,7 +21,7 @@ This set of articles explains how to work with [Azure SQL](/azure/azure-sql/inde
2121

2222
| Action | Type |
2323
|---------|---------|
24-
| Trigger a function when a change is detected on a SQL table | [SQL trigger (Preview)](./functions-bindings-azure-sql-trigger.md) |
24+
| Trigger a function when a change is detected on a SQL table | [SQL trigger](./functions-bindings-azure-sql-trigger.md) |
2525
| Read data from a database | [Input binding](./functions-bindings-azure-sql-input.md) |
2626
| Save data to a database |[Output binding](./functions-bindings-azure-sql-output.md) |
2727

articles/azure-monitor/essentials/diagnostic-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: robb
66
services: azure-monitor
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 02/06/2023
9+
ms.date: 03/12/2024
1010
ms.reviewer: lualderm
1111
---
1212

articles/azure-monitor/logs/logs-dedicated-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ az resource wait --created --ids $clusterResourceId --include-response-body true
114114
#### [PowerShell](#tab/powershell)
115115

116116
> [!NOTE]
117-
> The minimum commitment tier supported in CLI is 500 currently. Use REST to configure lower commitment tiers with minimum of 100.
117+
> The minimum commitment tier supported in PowerShell is 500 currently. Use REST to configure lower commitment tiers with minimum of 100.
118118
119119
```powershell
120120
Select-AzSubscription "cluster-subscription-id"

articles/azure-vmware/azure-vmware-solution-platform-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Microsoft regularly applies important updates to the Azure VMware Solution for n
1313

1414
## March 2024
1515

16-
Pure Cloud Block Store, offered by Pure Storage for Azure VMware Solution, is a third-party storage solution. The software runs entirely on the native Azure infrastructure.
16+
Pure Cloud Block Store, offered by Pure Storage, is one of the external block storage solutions supported by Azure VMware Solution. It helps bridge the gap by allowing customers to provision external block storage as needed to make full use of an Azure VMware Solution deployment without the need to scale out compute resources, while helping customers migrate their on-premises workloads to Azure. Pure Cloud Block Store is a 100% software-delivered product running entirely on native Azure infrastructure that brings all the relevant Purity features and capabilities to Azure.
1717

1818
## February 2024
1919

0 commit comments

Comments
 (0)