Skip to content

Commit 607138b

Browse files
George WallaceGeorge Wallace
authored andcommittedJul 18, 2017
added images and updated faq
1 parent e847cba commit 607138b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎articles/application-gateway/application-gateway-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Application Gateway is a dedicated deployment in your virtual network.
5252

5353
**Q. Is HTTP->HTTPS redirection supported?**
5454

55-
This is currently not supported.
55+
Redirection is supported, visit [Application Gateway redirect overview](../application-gateway-redirect-overview.md) to learn more.
5656

5757
**Q. Where do I find Application Gateway’s IP and DNS?**
5858

‎articles/application-gateway/application-gateway-redirect-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ A common scenario for many web applications is to support automatic HTTP to HTTP
2626
2. Path-based redirection. This type of redirection enables HTTP to HTTPS redirection only on a specific site area, for example a shopping cart area denoted by /cart/*.
2727
3. Redirect to external site.
2828

29+
![redirect](./media/application-gateway-redirect-overview/redirect.png)
30+
2931
With this change, customers would need to create a new redirect configuration object, which specifies the target listener or external site to which redirection is desired. The configuration element also supports options to enable appending the URI path and query string to the redirected URL. Customers could also choose whether redirection is a temporary (HTTP status code 302) or a permanent redirect (HTTP status code 301). Once created this redirect configuration is attached to the source listener via a new rule. When using a basic rule, the redirect configuration is associated with a source listener and is a global redirect. When a path-based rule is used, the redirect configuration is defined on the URL path map and hence only applies to the specific path area of a site.
3032

3133
## Next steps
Loading

0 commit comments

Comments
 (0)