Search code examples
azureblobazure-blob-storageblobstorage

How can i configure azure blob storage with domain level privacy


I'm using azure blob storage for videos. And i will embed these videos content on my website. But i don't want these videos to be embed by anyone on any other website. I don't know how to do that i research a lot of things but not getting the right way. I am talking about domain level privacy same as Vimeo is offering.


Solution

  • You are probably looking for the Cross-Origin Resource Sharing (CORS) option. Further reading: Cross-Origin Resource Sharing (CORS) Support for the Azure Storage Services