php - Azure cdn IP address restriction possible? -


i build new cloud in azure used image server multiple websites. created storage, endpoint, cdn - working well. set ubuntu host in middle used resize images original size in storage accordingly request parameters in url, using apache2 , php.

if want restrict access 1 ip - this?

azure's cdn public, without ip-filtering. azure storage (direct access blobs, without cdn) may have both public , private links, , may grant temporary access private blobs shared access signature - again, no ip-level filtering.

if serve images linux vm, may set inbound rules filter traffic based on ip ranges, setting access control lists (acls).


Comments