Skip to content

Commit 59d03d9

Browse files
authored
Match UI
1 parent 2c59a05 commit 59d03d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The list will show all of the current restrictions that are on your app. If you
3838

3939
## Adding IP address rules
4040

41-
You can click on **[+] Add** to add a new access restriction rule. Once you add a rule, it will become effective immediately. Rules are enforced in priority order starting from the lowest number and going up. There is an implicit deny all that is in effect once you add even a single rule.
41+
You can click on **[+] Add rule** to add a new access restriction rule. Once you add a rule, it will become effective immediately. Rules are enforced in priority order starting from the lowest number and going up. There is an implicit deny all that is in effect once you add even a single rule.
4242

4343
When creating a rule, you must select allow/deny and also the type of rule. You are also required to provide the priority value and what you are restricting access to. You can optionally add a name, and description to the rule.
4444

@@ -66,13 +66,13 @@ When you edit a rule, you cannot change the type between an IP address rule and
6666

6767
![edit an access restriction rule](media/app-service-ip-restrictions/access-restrictions-vnet-edit.png)
6868

69-
To delete a rule, click the **...** on your rule and then click **remove**.
69+
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

7373
## Blocking a single IP Address ##
7474

75-
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.
75+
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

7777
For the scenario where users want to explicitly block a single IP address or IP address block, but allow everything else access, it is necessary to add an explicit **Allow All** rule.
7878

@@ -124,7 +124,7 @@ The JSON syntax for the earlier example is:
124124

125125
## Azure Function App Access Restrictions
126126

127-
Access restrictions are available for both 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
130130
[Access restrictions for Azure Function Apps](../azure-functions/functions-networking-options.md#inbound-ip-restrictions)

0 commit comments

Comments
 (0)