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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,15 +264,15 @@ Name | Description | Type | Default
264
264
`resource_group_name`|The name of an existing resource group.|string|`""`
265
265
`location`|The location for all resources while creating a new resource group.|string|`""`
266
266
`frontdoor_name`|Specifies the name of the Front Door service. Must be globally unique|string|`""`
267
-
friendly_name|A friendly name for the Front Door service|string|`""`
267
+
`friendly_name`|A friendly name for the Front Door service|string|`""`
268
268
`backend_pools_send_receive_timeout_seconds`|Specifies the send and receive timeout on forwarding request to the backend. When the timeout is reached, the request fails and returns. Possible values are between `0` - `240`. Defaults to `60`.|number|`60`
269
269
`enforce_backend_pools_certificate_name_check`|Enforce certificate name check on HTTPS requests to all backend pools, this setting will have no effect on HTTP requests. Permitted values are `true` or `false`.|string|`false`
270
270
`backend_pools`|A logical grouping of app instances across the world that receive the same traffic and respond with expected behavior. These backends are deployed across different regions or within the same region. All backends can be in `Active/Active` deployment mode or what is defined as `Active/Passive` configuration. Azure by default allows specifying up to `50` Backend Pools.|list(object({}))|`[]`
271
271
`backend_pool_health_probes`|The list of backend pool health probes.|list(object({}))|`[]`
272
272
`backend_pool_load_balancing`|Load-balancing settings for the backend pool to determine if the backend is healthy or unhealthy. They also check how to load-balance traffic between different backends in the backend pool.|list(object({}))|`[]`
273
273
`frontend_endpoints`|Lists all of the frontend endpoints within a Front Door|list(object({}))|`[]`
274
274
`routing_rules`|The list of Routing Rules to determine which particular rule to match the request to and then take the defined action in the configuration|list(object({}))|`[]`
275
-
web_application_firewall_policy|Manages an Azure Front Door Web Application Firewall Policy instance|map(object({}))|`null`
275
+
`web_application_firewall_policy`|Manages an Azure Front Door Web Application Firewall Policy instance|map(object({}))|`null`
276
276
`log_analytics_workspace_name`|The name of log analytics workspace name|string|`null`
277
277
`storage_account_name`|The name of the hub storage account to store logs|string|`null`
278
278
`Tags`|A map of tags to add to all resources|map|`{}`
0 commit comments