web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Link Azure Blob Storag...
Power Apps
Unanswered

Link Azure Blob Storage Image to SQL

(0) ShareShare
ReportReport
Posted on by 22 Microsoft Employee

I have Azure SQL database and a Azure Blob storage with images, I have put a link to the image in a field in my SQL table. In PowerApps when I set the image container to the field I get a white screen. How can I link an image in blob storage in PowerApps? 

Categories:
I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @RCSmart01 

     

    How did you set the Image property of image control?

    Is the URL you said as shown belowCould you please share the image link field in the SQL table as an example?

    Snipaste_2020-02-25_14-37-03.png

    If so, I am afraid it is not supported to show the image directly through the URL, because it requires authentication.

     

    As an alternative workaround, if you want to display the image in Azure Blob Storage and the container name and image filename are known, you can use Azure Blob Storage connector to get the image.

    please try this:

    1. put the following codes to a button OnSelect property, to trigger it manually, then you will get the container ID and Image File ID, if you enter the correct Container Name and Image Name.

     

    Set(VarContainerID,LookUp(AzureBlobStorage.ListRootFolderV2().value,Name=<"Container Name">).Id);
    Set(VarImageID,LookUp(AzureBlobStorage.ListFolderV2(VarContainerID).value,Name=<"Image Name">).Id)

     

    2. add an image control, set the image property as below, then the image file will be shown.

     

    AzureBlobStorage.GetFileContent(VarImageID)

     

    Snipaste_2020-02-25_15-03-22.png

     

    Hope this helps.

    Sik

     

  • RCSmart01 Profile Picture
    22 Microsoft Employee on at
    Thanks Sik I’ll try that! If you want sent me a message on teams, my alias is rosmart
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @RCSmart01 

     

    How about the workaround?

    Does it work for your case?

    Sik

  • RCSmart01 Profile Picture
    22 Microsoft Employee on at

    Hi @v-siky-msft,

    So I didn't do the work around, the blob storage that I was working with was my own personal storage account, I was able to change the permissions for the storage account.  The pictures were able to show when I changed the access.  Thanks for your help anyway!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard