Azure – How do I upload multiple documents via Minimal API endpoint?
I'm working on an ASP.NET Core project where I need to store multiple KYC documents for a legal entity in an Azure Storage Account Container. Questions: How do I actually upload these documents? IFormFileCollection in some way? Are DocumentType, DocumentName,…