This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Storing excel request content in Azure Functions app
Post Flair (click to view more posts with a particular flair)
Post Body
So this is a python app. Im basically calling a url to download an excel file but Im not sure how to set up the return type and output binding to store it on azure.
r = requests.get(filename, headers=headers)
with open('data.xlsx', 'wb') as f:
f.write(r.content)
How would i run this in an azure function app so that the data can be stored on azure storage/blob storage.
Author
Account Strength
100%
Account Age
8 years
Verified Email
Yes
Verified Flair
No
Total Karma
9,871
Link Karma
6,000
Comment Karma
3,427
Profile updated: 3 days ago
Posts updated: 1 month ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AZURE/comme...