Skip to content

Commit bd1a2d9

Browse files
authored
Merge pull request #111598 from ggailey777/patch-4
Fix some capitalization issues
2 parents 0e5cc84 + 32972f3 commit bd1a2d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/app-service-ip-restrictions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: ccompy
1010
ms.custom: seodec18
1111

1212
---
13-
# Azure App Service Access Restrictions #
13+
# Azure App Service access restrictions
1414

1515
Access restrictions enable you to define a priority ordered allow/deny list that controls network access to your app. The list can include IP addresses or Azure Virtual Network subnets. When there are one or more entries, there is then an implicit "deny all" that exists at the end of the list.
1616

@@ -70,7 +70,7 @@ To delete a rule, click the **...** on your rule and then click **Remove**.
7070

7171
![delete access restriction rule](media/app-service-ip-restrictions/access-restrictions-delete.png)
7272

73-
## Blocking a single IP Address ##
73+
## Blocking a single IP address ##
7474

7575
When adding your first IP Restriction rule, the service will add an explicit **Deny all** rule with a priority of 2147483647. In practice, the explicit **Deny all** rule will be last rule executed and will block access to any IP address that is not explicitly allowed using an **Allow** rule.
7676

@@ -122,12 +122,12 @@ The JSON syntax for the earlier example is:
122122
}
123123
```
124124

125-
## Azure Function App Access Restrictions
125+
## Azure Functions access restrictions
126126

127-
Access restrictions are also available for Function Apps with the same functionality as App Service plans. Enabling access restrictions will disable the portal code editor for any disallowed IPs.
127+
Access restrictions are also available for function apps with the same functionality as App Service plans. Enabling access restrictions will disable the portal code editor for any disallowed IPs.
128128

129129
## Next steps
130-
[Access restrictions for Azure Function Apps](../azure-functions/functions-networking-options.md#inbound-ip-restrictions)
130+
[Access restrictions for Azure Functions](../azure-functions/functions-networking-options.md#inbound-ip-restrictions)
131131

132132
[Application Gateway integration with service endpoints](networking/app-gateway-with-service-endpoints.md)
133133

0 commit comments

Comments
 (0)