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 / how do you make a blob?
Power Apps
Suggested Answer

how do you make a blob?

(1) ShareShare
ReportReport
Posted on by 2
I mad of getting this:
Categories:
I have the same question (0)
  • Suggested answer
    Vish WR Profile Picture
    3,748 on at
    @CU11052256-0
     
    The error message is a bit misleading — you’re not actually “creating a blob” inside Power Apps.
     
    BlobNotFound usually just means Power Apps is trying to fetch a file from Azure Blob Storage, but it either can’t find it or the path being used is incorrect.
     
    What’s typically causing it:
     
    The file was deleted or never uploaded in the first place
    The container name or blob path is wrong in your setup
    The connection is pointing to the wrong Azure Storage account
    The file path has a small issue (typos, extra /, or casing mismatch — blob paths are case-sensitive)
     
    What you can do to fix it:
     
    Double-check your Azure Blob Storage connection in Power Apps (storage account + container name)
    Go into Azure Portal and confirm the file actually exists in the expected container
    Review the blob path carefully — even small formatting issues can break it
    If the file was removed, try re-uploading it
     
    If you’re building the path dynamically:
     
    Make sure it’s not blank before calling it, for example:

    If(
        IsBlank(yourBlobPath),
        Notify("Blob path is empty", NotificationType.Error),
        AzureBlobStorage.GetFileContent(yourBlobPath)
    )
     
    If you can tell me what you’re trying to do with the blob (upload, display image, download file, etc.), I can help you narrow it down further.
    Vishnu WR
     
    Please  Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like 


     
     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard