Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Apr 20, 2021
1 parent bd612de commit 01b8202
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 2 deletions.
18 changes: 17 additions & 1 deletion website/docs/r/app_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ A `ip_restriction` block supports the following:

* `action` - (Optional) Does this restriction `Allow` or `Deny` access for this IP range. Defaults to `Allow`.

* `headers` - (Optional) The headers for this specific `ip_restriction` as defined below.

---

A `scm_ip_restriction` block supports the following:
Expand All @@ -355,7 +357,21 @@ A `scm_ip_restriction` block supports the following:

* `priority` - (Optional) The priority for this IP Restriction. Restrictions are enforced in priority order. By default, priority is set to 65000 if not specified.

* `action` - (Optional) Allow or Deny access for this IP range. Defaults to Allow.
* `action` - (Optional) Allow or Deny access for this IP range. Defaults to Allow.

* `headers` - (Optional) The headers for this specific `scm_ip_restriction` as defined below.

---

A `headers` block supports the following:

* `x_azure_fdid` - (Optional) A list of allowed Azure FrontDoor IDs.

* `x_fd_health_probe` - (Optional) A list to allow the Azure FrontDoor health probe header

* `x_forwarded_for` - (Optional) A list of allowed 'X-Forwarded-For' IPs.

* `x_forwarded_host` - (Optional) A list of allowed 'X-Forwarded-Host' domains.

---

Expand Down
15 changes: 15 additions & 0 deletions website/docs/r/app_service_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,21 @@ A `ip_restriction` block supports the following:

* `action` - (Optional) Does this restriction `Allow` or `Deny` access for this IP range. Defaults to `Allow`.

* `headers` - (Optional) The headers for this specific `ip_restriction` as defined below.

---

A `headers` block supports the following:

* `x_azure_fdid` - (Optional) A list of allowed Azure FrontDoor IDs.

* `x_fd_health_probe` - (Optional) A list to allow the Azure FrontDoor health probe header

* `x_forwarded_for` - (Optional) A list of allowed 'X-Forwarded-For' IPs.

* `x_forwarded_host` - (Optional) A list of allowed 'X-Forwarded-Host' domains.


---

A `microsoft` block supports the following:
Expand Down
19 changes: 18 additions & 1 deletion website/docs/r/function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ A `ip_restriction` block supports the following:

* `action` - (Optional) Does this restriction `Allow` or `Deny` access for this IP range. Defaults to `Allow`.

* `headers` - (Optional) The headers for this specific `ip_restriction` as defined below.

---

A `scm_ip_restriction` block supports the following:
Expand All @@ -354,7 +356,22 @@ A `scm_ip_restriction` block supports the following:

* `priority` - (Optional) The priority for this IP Restriction. Restrictions are enforced in priority order. By default, priority is set to 65000 if not specified.

* `action` - (Optional) Allow or Deny access for this IP range. Defaults to Allow.
* `action` - (Optional) Allow or Deny access for this IP range. Defaults to Allow.

* `headers` - (Optional) The headers for this specific `scm_ip_restriction` as defined below.

---

A `headers` block supports the following:

* `x_azure_fdid` - (Optional) A list of allowed Azure FrontDoor IDs.

* `x_fd_health_probe` - (Optional) A list to allow the Azure FrontDoor health probe header

* `x_forwarded_for` - (Optional) A list of allowed 'X-Forwarded-For' IPs.

* `x_forwarded_host` - (Optional) A list of allowed 'X-Forwarded-Host' domains.


---

Expand Down
14 changes: 14 additions & 0 deletions website/docs/r/function_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,20 @@ A `ip_restriction` block supports the following:

* `action` - (Optional) Does this restriction `Allow` or `Deny` access for this IP range. Defaults to `Allow`.

* `headers` - (Optional) The headers for this specific `ip_restriction` as defined below.

---

A `headers` block supports the following:

* `x_azure_fdid` - (Optional) A list of allowed Azure FrontDoor IDs.

* `x_fd_health_probe` - (Optional) A list to allow the Azure FrontDoor health probe header

* `x_forwarded_for` - (Optional) A list of allowed 'X-Forwarded-For' IPs.

* `x_forwarded_host` - (Optional) A list of allowed 'X-Forwarded-Host' domains.

## Attributes Reference

The following attributes are exported:
Expand Down

0 comments on commit 01b8202

Please sign in to comment.