Tag: azure-functions
All the articles with the tag "azure-functions".
-
Graph's Convert-to-PDF Doesn't Return a PDF
Microsoft Graph's convert-to-PDF returns a 302, not a PDF — and if your HttpClient follows redirects, it leaks your bearer token.
-
Getting Large Files into SharePoint Without Base64-ing Through the Connector
The Power Platform connector caps your file size, and base64-ing bytes through a flow inflates them a third until it falls over. Here's the SAS-and-stream pattern that moves the file out of the connector entirely.
-
Building a 3M-File Document Management System on Power Apps Code Apps: What the SharePoint Connector Doesn't Tell You
Nearly every typed SharePoint connector action broke on the way to three million files. What broke, why, and the REST passthrough, retry policy, and business-key join that fixed it.