Upload file to a specific Azure Storage container using Azure Function
Right now I am working on an API that allows customers to upload their files to their own containers. I provide them with a container name and a SAS Token, then they input this information through the API to upload…