AZ-304 – Question #107

0
307

Question #107

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?

A. Azure CLI
B. AzCopy
C. Azure Data Factory
D. .NET Core

Correct Answer: A
Incorrect Answers:
A: It is not possible to have Linux running in Windows Azure
B: AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
Reference: https://docs.microsoft.com/en-us/azure/storage/queues/storage-tutorial-queues