Skip to content

Commit 5153a0b

Browse files
Merge pull request #223888 from madsd/ipnote
Add note on private ip rules
2 parents 1c5e546 + a55a8d7 commit 5153a0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Follow the procedure as outlined in the preceding section, but with the followin
8888

8989
Specify the **IP Address Block** in Classless Inter-Domain Routing (CIDR) notation for both the IPv4 and IPv6 addresses. To specify an 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, see [Classless Inter-Domain Routing](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
9090

91+
> [!NOTE]
92+
> IP-based access restriction rules only handle virtual network address ranges when your app is in an App Service Environment. If your app is in the multi-tenant service, you need to use **service endpoints** to restrict traffic to select subnets in your virtual network.
93+
9194
#### Set a service endpoint-based rule
9295

9396
* For step 4, in the **Type** drop-down list, select **Virtual Network**.

0 commit comments

Comments
 (0)