Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #10 of Azure-Samples/function-image-upload-resize #1

Merged
merged 1 commit into from
Dec 1, 2018

Conversation

ebrucucen
Copy link
Owner

@ebrucucen ebrucucen commented Nov 25, 2018

Partly fixing the issues for #10 (document related ones) and a few minor fixes

  1. [1&2 / #10] The connectionstring for the blob storage account should be a different parameter, so assuming the intent was to use BLOB_STORAGE_CONNECTION_STRING, added this as a parameter. The code should also check this parameter. (PR will follow)
  2. [3/#10] "THUMBNAIL_CONTAINER_NAME": "thumbnails", "THUMBNAIL_WIDTH": "100" are added as application settings
  3. The new v2 code is not csx, so removed the link (which does not exist any more)
  4. Fixed the documentation refers to the old imageresizerfunc whereas new function is called Thumbnail

Partly fixing the issues for MicrosoftDocs#10 (document related ones) and a few minor fixes
1. [1&2 / MicrosoftDocs#10] The connectionstring for the blob storage account should be a different parameter, so assuming the intent was to use BLOB_STORAGE_CONNECTION_STRING, added this as a parameter. The code should also check this parameter. (PR will follow)
2. [3/MicrosoftDocs#10] "THUMBNAIL_CONTAINER_NAME": "thumbnails", "THUMBNAIL_WIDTH": "100" are added as application settings
3.  The new v2 code is not csx, so removed the link (which does not exist any more)
4. Fixed the documentation refers to the old `imageresizerfunc` whereas new function is called `Thumbnail`
@ebrucucen ebrucucen changed the title Fix for #10 Fix for #10 of Azure-Samples/function-image-upload-resize Nov 25, 2018
@ebrucucen ebrucucen merged commit a0dd3df into master Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant