/Azure-BlobToSqlSync

MS Azure Blob->SQL Sync Function App

Primary LanguageC#

Azure-BlobToSqlSync

Function App designed to synchronize Blob uploads/deletions to a SQL database in Microsoft Azure.

Inspired by: https://www.lytzen.name/2017/01/30/combine-documents-with-other-data-in.html

APPLICATION SETTINGS VARIABLES

  • AzureWebJobsStorage: Connection string for the Cloud Storage Account (usually set for you)
  • containers_path: Prefix path of the Blob containers path (e.g., /blobServices/default/containers/)
  • sqldb_connection: Connection string for the SQL database