Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
charlottesmn
Frequent Visitor

Embed Video stored on Azure Blob Storage Security

Hello, 

 

I have created a report with embedded .mp4 videos that are stored on an Azure Blob Storage. 

 

For reference, I followed this tutorial: https://www.youtube.com/watch?v=H8PsruURpCg (using the Power BI HTML embedding visual and creating a column with the video HTML link, that is stored on my Azure Blob container). 


However, to do so I generated a SAS token on Azure that I added to the video URL. However, once this SAS is created, the level of security is considerably reduced since everyone can now access my Blob container. Is there anyway to add security?

 

For example, is it possible to create an on-demand SAS token rather than a static one? The idea would be that when the Power BI user click on the point that usually displays the video, a URL is called that generates an on-demand SAS token and displays the video. 

 

Thank you for your help!

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @charlottesmn 

 

As far as I know that is not possible with the SAS token.

 

If this is ONLY for internal users, what you could do is to create an AAD Security Group, then add this AAS Security Group to the reader role on your container?

 

As shown below this is where I added a group to the Reader Role

 

GilbertQ_0-1670191229727.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

1 REPLY 1
GilbertQ
Super User
Super User

Hi @charlottesmn 

 

As far as I know that is not possible with the SAS token.

 

If this is ONLY for internal users, what you could do is to create an AAD Security Group, then add this AAS Security Group to the reader role on your container?

 

As shown below this is where I added a group to the Reader Role

 

GilbertQ_0-1670191229727.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors