Hello Rajiv Ranjan,
Thank you for posting your query here!
The error message "Value for one of the query parameters specified in the requirement uri is invalid" usually occurs when there is an issue with the URL or query parameters. It is possible that the URL or query parameters are not being constructed correctly.
Also, could you try to add the environment field values in Configuration post deployment.
After publishing the code to Function app, you can add the environment variable in App settings of Environment Variables Blade.
For reference: https://stackoverflow.com/questions/77487069/invalidqueryparametervalue-status-400-value-for-one-of-the-query-parameters
Please note that there are some other errors that you might want to check as well. For example, if the total size of the data exceeds the storage account size limit, the upload will fail. Also, if the destination blob has an active lease, the upload will fail.
Kindly let us know if you have any further queries. I’m happy to assist you further.