Skip to content

Commit 8361f4d

Browse files
Update application-gateway-waf-request-size-limits.md
1 parent d19afc9 commit 8361f4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/web-application-firewall/ag/application-gateway-waf-request-size-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Web Application Firewall allows you to configure request size limits within a lo
2222

2323
The request body size field and the file upload size limit are both configurable within the WAF. The maximum request body size field is specified in kilobytes and controls overall request size limit excluding any file uploads. The file upload limit field is specified in megabytes and it governs the maximum allowed file upload size. For the request size limits and file upload size limit see [Application Gateway limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#application-gateway-limits).
2424

25-
For Application Gateway v2 WAFs running Core Rule Set 3.2, or newer, the maximum request body size enforcement and max file upload size enforcement can be disabled and the WAF will no longer reject a request, or file upload, for being too large. When maximum request body size enforcement and max file upload size enforcement are disabled within the WAF the maximum size allowable is determined by Application Gateway's limits which can be found here: [Application Gateway limits](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#application-gateway-limits).
25+
For Application Gateway v2 WAFs running Core Rule Set 3.2, or newer, the maximum request body size enforcement and max file upload size enforcement can be disabled and the WAF will no longer reject a request, or file upload, for being too large. When maximum request body size enforcement and max file upload size enforcement are disabled within the WAF the maximum size allowable is determined by Application Gateway's limits. For more information, see [Application Gateway limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#application-gateway-limits).
2626

2727
Only requests with Content-Type of *multipart/form-data* are considered for file uploads. For content to be considered as a file upload, it has to be a part of a multipart form with a *filename* header. For all other content types, the request body size limit applies.
2828

@@ -87,9 +87,9 @@ If you are an Application Gateway v2 WAF customer running CRS 3.2 or later and y
8787
You can use the following PowerShell comannds to return your Azure policy, look at its current settings, and update the policy settings to the desired values for inspection limit and max size limitation related fields.
8888

8989
- [Get WAF Policy](/powershell/module/az.network/get-azapplicationgatewayfirewallpolicy)
90-
- [Polcy Settings Properties](https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.commands.network.models.psapplicationgatewaywebapplicationfirewallpolicy.policysettings?view=az-ps-latest#microsoft-azure-commands-network-models-psapplicationgatewaywebapplicationfirewallpolicy-policysettings)
91-
- [Polcy Settings Class](https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.commands.network.models.psapplicationgatewayfirewallpolicysettings)
92-
- [New Polcy Settings](https://learn.microsoft.com/en-us/powershell/module/az.network/new-azapplicationgatewayfirewallpolicysetting)
90+
- [Polcy Settings Properties](/dotnet/api/microsoft.azure.commands.network.models.psapplicationgatewaywebapplicationfirewallpolicy.policysettings)
91+
- [Polcy Settings Class](/dotnet/api/microsoft.azure.commands.network.models.psapplicationgatewayfirewallpolicysettings)
92+
- [New Policy Settings](/powershell/module/az.network/new-azapplicationgatewayfirewallpolicysetting)
9393

9494
### Command Line Interface
9595

0 commit comments

Comments
 (0)