You are designing a message application that will run on an on-premises Ubuntu virtual machine. The application will use Azure Storage queues.
You need to recommend a processing solution for the application to interact with the storage queues. The solution must meet the following requirements:
Create and delete queues daily.
Be scheduled by using a CRON job.
Upload messages every five minutes.
What should developers use to interact with the queues?
https://docs.microsoft.com/en-us/azure/storage/queues/storage-tutorial-queues
Currently there are no comments in this discussion, be the first to comment!