My Company wants to use Azure CDN ( or front door with Blob and CDN profile) for its web site....but...

Darren Slade 5 Reputation points
2023-08-10T10:46:57.8866667+00:00

My Company wants to use Azure CDN ( or front door with Blob and CDN profile) for its web site....but...while the service looks great, there does not appear to be a decent user interface for our business users to upload and manage content.

We have played around with PowerApps, and have come up with a half decent one, but its very slow when the datasets are very large ( 500K images ).

Does anyone know of a better solution for this ? is there another way for users to interact with the data in the blob, or is storage explorer the only thing they could use ?

any ideas/experience would be gratefully received.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,428 questions
Azure Content Delivery Network
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,456 Reputation points Microsoft Employee
    2023-08-16T19:41:32.3433333+00:00

    @Darren Slade

    Apologies for the delayed response. I would further explore improving the performance of Power Apps in this case.
    You mentioned that you have tried Power Apps, but it was very slow when the datasets were very large. This might be due to some performance issues that can be improved by following some tips and best practices. For example, you can use the Concurrent function to load multiple datasets simultaneously, write formulas that use delegation to filter data in the cloud, cache data in collections and variables to reduce network calls, limit the size of collections to avoid memory issues8, and enable DelayOutput for text input controls to avoid unnecessary recalculations. You can find more performance optimization guidelines in the links below

    https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/performance-tips

    I recommend reaching out to our Power Apps experts on their dedicated forum. They will be able to assist you and provide better suggestions.

    https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1


    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A!

    User's image

    0 comments No comments