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
Application Gateway is available under a Standard_v2 SKU. Web Application Firewall (WAF) is available under a WAF_v2 SKU. The v2 SKU offers performance enhancements and adds support for critical new features like autoscaling, zone redundancy, and support for static VIPs.
163
165
@@ -334,6 +336,23 @@ A ssl_certificates block supports the following:
334
336
`password`|Password for the pfx file specified in data. Required if `data` is set.
335
337
`key_vault_secret_id`|Secret Id of (base-64 encoded unencrypted pfx) Secret or Certificate object stored in Azure `KeyVault`. You need to enable `soft delete` for keyvault to use this feature. Required if `data` is not set.
Application Gateway allows you to create custom error pages instead of displaying default error pages. You can use your own branding and layout using a custom error page.
@@ -568,22 +587,24 @@ An effective naming convention assembles resource names by using important resou
568
587
569
588
Name | Description | Type | Default
570
589
---- | ----------- | ---- | -------
590
+
`create_resource_group` | Whether to create resource group and use it for all networking resources | string | `"false"`
571
591
`resource_group_name`|The name of an existing resource group.|string|`""`
572
592
`location`|The location for all resources while creating a new resource group.|string|`""`
573
593
`virtual_network_name`|The name of the virtual network|string|`""`
594
+
`vnet_resource_group_name`|The resource group name where the virtual network is created|string|`""`
574
595
`subnet_name`|The name of the subnet to use in VM scale set|string|`""`
575
596
`app_gateway_name`|The name of the application gateway|string|`""`
576
597
`log_analytics_workspace_name`|The name of log analytics workspace name|string|`null`
577
598
`storage_account_name`|The name of the hub storage account to store logs|string|`null`
578
-
domain_name_label|Label for the Domain Name. Will be used to make up the FQDN|string|`null`
599
+
`domain_name_label`|Label for the Domain Name. Will be used to make up the FQDN|string|`null`
579
600
`enable_http2`|Is HTTP2 enabled on the application gateway resource?|string|`false`
580
601
`zones`|A collection of availability zones to spread the Application Gateway over|list(string)|`[]`
581
602
`firewall_policy_id`|The ID of the Web Application Firewall Policy which can be associated with app gateway|string|`null`
582
603
`sku`|The sku pricing model of v1 and v2|object({})|`{}`
583
604
`autoscale_configuration`|Minimum or Maximum capacity for autoscaling. Accepted values are for Minimum in the range `0` to `100` and for Maximum in the range `2` to `125`|object|`null`
584
605
`private_ip_address`|Private IP Address to assign to the Load Balancer|string|`null`
585
606
`backend_address_pools`|List of backend address pools|list(object{})|`[]`
586
-
backend_http_settings|List of backend HTTP settings|list(object{})|`[]`
607
+
`backend_http_settings`|List of backend HTTP settings|list(object{})|`[]`
587
608
`http_listeners`|List of HTTP/HTTPS listeners. SSL Certificate name is required|list(object{})|`[]`
588
609
`request_routing_rules`|List of Request routing rules to be used for listeners|list(object{})|`[]`
589
610
`identity_ids`|Specifies a list with a single user managed identity id to be assigned to the Application Gateway|list(string)|`null`
@@ -629,11 +650,6 @@ Name | Description
629
650
`url_path_map_default_backend_address_pool_id`|The ID of the Default Backend Address Pool associated with URL Path Map
630
651
`url_path_map_default_backend_http_settings_id`|The ID of the Default Backend HTTP Settings Collection associated with URL Path Map
631
652
`url_path_map_default_redirect_configuration_id`|The ID of the Default Redirect Configuration associated with URL Path Map
632
-
`url_path_map_path_rule_id`|The ID of the Path Rule associated with URL Path Map
633
-
`url_path_map_path_rule_backend_address_pool_id`|The ID of the Backend Address Pool used in this Path Rule
634
-
`url_path_map_path_rule_backend_http_settings_id`|The ID of the Backend HTTP Settings Collection used in this Path Rule
635
-
`url_path_map_path_rule_redirect_configuration_id`|The ID of the Redirect Configuration used in this Path Rule
636
-
`url_path_map_path_rule_rewrite_rule_set_id`|The ID of the Rewrite Rule Set used in this Path Rule
637
653
`custom_error_configuration_id`|The ID of the Custom Error Configuration
638
654
`redirect_configuration_id`|The ID of the Redirect Configuration
639
655
`rewrite_rule_set_id`|The ID of the Rewrite Rule Set
0 commit comments