Dev turned product manager. Working on @AzContainerApp @AzureStaticApps. Prev @AzureFunctions @azureadvocates. Opinions mine. he/him โ๏ธ๐๐ง๐ป
๐ 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.