Applies to Product - Power Apps
What’s happening?
What’s happening?
- There are difficulties in displaying image data stored in Azure Blob Storage within PowerApps.
Reason:
- This may arise from incorrect configuration or integration settings between PowerApps and Azure Blob Storage.
Resolution:
- Use the Azure Storage Explorer tool to obtain the URL of the target image by right-clicking and selecting "Copy URL" using either the BLOB endpoint or the DFS endpoint.
- In PowerApps, add a media control for the "Image" item and set the property to the obtained URL.
- Ensure that the PowerApps application is configured to retrieve the image data correctly, possibly by using the file ID instead of the URL in Power BI.
- If the image is specified by URL, ensure that the URL is not a mandatory requirement; consider using the connector to retrieve the image data directly.
- If errors occur in the function settings for the image control, review the implementation method and ensure that the correct parameters are being used.
