Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Demo - ImageProcessing

Azure Function that triggers on an image place in an Azure Storage account container. For the image the function will:

  • Generate a thumbnail into the container 'thumbnails'
  • Call the Computer Vision endpoint of Azure Cognitive Services to analyze the image and place the output in Cosmos DB

More information

Required settings

Setting Remarks
StorageAccountConnection Storage account connection string containing the 'images' and 'thumbnails' containers
VisionEndpoint URL for the Cognitive Services endpoint. Example: https://serverless-demo.cognitiveservices.azure.com/
VisionKey Key for the Computer Vision service
CosmosDBConnection Cosmos DB connection string where Computer Vision analysis is stored.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages