Back to Azure Resource templates index <–
![]()
Azure Application Gateway
Template Locations
Infrastructure As Code Advisor (Beta)
WAF-compliance
The WAF-compliance advisor validates templates based on the Well Architected Framework practices. Every day a GitHub Action updates the templates compliance data and lists the recomendations.
Sustainbility Advisor
The sustainability advisor is based on the Sogeti Cloud Reference Architecture with sustainble practices. These sustainble practices cover application code, cloud infrastructures and data. The global Sogeti community is continously evolving the sustainble practices and every day new and tuned are added. For cloud infrastructures the sustainble practices are automatically validated and reported below.
note: when 100% it can be that there is no sustainble practices yet for this Cloud infrastructure.
Online documentation
Template reference
Service description
Requirements
- Resource group must been created with a valid name and location.
- Virtual Network must been created with a valid name and location.
Input values
- tagBillingIdentifier: Cost Center.
- tier: The tier of the Azure Application Gateway (Standard or WAF).
- skuSize: Size of the Application Gateway tier.
- capacity: Instance count.
- frontEndPort: Frontend port for the Application Gateway.
- virtualNetworkName: Name of the existing Virtual Network where the Application gateway would be deployed.
- subnetName: Name of the subnet in the Virtual Network where the Application gateway would get deployed.
- enableHttp2: Toggle to enable or disable Http2 requests.
- PIPidleTimeoutInMinutes: Keep a TCP or HTTP connection open without relying on clients to send keep-alive messages.
- PIPdomainNameLabel: Domain name of the Public IP address.
Output values
- appGatewayName: Name of the Azure Application Gateway.
Additional information
Compliance Advisor details
Resource Health Result
| Message | ResourceType | Severity |
|---|---|---|
| Your current API Version i.e.2020-05-01 for the resource Microsoft.Network/applicationGateways is outdatedconsider updating to new recent version available i.e. 2023-04-01 or 2023-02-01 | Microsoft.Network/applicationGateways | 2 |
| Your current API Version i.e.2020-05-01 for the resource Microsoft.Network/publicIPAddresses is outdatedconsider updating to new recent version available i.e. 2023-04-01 or 2023-02-01 | Microsoft.Network/publicIPAddresses | 2 |
| It is recommended to parameterized your tag and make it as object type | Microsoft.Network/applicationGateways | 1 |
| It is recommended to parameterized your tag and make it as object type | Microsoft.Network/publicIPAddresses | 1 |
TemplateParameterHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your parameter as camel case, wherever possible for i.e. locationRead More | 1 |