Restrict access to my Blob storage to only my UI App Service

Seif Ibrahim 0 Reputation points
2025-02-17T12:47:35.26+00:00

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?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,384 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,094 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.