Skip to content

Commit

Permalink
Updating readme table in Application Gateway Redirect template
Browse files Browse the repository at this point in the history
  • Loading branch information
shphirke committed Jun 15, 2017
1 parent 786f26d commit 3bfc642
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 101-application-gateway-redirect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ This template illustrates different redirect scenarios Application Gateway suppo
3. Redirect requests under a given path.

This functionality can be configured using RedirectConfiguration.
| Property | Mandatory | Description |
| ----------------------|:---------:|:-------------|
| RedirectType | Y | Supported http redirection types - Permanent, Temporary, Found, SeeOther |
| TargetListener | N | Reference to a listener to redirect the request to. |
| TargetUrl | N | A Url to redirect to. Cannot be used when TargetListener is specified.|
| IncludePath | N | True/False.|
| IncludeQueryString | N | True/False |
| Property | Mandatory | Description |
|:--- |:--- |:---|
| RedirectType | Y | Supported http redirection types - Permanent, Temporary, Found, SeeOther |
| TargetListener | N | Reference to a listener to redirect the request to. |
| TargetUrl | N | A Url to redirect to. Cannot be used when TargetListener is specified.|
| IncludePath | N | True/False.|
| IncludeQueryString | N | True/False |

### Sample Redirect Configuration
```
Expand Down

0 comments on commit 3bfc642

Please sign in to comment.