简体   繁体   中英

Azure CDN with storage account private endpoint

We have VAPT findings to add a storage account to private endpoint.

Storage account is used by Azure CDN as origin.

After adding endpoint the Azure CDN cannot access and gives error with an XML page.

How to access storage account with private endpoint from Azure CDN?

You need to give access over the firewall. For Microsoft CDN (classic) that would be the following range 147.243.0.0/16 as found in the Microsoft documentation .

if you've placed your storage account in a private link then i imagine you probably want to protect its content from unwanted access.

i think @travisez13's solution would allow anything running in azure to access the storage account directly, assuming they could guess the names.

i think you may want to try this approach instead: https://docs.microsoft.com/en-us/azure/cdn/cdn-sas-storage-support

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM