Hi Team,
I would like to upload a large (~1 GB) file for validation. My validation logic has been implemented in the Azure function.
How can I implement this without using SharePoint? I tried sending large files directly to Power Automate, but Power Automate cannot handle big files.
I am looking for a solution to send a large file from Power Page (HTML page) to Azure Blob storage. Then, the Azure function (validation function) will trigger when the file is uploaded to Azure Bob storage.
Power Pages --> Azure Blob storage --> Azure Function
Has anyone implemented a similar in your project?