Hi Guys,
I have a question about download function in PowerApps. As of now, I noticed that the Download function downloads a file from the web to the local device, and the resource should be placed in public internet, and then download function use this Url.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-download
But in our projects (HK), customer require the data/file CANNOT be placed outside of HK, it just can be placed in a virtual tenant network (private) that carved out of Azure, so from my understanding, we cannot use the CDS to implement this function.
any suggestion/solution on this? thanks a lot!