Skip to content

Commit

Permalink
Merge pull request #7417 from Duchynko/d/path-based-routing-note
Browse files Browse the repository at this point in the history
application_gateway - Clarify use of PathBasedRouting
  • Loading branch information
tombuildsstuff committed Jun 23, 2020
2 parents 9271881 + 166d4ec commit 2f40445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/application_gateway.html.markdown
Expand Up @@ -376,6 +376,8 @@ A `request_routing_rule` block supports the following:

* `rewrite_rule_set_name` - (Optional) The Name of the Rewrite Rule Set which should be used for this Routing Rule. Only valid for v2 SKUs.

-> **NOTE:** `backend_address_pool_name`, `backend_http_settings_name`, `redirect_configuration_name`, and `rewrite_rule_set_name` are applicable only when `rule_type` is `Basic`.

* `url_path_map_name` - (Optional) The Name of the URL Path Map which should be associated with this Routing Rule.

---
Expand Down

0 comments on commit 2f40445

Please sign in to comment.