You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really hate MS/Azure SKU policy but this parametr can't be mandatory.
│ Error: Missing required argument
│
│ on application_gw.tf line 116, in resource "azurerm_application_gateway" "public":
│ 116: request_routing_rule {
│
│ The argument "priority" is required, but no definition was found.
but
│ Error: updating Application Gateway: (Name "agw-xxxx-westeurope-001" / Resource Group "rg-xxxx-westeurope"): network.ApplicationGatewaysClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="ApplicationGatewayFeatureCannotBeEnabledForSelectedSku" Message="Application Gateway /subscriptions/xxx/resourceGroups/rg-xxxx-westeurope/providers/Microsoft.Network/applicationGateways/agw-xxxx-westeurope-001/requestRoutingRules/vnet-gateway-westeurope-rqrt does not support Priority for the selected SKU tier WAF. Supported SKU tiers are Standard_v2,WAF_v2." Details=[]
I really hate MS/Azure SKU policy but this parametr can't be mandatory.
│ Error: Missing required argument
│
│ on application_gw.tf line 116, in resource "azurerm_application_gateway" "public":
│ 116: request_routing_rule {
│
│ The argument "priority" is required, but no definition was found.
but
│ Error: updating Application Gateway: (Name "agw-xxxx-westeurope-001" / Resource Group "rg-xxxx-westeurope"): network.ApplicationGatewaysClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="ApplicationGatewayFeatureCannotBeEnabledForSelectedSku" Message="Application Gateway /subscriptions/xxx/resourceGroups/rg-xxxx-westeurope/providers/Microsoft.Network/applicationGateways/agw-xxxx-westeurope-001/requestRoutingRules/vnet-gateway-westeurope-rqrt does not support Priority for the selected SKU tier WAF. Supported SKU tiers are Standard_v2,WAF_v2." Details=[]
I have faced same issue, while attempted to create AGW Standard tier (v1) and the configuration of this version AGW does not supports the argument "priority". That is mandatory for all AGW tiers, but shoud be mandatory only for tier Standard_v2 and WAF_v2. It's a blocker issue
Is there an existing issue for this?
Community Note
Description
The issue #16793 updated the documentation to reflect
priority
is now mandatory on theazurerm_application_gateway
resource.This issue is to track updating the resource schema to reflect that priority is now mandatory, and include
priority
in the example.New or Affected Resource(s)/Data Source(s)
azurerm_application_gateway
Potential Terraform Configuration
See pull request #16849
References
#16849
#16793
The text was updated successfully, but these errors were encountered: