Exam AZ-204 All QuestionsBrowse all questions from this exam
Question 329

A company is developing a solution that allows smart refrigerators to send temperature information to a central location.

The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location.

You need to complete the configuration.

Which Azure CLI or PowerShell command should you run?

    Correct Answer: A

    To complete the configuration of an Azure Service Bus instance to receive and store the temperature data sent by smart refrigerators until it can be processed, you need to create a queue within the Service Bus namespace. The right command to use for this purpose is 'az servicebus queue create' along with the relevant resource group, namespace, and queue names. This command sets up the necessary queue in your existing Azure Service Bus instance where the messages can be stored.

Discussion
130nk3r5Option: A

As per the same question over and over again.

CiupazOption: A

Correct. After creating the Azure Service Bus instance, you will need to set up the necessary queues.

f559357Option: A

6th time...

james2033Option: A

az servicebus queue create --resource-group fridge-rg --namespace-name fridge-ns --name fridge-q

yusuf_ebOption: D

I think this question is broken as the correct answer is not here

Jobalos009

The location can't be 'fridge-loc'... The only right command here is A