Azure-Samples / function-image-upload-resize

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

Convert to lower case in switch function to cover edge cases. #20

Closed ChaitanyaNaykodi-MSFT closed 3 years ago

ChaitanyaNaykodi-MSFT commented 3 years ago

If the image extension is in caps, the code will exit without resizing the image.

ggailey777 commented 3 years ago

@craigshoemaker can you take a look at this PR? I think this is actually your code.

ggailey777 commented 3 years ago

@craigshoemaker please feel free to merge if it's OK.

craigshoemaker commented 3 years ago

LGTM

Thanks, @ChaitanyaNaykodi-MSFT!

sign-off