0

I am trying to upload a csv file as an output from my azure functions in python. Right now my azure function will run a python script through an http trigger from powerapp and output a json object where I will get that as a response and display it in my powerapp.

Now the project requires me to output an csv file from the azure function and upload it to a azure storage container. I have no idea what I need to config to bridge to connection from my azure functions to my storage container. Any help will be appreciated, thanks in advance!

1 Answer 1

2

Well documented here:

https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output?tabs=csharp

And creating CSV from Python is also well documented ;-)

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your help! But I was looking for a way where I can just directly upload files to the blob storage without having to config anything. I was able to uplaod files using python from my local machine, would that work if I just use the same code in my azurefunctions without configuring anything?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.