exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 6 question 38 discussion

Actual exam question from Microsoft's AZ-204
Question #: 38
Topic #: 6
[All AZ-204 Questions]

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?

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Net_IT
Highly Voted 1 year, 9 months ago
Selected Answer: B
The next step in the process should be to create a queue IMO (as discussed in similar questions earlier). How the commans looks depends on what type of command prompt you are using (Azure CLI, PowerShell, Bash, ...).
upvoted 12 times
...
davidkerr7
Highly Voted 1 year, 5 months ago
Selected Answer: B
We have been over this before, its B Bus already exist and look at the location for D makes no sense
upvoted 5 times
...
130nk3r5
Most Recent 11 months, 3 weeks ago
Selected Answer: B
As per previous exact same question
upvoted 1 times
...
dom271219
1 year, 1 month ago
Selected Answer: D
None of the answers satisfy : "...by providing a name, pricing tier, subscription, resource group, and location". I think the right answer is truncated. I guess it's D.
upvoted 1 times
...
Shayman204
1 year, 1 month ago
there is a keyword to note in the question ..'Central location' I will go with B since it has enablePartitioning = false
upvoted 1 times
...
jga_private
1 year, 6 months ago
Selected Answer: D
NewAzureRmServiceBusQueue looks obsolete and replaced by New-AzServiceBusQueue, it needs first a Namespace
upvoted 3 times
...
JustHereToLearn
1 year, 10 months ago
Selected Answer: D
The answer should be D based on solution provided here https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quickstart-cli#provision-resources Also looks like there is no command like New-AzureRmServiceBusQueue
upvoted 3 times
ajayasa
1 year, 10 months ago
there were similar question earlier it is posted as answer B. as service bus already exists we need to complete the configuration which is queue. the command is available :https://learn.microsoft.com/zh-cn/powershell/module/azurerm.servicebus/new-azurermservicebusqueue?view=azurermps-6.13.0&viewFallbackFrom=azurermps-6.11.0
upvoted 9 times
Michael2023
1 year, 10 months ago
and also the --location value in D looks wrong... so B. would be the only right answer
upvoted 6 times
...
...
mabdo
1 year, 9 months ago
Agreed, B method was deprecated!
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...