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

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 the Azure Service Bus instance, you need to create the namespace in which the service bus will run. The command shown in option A, 'New-AzureRmServiceBusNamespace,' does exactly this by specifying the resource group name, namespace name, and location for the new Service Bus namespace. This is the initial step required before any queues can be created within that namespace.

Discussion
macobuzi

Lol, there are so many duplications for this question!

halfwayOption: C

Service Bus Queue

MunwalinwaliOption: C

I Agree

Chris2349

The answer seems correct although uses an outdated command: https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quickstart-powershell