Recreate blob receipts by running “noop” Azure Functions with blob triggers
We use Azure Storage service with most of our cloud projects. It offers a convenient way to store binary objects like images, videos, documents, etc and is very flexible with redundancy and more. Azure Storage is very useful in combination with Azure Functions, where you need to run the function when a file is saved…
read more