Restrict access to my Blob storage to only my UI App Service
Seif Ibrahim
0
Reputation points
I have an Web App service (ReactJS app) and I have an Storage account that has videos that the client app should play. I don't want to make the videos public available and want them to be accessible only via the Web App. I tried to create a Virtual Network that has the subnet IP of the Web App but when I try to load a video using URL, it gets status code 401 (Unauthorized) from the storage account.How can we make only the Web App can access the Storage without making the storage public access?
Sign in to answer