Skip to content

Commit 8b95d1f

Browse files
authored
updated header depth
I changed some headers to H2 from H3 so they would be linkable elements
1 parent f03d032 commit 8b95d1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: web
1313
ms.tgt_pltfrm: na
1414
ms.devlang: multiple
1515
ms.topic: article
16-
ms.date: 05/28/2019
16+
ms.date: 06/06/2019
1717
ms.author: ccompy
1818
ms.custom: seodec18
1919

@@ -46,15 +46,15 @@ The list will show all of the current restrictions that are on your app. If you
4646

4747
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.
4848

49-
### Adding IP address rules
49+
## Adding IP address rules
5050

5151
![add an IP access restriction rule](media/app-service-ip-restrictions/access-restrictions-ip-add.png)
5252

5353
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.
5454

5555
To set an IP address based rule, select a type of IPv4 or IPv6. IP Address notation must be specified in CIDR notation for both IPv4 and IPv6 addresses. To specify an exact address, you can use something like 1.2.3.4/32 where the first four octets represent your IP address and /32 is the mask. The IPv4 CIDR notation for all addresses is 0.0.0.0/0. To learn more about CIDR notation, you can read [Classless Inter-Domain Routing](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
5656

57-
### Service endpoints
57+
## Service endpoints
5858

5959
![add a VNet access restriction rule](media/app-service-ip-restrictions/access-restrictions-vnet-add.png)
6060

@@ -64,7 +64,7 @@ Service endpoints cannot be used to restrict access to apps that run in an App S
6464

6565
With service endpoints, you can configure your app with Application Gateways or other WAF devices. You can also configure multi-tier applications with secure backends. For more details on some of the possibilities, read [Networking features and App Service](networking-features.md).
6666

67-
### Managing access restriction rules
67+
## Managing access restriction rules
6868

6969
You can click on any row to edit an existing access restriction rule. Edits are effective immediately including changes in priority ordering.
7070

@@ -78,15 +78,15 @@ To delete a rule, click the **...** on your rule and then click **remove**.
7878

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

81-
### Blocking a single IP Address ##
81+
## Blocking a single IP Address ##
8282

8383
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.
8484

8585
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.
8686

8787
![block single ip address](media/app-service-ip-restrictions/block-single-address.png)
8888

89-
### SCM site
89+
## SCM site
9090

9191
In addition to being able to control access to your app, you can also restrict access to the scm site used by your app. The scm site is the web deploy endpoint and also the Kudu console. You can separately assign access restrictions to the scm site from the app or use the same set for both the app and the scm site. When you check the box to have the same restrictions as your app, everything is blanked out. If you uncheck the box, whatever settings you had earlier on the scm site are applied.
9292

0 commit comments

Comments
 (0)