Skip to content

Commit 893cedc

Browse files
committed
freshness review
1 parent f27250d commit 893cedc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cdn/cdn-restrict-access-by-country-region.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Restrict Azure CDN content by country/region
33
description: Learn how to restrict access by country/region to your Azure CDN content by using the geo-filtering feature.
44
services: cdn
5-
documentationcenter: ''
5+
manager: kumudd
66
author: duongau
77
ms.service: azure-cdn
88
ms.topic: how-to
9-
ms.date: 07/07/2021
9+
ms.date: 02/27/2023
1010
ms.author: duau
1111

1212
---
@@ -32,7 +32,7 @@ To access the geo-filtering feature, select your CDN endpoint within the portal,
3232

3333
![Screenshot showing Geo-filtering selected from the menu for an Endpoint.](./media/cdn-filtering/cdn-geo-filtering-standard.png)
3434

35-
From the **PATH** box, specify the relative path to the location to which users will be allowed or denied access.
35+
From the **PATH** box, specify the relative path to the location to which users are allowed or denied access.
3636

3737
You can apply geo-filtering for all your files with a forward slash (/) or select specific folders by specifying directory paths (for example, */pictures/*). You can also apply geo-filtering to a single file (for example */pictures/city.png*). Multiple rules are allowed. After you enter a rule, a blank row appears for you to enter the next rule.
3838

@@ -48,7 +48,7 @@ From the **ACTION** list, select **Allow** or **Block**:
4848

4949
- **Allow**: Only users from the specified countries/regions are allowed access to assets requested from the recursive path.
5050

51-
- **Block**: Users from the specified countries/regions are denied access to the assets requested from the recursive path. If no other country/region filtering options have been configured for that location, then all other users will be allowed access.
51+
- **Block**: Users from the specified countries/regions are denied access to the assets requested from the recursive path. If no other country/region filtering options have been configured for that location, then all other users are allowed access.
5252

5353
For example, a geo-filtering rule for blocking the path */Photos/Strasbourg/* filters the following files:
5454
*http:\//\<endpoint>.azureedge.net/Photos/Strasbourg/1000.jpg*
@@ -105,5 +105,5 @@ In the country/region filtering rules table, select the delete icon next to a ru
105105

106106
* Only one rule can be applied to the same relative path. That is, you can't create multiple country/region filters that point to the same relative path. However, because country/region filters are recursive, a folder can have multiple country/region filters. In other words, a subfolder of a previously configured folder can be assigned a different country/region filter.
107107

108-
* The geo-filtering feature uses [country/region codes](microsoft-pop-abbreviations.md) codes to define the countries/regions from which a request is allowed or blocked for a secured directory. **Azure CDN from Verizon** and **Azure CDN from Akamai** profiles use ISO 3166-1 alpha-2 country codes to define the countries from which a request will be allowed or blocked for a secured directory.
108+
* The geo-filtering feature uses [country/region codes](microsoft-pop-abbreviations.md) codes to define the countries/regions from which a request is allowed or blocked for a secured directory. **Azure CDN from Verizon** and **Azure CDN from Akamai** profiles use ISO 3166-1 alpha-2 country codes to define the countries from which a request are allowed or blocked for a secured directory.
109109

0 commit comments

Comments
 (0)