Skip to content

Commit 3c91e67

Browse files
authored
Merge pull request #294368 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 1c12de1 + 1440077 commit 3c91e67

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

articles/application-gateway/configuration-infrastructure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ Depending on whether you're creating new resources or using existing ones, add t
8787
| Subnet | Use existing| Microsoft.Network/virtualNetworks/subnets/read<br>Microsoft.Network/virtualNetworks/subnets/join/action |
8888
| IP addresses| Create new| Microsoft.Network/publicIPAddresses/write<br>Microsoft.Network/publicIPAddresses/join/action |
8989
| IP addresses | Use existing| Microsoft.Network/publicIPAddresses/read<br>Microsoft.Network/publicIPAddresses/join/action |
90-
| ApplicationGatewayWebApplicationFirewallPolicies | Create new / Update existing | Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/write Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/join/action |
90+
| ApplicationGatewayWebApplicationFirewallPolicies | Create new / Update existing | Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/write
91+
Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/read
92+
Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies/join/action |
9193

9294
For more information, see [Azure permissions for Networking](../role-based-access-control/permissions/networking.md) and [Virtual network permissions](../virtual-network/virtual-network-manage-subnet.md#permissions).
9395
## Roles scope

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ For a URL redirect, Application Gateway sends a redirect response to the client
256256
- Rewrites aren't supported when the application gateway is configured to redirect the requests or to show a custom error page.
257257
- Request header names can contain alphanumeric characters and hyphens. Headers names containing other characters will be discarded when a request is sent to the backend target.
258258
- Response header names can contain any alphanumeric characters and specific symbols as defined in [RFC 7230](https://tools.ietf.org/html/rfc7230#page-27).
259-
- Connection and upgrade headers cannot be rewritten
259+
- X-Original-Host, Connection, and upgrade headers cannot be rewritten
260260
- Rewrites aren't supported for 4xx and 5xx responses generated directly from Application Gateway
261261

262262
## Next steps

articles/private-link/network-security-perimeter-concepts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ A network security perimeter-aware private link resource is a PaaS resource that
9898
| [Storage](/azure/storage/common/storage-network-security#network-secuirty-perimeter-preview) | Microsoft.Storage/storageAccounts | - |
9999

100100
> [!NOTE]
101-
>
101+
> Refer to the respective private link resource documentation for information on currently unsupported scenarios.
102+
102103
## Limitations of a network security perimeter
103104

104105
### Regional limitations

0 commit comments

Comments
 (0)