Skip to content

Commit ad1a2bd

Browse files
committed
freshness review
1 parent e2b39ca commit ad1a2bd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

articles/cdn/cdn-pop-list-api.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,29 @@
22
title: Retrieve the current POP IP list for Azure CDN| Microsoft Docs
33
description: Learn how to get POP servers by using the REST API. POP servers make requests to origin servers associated with Azure Content Delivery Network endpoints.
44
services: cdn
5-
documentationcenter: ''
65
author: duongau
7-
manager: danielgi
8-
editor: ''
9-
10-
ms.assetid:
6+
manager: kumudd
117
ms.service: azure-cdn
128
ms.workload: tbd
139
ms.tgt_pltfrm: na
1410
ms.topic: article
15-
ms.date: 07/06/2021
11+
ms.date: 02/27/2023
1612
ms.author: duau
1713
ms.custom:
1814

1915
---
16+
2017
# Retrieve the current POP IP list for Azure CDN
2118

2219
## Retrieve the current Verizon POP IP list for Azure CDN
2320

24-
You can use the REST API to retrieve the set of IPs for Verizon’s point of presence (POP) servers. These POP servers make requests to origin servers that are associated with Azure Content Delivery Network (CDN) endpoints on a Verizon profile (**Azure CDN Standard from Verizon** or **Azure CDN Premium from Verizon**). Note that this set of IPs is different from the IPs that a client would see when making requests to the POPs.
21+
You can use the REST API to retrieve the set of IPs for Verizon’s point of presence (POP) servers. These POP servers make requests to origin servers that are associated with Azure Content Delivery Network (CDN) endpoints on a Verizon profile (**Azure CDN Standard from Verizon** or **Azure CDN Premium from Verizon**). This set of IPs is different from the IPs that a client would see when making requests to the POPs.
2522

2623
For the syntax of the REST API operation for retrieving the POP list, see [Edge Nodes - List](/rest/api/cdn/edge-nodes/list).
2724

2825
## Retrieve the current Microsoft POP IP list for Azure CDN
2926

30-
To lock down your application to accept traffic only from Azure CDN from Microsoft, you will need to set up IP ACLs for your backend. You may also restrict the set of accepted values for the header 'X-Forwarded-Host' sent by Azure CDN from Microsoft. These steps are detailed out as below:
27+
To lock down your application to accept traffic only from Azure CDN from Microsoft, you need to set up IP ACLs for your backend. You may also restrict the set of accepted values for the header 'X-Forwarded-Host' sent by Azure CDN from Microsoft. These steps are detailed as followed:
3128

3229
Configure IP ACLing for your backends to accept traffic from Azure CDN from Microsoft's backend IP address space and Azure's infrastructure services only.
3330

0 commit comments

Comments
 (0)