I have created Blob container and associated a CDN and everything is okay. I want to achieve following.
- No one should be able to access blob contents with blob.core.windows.net url.
- Content should be able to access using CDN only.
If I make the container private, even CDN is not able to access the content. If I make container public, content is available for direct access as well.
In AWS world its quite possible with access policy.