Azure-Samples / function-image-upload-resize

Sample function in Azure Functions that demonstrates how to upload and resize images in Azure Storage.
MIT License
67 stars 161 forks source link

CR for run.csx #2

Closed SyntaxC4 closed 7 years ago

SyntaxC4 commented 7 years ago
ggailey777 commented 7 years ago

I think I had originally asked for the containers to be hardcoded to avoid having to set any app settings on the function app, back when we were using the default storage. It's OK if we instead do the right thing and set those.

Prozac777 commented 7 years ago

@SyntaxC4 for the space between #r and using, did you mean a newline after Line 2? Or did you mean 2 spaces instead of the existing single space?

I've updated the file, let me know if that's what you wanted.