Skip to content

Commit 0956e8d

Browse files
committed
tech review
1 parent 607d82e commit 0956e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/create-web-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ DnsSettings : {
152152

153153
## Restrict access
154154

155-
The web apps deployed in these examples use public IP addresses that can be accessed directly from the Internet. This helps with troubleshooting when you are learning about a new feature and trying new things. But obviously if you intend to deploy a feature into production, you'll want to add more restrictions.
155+
The web apps deployed in these examples use public IP addresses that can be accessed directly from the Internet. This helps with troubleshooting when you are learning about a new feature and trying new things. But if you intend to deploy a feature into production, you'll want to add more restrictions.
156156

157157
One way you can restrict access to your web apps is to use [Azure App Service static IP restrictions](../app-service/app-service-ip-restrictions.md). For example, you can restrict the web app so that it only receives traffic from the application gateway. Use the app service IP restriction feature to list the application gateway VIP as the only address with access.
158158

0 commit comments

Comments
 (0)