-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Azure-Function-Blob-Uploader wiki!
Azure JS base image with npm lib support.
Will receive multiPart post -> Create Blob -> Return URL of blob
Post to Azure Cloud Function EndPoint to process Image and Save into Blob in order for us to Have valid URL to Pass to our Cognitive Service. We use multi part Form POST to get Image to EndPoint. Get Multi Part Decode Base64 Image that was encoded by MultiPart. Pass URL to Cognitive Service Endpoint Get TAGS formats and return response
Determine how to store the Image. Since we technically can store as Base64 and not worry about storage options inside a DB but is that best for using Images. Since blob exist best option is probably to store as a flat Image file decode to proper Image format.