Skip to content

Commit

Permalink
Document health_check_path on azurerm_app_service
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed May 4, 2020
1 parent 9509807 commit 330e2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/d/app_service.html.markdown
Expand Up @@ -103,6 +103,8 @@ A `ip_restriction` block exports the following:

* `ftps_state` - State of FTP / FTPS service for this AppService.

* `health_check_path` - The health check path to be pinged by App Service.

* `ip_restriction` - One or more `ip_restriction` blocks as defined above.

* `java_version` - The version of Java in use.
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/app_service.html.markdown
Expand Up @@ -187,6 +187,8 @@ A `site_config` block supports the following:

* `ftps_state` - (Optional) State of FTP / FTPS service for this App Service. Possible values include: `AllAllowed`, `FtpsOnly` and `Disabled`.

* `health_check_path` - (Optional) The health check path to be pinged by App Service. [For more information - please see the corresponding Kudu Wiki page](https://github.com/projectkudu/kudu/wiki/Health-Check-(Preview)).

* `http2_enabled` - (Optional) Is HTTP2 Enabled on this App Service? Defaults to `false`.

* `ip_restriction` - (Optional) A [List of objects](/docs/configuration/attr-as-blocks.html) representing ip restrictions as defined below.
Expand Down

0 comments on commit 330e2d9

Please sign in to comment.