Azure – How to get a count of blobs in a storage container in a logic app work flow
I currently have a logic app that runs on a schedule. It tries to look for files in a blob in a given storage account. Then processes the file(s) via a function app. After processing the Logic app sends an…