Logic App upload big file to Blob fails with cannot write more bytes to the buffer
Hi have a HTTP request that downloads a document from an API. This works for documents smaller than the default 105 MB but obviously hits a snag with bigger documents. It is set to chunked but it looks like despite that setting, the 105 MB is hardcoded?
Logic App to copy outlook attachment to Azure Blob Storage
I am creating one logic app and integrating with outlook mail account and Azure blob storage.