📝 Built-in parsing of multipart form data
🪪 Easily access authenticated user details
Here's how they work... 🧵
It's common for web apps (esp @AzureStaticApps) to post data from a form. There's now a parseFormBody() method on the @AzureFunctions request. Use it to access multipart form data, including files. Here's an example that uploads a file to blob storage.