Skip to content

Commit e0eba1d

Browse files
authored
Merge pull request #308661 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 74b0feb + 4aea30a commit e0eba1d

5 files changed

Lines changed: 13 additions & 7 deletions

File tree

articles/api-management/send-one-way-request-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
2828
<set-header>...</set-header>
2929
<set-body>...</set-body>
3030
<authentication-certificate thumbprint="thumbprint" />
31+
<authentication-managed-identity resource="ResourceID"/>
3132
</send-one-way-request>
3233
```
3334

@@ -48,6 +49,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
4849
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
4950
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
5051
| authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
52+
| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No |
5153
| [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |
5254

5355

articles/api-management/send-request-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
2929
<set-header>...</set-header>
3030
<set-body>...</set-body>
3131
<authentication-certificate thumbprint="thumbprint" />
32+
<authentication-managed-identity resource="ResourceID"/>
3233
<proxy>...</proxy>
3334
</send-request>
3435
```
@@ -51,6 +52,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
5152
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
5253
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
5354
| authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
55+
| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No |
5456
| [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |
5557

5658
## Usage

articles/azure-vmware/azure-vmware-solution-nsx-scale-and-performance-recommendations-for-vmware-hcx.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ Mitigation options:
9292

9393
* More details in the next section with an example of HCX migration use case.
9494

95-
3. Edge Scale-OUT: If customer has large number of Hosts in the SDDC and workloads, NSX Edge Scale-OUT (from two Edges to four Edges) could be an option to add additional NSX Edge data path resources.
95+
3. Edge Scale-OUT: If you have a large number of Hosts in the SDDC and workloads, NSX Edge Scale-OUT (from two Edges to four Edges) could be an option to add additional NSX Edge data path resources.
9696

97-
* However, NSX Edge Scale-OUT is effective only with a change in the NSX default Tier-1 Gateway topology to distribute the traffic optimally across all four Edge VMs. More details in the next section with an example of HCX migration use case.
97+
* Edge Scale-OUT is currently not supported on Azure VMware Solution Stretched Cluster private cloud.
98+
99+
* NSX Edge Scale-OUT is effective only with a change in the NSX default Tier-1 Gateway topology to distribute the traffic optimally across all four Edge VMs. More details in the next section with an example of HCX migration use case.
98100

99101
### Default and configuration recommendations to the NSX Edge data path performance
100102

articles/container-apps/plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Container Apps plan types
3-
description: Compare different plains available in Azure Container Apps
3+
description: Compare different plans available in Azure Container Apps
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps

articles/oracle/oracle-db/oracle-database-regions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ The list below mentions the Azure and corresponding OCI regions with the regiona
5151
| Germany West Central |Germany Central (Frankfurt) ||||||| Dual |
5252
| Italy North | Italy North (Milan) |||||| | Dual |
5353
| North Europe | Ireland (Dublin) ||| | | | | Dual |
54-
| Spain Central | Spain Central (Madrid) ||| | | | | Dual |
54+
| Spain Central | Spain Central (Madrid) ||| | | | | Dual |
5555
| Sweden Central | Sweden Central (Stockholm) ||| | | | | Dual |
5656
| Switzerland North | Switzerland North (Zurich) || | | | | | Single |
5757
| UAE Central | UAE Central (Abu Dhabi) ||| | | | | Single |
58-
| UAE North | UAE North (Dubai) || || | | | Dual |
58+
| UAE North | UAE North (Dubai) || || | | | Dual |
5959
| UK South| UK South (London) ||||||| Dual |
6060
| UK West | UK West (Newport) ||| ||| | Single |
6161

@@ -64,9 +64,9 @@ The list below mentions the Azure and corresponding OCI regions with the regiona
6464

6565
| Azure region | OCI region | Oracle Exadata Database@Azure | Oracle Autonomous Database@Azure | Oracle Database Autonomous Recovery Service@Azure | Exadata Database Service on Exascale Infrastructure@Azure | BaseDB | Golden Gate | Regional Availability |
6666
| ---------------- | -------------------------- | ----------------------------- | -------------------------------- | ------------------------------------------------- | --------------------------------------------------------- | ----------------- | --------------------- |---------|
67-
| Canada Central | Canada Southeast (Toronto) |||||| | Dual |
67+
| Canada Central | Canada Southeast (Toronto) |||||| | Dual |
6868
| Canada East | Canada Southeast (Montreal) || | | | | | Single |
69-
| Central US | US Midwest (Chicago) ||||| | | Dual |
69+
| Central US | US Midwest (Chicago) ||||| | | Dual |
7070
| East US | US East (Ashburn) ||||||| Dual|
7171
| East US 2 | US East (Ashburn) ||||| | | Dual |
7272
| North Central US | US Midwest (Chicago) || | | | | | Single |

0 commit comments

Comments
 (0)